#TelegramBot
-
Create a bot in telegram:
Go to @BotFather and click /start and type /newbot and give it a name. Then choose a username and get the token which has to be placed in "YOUR-TOKEN" place in the code
-
Install required packages:
pip install requests
pip install python-telegram-bot
-
Type /hi command to start conversation with the chatbot.
-
Pictures/memes are displayed based on the public apis given in the code