mastodon-collector/.env.example
Pieter 72dbf0d2b6 Initial commit: Mastodon collector application
Add Flask-based application for collecting and archiving Mastodon posts from configured accounts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-09 08:05:54 +01:00

8 lines
192 B
Text

# PostgreSQL Configuration
POSTGRES_PASSWORD=your_secure_password_here
# Flask Configuration
FLASK_SECRET_KEY=your_secure_secret_key_here
# Polling Configuration
POLL_INTERVAL_SECONDS=14400