Skip to content

A discord bot will take a random post (image, gallery, gif) from any Subreddit that you want. Then, send to your channel.

Notifications You must be signed in to change notification settings

cuongdng/reddit-to-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit To Discord Bot

Invite bot (You don't need to do anything)

A discord bot, when it is invoked, it will take a random post from any Subreddit that you setup before. Then send to your channel.

Installation

01. Edit Config

rename config_sample.cfg -> config.cfg and edit config file:

[Reddit]
# https://www.reddit.com/prefs/apps
client_id=YOUR_CLIENT_ID
client_secret=YOUR_CLIENT_SECRET
user_agent=YOUR_USER_AGENT
password=YOUR_REDDIT_PASSWORD
username=YOUR_REDDIT_USERNAME

[Discord]
# https://discordapp.com/developers/applications/me
discord_token=YOUR_DISCORD_TOKEN
owner_id=YOUR_DISCORD_PROFILE_ID

[postgreSQL]
database=YOUR_DATABASE_NAME
user=YOUR_DATABASE_USERNAME
password=YOUR_DATABASE_PASSWORD
host=YOUR_DATABASE_HOST_ADDRESS

You can search on Internet how to get these information.

02. Database:

I'm using PostgreSQL to this project. I recommend using it, otherwise you will have to change a bit of how database query. Database has only 1 table name "subreddit" with three columns: "subreddit", "keyword", "guild_list".

03. Install all package on requirements.

Usage

Directly use Bot without doing anything: Invite bot


Invite your bot to your server. Run bot on your computer or you can host on any server that will let the bot run 24/7. I'm using Heroku.

python bot.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Support

Email: cuongdn.sun@gmail.com

About

A discord bot will take a random post (image, gallery, gif) from any Subreddit that you want. Then, send to your channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages