Skip to content

rakhadjo/telegram_bot_fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Telegram Bot Fun

(AKA Cursed Telegram Bot)

Build Status

Bot Name: cursed_bot
Bot Username: @useless_joke_bot

Supported commands

  • /start starts the bot
  • /bop returns a random dog image
  • /maw returns a random cat image
  • /joke returns a random joke
  • /kanyeQuote returns a random Kanye West quote
  • /chucknorrisfax returns a random fact about Chuck Norris
  • more to come!

Usage

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.

TODO:

  • 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?

REST APIs used:

About

A telegram chatbot that's actually like extremely useless because all it does is random API calls. Might add some more features later.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages