Bot Name: cursed_bot
Bot Username: @useless_joke_bot
/startstarts the bot/bopreturns a random dog image/mawreturns a random cat image/jokereturns a random joke/kanyeQuotereturns a random Kanye West quote/chucknorrisfaxreturns a random fact about Chuck Norris- more to come!
Aside from the default Python gitignore, there is a config.py file that is in the .gitignore. config.py contains the API Key for the chat bot, and the random cat images API.
The chat bot is hosted on heroku, under cursed-telegram-bot.
FYI:
config.py:
key = 'chatbot_api_key'
cat_key = 'cat_images_api_key'
Run the main.py project, then the chat bot should activate, then run one of the supported commands provided above.
- Integrate with my Cursed Images API after everything in that is done!
- Add the number guessing game
- Provide more commands to be supported (e.g.
/about,/github) - Maybe provide some conversation?