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 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 in config.yaml.
S
Description
Status App Python SDK
https://status.app
Readme
9.4 MiB
Languages
Python 100%