Skip to content
/ MemeBot Public

A Telegram bot to scrape and send you memes from Reddit.

License

Notifications You must be signed in to change notification settings

Xiddoc/MemeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemeBot

A simple Telegram bot to download memes from your favorite Reddit subs and send them over to you on Telegram.

Installation & Setup

To install the packages necessary, run:

pip install -r requirements.txt

Now you need to get an API key for your bot. You can do this by messaging the BotFather, a Telegram bot which lets you create your own bots (for free).

Once you get your API key, make a new file called .env and in it, write the following:

BOT_KEY=123457890:AAAAABBBBBCCCCCDDDDD

Obviously, switch out 123457890:AAAAABBBBBCCCCCDDDDD with your API key.

Usage

Before running, you might want to check out the config.py file to change the settings to your liking.

Once you're all set, run the following command to start the bot:

python memebot.py

About

A Telegram bot to scrape and send you memes from Reddit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages