/telegram-bot-playground

Trying out some telegram Bot tutorials.

Primary LanguagePython

telegram-bot-playground

Trying out some telegram Bot tutorials.

Useful Resources

Official Docs:

Online Tutorial:

Hosting Bot:

Possible Bot ideas - APIs:

Basic Steps

  1. Set up
pip3 install python-telegram-bot
pip3 install requests
  1. Register Bot: https://core.telegram.org/bots#6-botfather
  2. Run the python Program - your Bot will be online
python dog_pic_gen.py

Examples

  1. random dog picture generator. followed tutorial
  1. chat bot. followed official example
  1. image style transfer. using deep AI API
  • content picture (Photo by Igor Stepanov on Unsplash)
  • style picture