Files
status-python-sdk/config.yaml
T
Nick Ninov e3af713e20 bot: Documentation
- Explain data extraction process
- Document fields that are extracted and which ones are hashed
- Add status-bot public key so users are aware of the process
2026-05-06 18:54:37 +03:00

24 lines
828 B
YAML

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