Xiddoc / MemeBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%