Files
status-python-sdk/config.yaml
T
Nick Ninov 9fe4da4b54 communities: Gated community monitoring
- Messages are saved in `.csv` instead of `.pkl` files due to `pickle.load` error
- Added monitoring logs
- Save latest extracted message per community chat
2026-04-23 08:58:15 +03:00

19 lines
545 B
YAML

postgres:
schema: "status_app_monitoring"
tables:
messages: "raw_messages"
community: "raw_community_info"
members: "raw_community_activity"
# Value must be in MINUTES
sleep: 10
files:
# Get the latest community chat dates for next run
current_state: "dates.pkl"
# Parameters based on Account class
bot_params:
# localhost - to run code locally with Status Backend Dockerfile
# status-backend - to run code with docker-compose.yaml
domain: "status-backend"
port: 8080
is_secure: false