mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 06:01:19 +00:00
ccfed7fc7c82ade5cc801f3c860f5845ecf7a6b5
- Create community info snapshots (`.pkl` file) - Create messages file that will be uploaded to Postgres (`.json` file) - Create configurable file to keep track of changes on GitHub
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%