mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 06:01:19 +00:00
bf1853980f5ae850d858154a1d108e1b1eb5f6d7
- `channel_id` has the indipendent ID instead of the one in https://github.com/status-im/status-go/blob/30935148c4272d7254168e10b8a4b207db8afbd1/protocol/communities/community.go#L2349-L2355 - create `.json` files for the given timestamp range
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%