This is a telegram bot that get some memes from r/linuxmemes and post it in a telegram channel.
clone the repository
https://github.com/SameerSahu007/LinuxMemesBot.git
create a virtual environment by installing virtualenv
pip install virtualenvcreate the venv folder
virtualenv venvAfter that activate the virtual enviorment by executing
venv\Scripts\activateInstall the required packages
pip install -r requirements.txtgenerate you telegram api key by searching @BotFather on Telegram after that you also need to generate Reddit Api key
Now create a .env file and put your api keys in it
CLIENT_ID=
CLIENT_SECRET =
USER_AGENT =
TELEGRAM_API =python bot.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.