Skip to content

GridLAN/RedditBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published