Files
status-python-sdk/README.md
T
Nick Ninov 0491c597f7 create_account: store credentials locally
- 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
2026-02-24 21:46:56 +02:00

728 B

Status App Monitoring

Monitoring tool for Status App communities

Setup

Docker

  1. Login to harbor.status.im. Your password is your Harbor CLI secret.
docker login harbor.status.im
  1. Run docker-compose.yaml file
docker compose up

Python

  1. Setup environment
conda create -n status-monitoring python=3.12
  1. Install requirements
pip install -r requirements.txt

Files

  • create_account.py - create a Status App account for the given username and password. Example run:
python create_account.py -u snt-maxxer -p StatusApp#123
python create_account.py --username snt-maxxer --password StatusApp#123