Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.18 KB

What does this reddit bot do?

This simple reddit bot watches a defined subreddit, and users within that subreddit to automatically sticky and aggregate official replies as show in the image below. This can best be described as a "DevTracker" or "Blue Post" tracker for large threads to see official statments, or interventions. This can be used by anyone with the proper Reddit API credentials and experience deploying a docker container.

Here is an example of what the bot does for the attached subreddit... image

Environment Variables

Set these environment variables by either editing the .env file before building the Docker image or adding them in the Docker container's settings

  • CLIENT_ID # Reddit application client ID
  • CLIENT_SECRET # Reddit application client secret
  • USERNAME # Bot's Reddit username
  • PASSWORD # Bot's Reddit password
  • WHITELIST # List of Reddit usernames that will have their posts stickied. Format: ["Username1", "Username2"]
  • SUBREDDIT # Subreddit to watch for posts. Do not include the r/
  • DISCORD_WEBHOOK_URL # Optional: Discord logging Webhook URL