mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 06:01:19 +00:00
262163e2b6becf85575448e7a9aa5707b57bbce5
Status App Monitoring
Monitoring tool for Status App communities
Setup
Docker
- Login to
harbor.status.im. Your password is your Harbor CLI secret.
docker login harbor.status.im
- Run
docker-compose.yamlfile
docker compose up
Python
- Setup environment
conda create -n status-monitoring python=3.12
- Install requirements
pip install -r requirements.txt
Files
create_account.py- create a Status App account for the givenusernameandpassword. Example runs:
python create_account.py -u snt-maxxer -p StatusApp#123
python create_account.py --username snt-maxxer --password StatusApp#123
download.py- download all messages and overall community info from the specified Status App channels inconfig.yaml.
Languages
Python
100%