/RedditBot

RedditBot brings random reddit content straight to your favorite Discord server.

Primary LanguageGo

RedditBot

Get RedditBot in your discord here.

Bot Commands:

/random - random post from random subreddit
/list - show the list of subreddits
/add - add subreddit to the list
/remove - remove subreddit from the list
/sub <subreddit> - random post from <subreddit>

Development:

  1. Compile and run the project.

    TOKEN=abc123 go run main.go
    
  2. Alternatively, build and run the project inside of a container.

    docker build -t redditbot . && docker run -d --env TOKEN='abc123' redditbot