mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-30 21:51:14 +00:00
- Initial documentation with how to run the project - Store `create_account_and_login` credentials locally so they can be reused when messaging - Script can be ran with arguments
728 B
728 B
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 run:
python create_account.py -u snt-maxxer -p StatusApp#123
python create_account.py --username snt-maxxer --password StatusApp#123