Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 628 Bytes

Sbubby Bot

This bot takes the top 100 memes from /r/sbubby and allows users to call "!sbubby" in chat, fetching one of the images and posting it on your discord chat channel.

How to install

This bot runs with python and node js, so both should be installed on your system to make it work. The bot must connect to both the reddit API and Discord API.

-Your Reddit API secret key should be entered into the "reddit_config.py" file. -Your Discord API token should be entered into "botconfig.json" file.

Run!

To run, simply navigate to the bot folder and run the command: node ./sbubby_run.js

That's it!