2026-02-24 22:03:33 +00:00
|
|
|
# Example environment file for DeletedPosts bot
|
|
|
|
|
# Copy to .env or reference from docker-compose.yml using env_file
|
|
|
|
|
|
|
|
|
|
# Reddit API credentials
|
|
|
|
|
CLIENT_ID=your_client_id_here
|
|
|
|
|
CLIENT_SECRET=your_client_secret_here
|
|
|
|
|
USER_AGENT="DeletedPostsBot/1.0 by YourUsername"
|
|
|
|
|
USERNAME=bot_username
|
|
|
|
|
PASSWORD=bot_password
|
|
|
|
|
|
|
|
|
|
# Target subreddit
|
|
|
|
|
SUB_NAME=example_subreddit
|
|
|
|
|
|
|
|
|
|
# Behaviour settings (numbers)
|
|
|
|
|
MAX_DAYS=180
|
|
|
|
|
MAX_POSTS=180
|
|
|
|
|
SLEEP_MINUTES=5
|
2026-03-04 21:56:37 +00:00
|
|
|
# Ban template option
|
|
|
|
|
BAN_TEMPLATE=your_ban_template_here
|
2026-02-24 22:03:33 +00:00
|
|
|
|