A telegram bot with the following features:
- Retrieve complete bible books/chapters/verses
- Daily reminder to read the bible
- More to come!
My first personal project by learning Python on the fly. Had loads of fun. Feel free to fork for your own use!
This bot is already hosted on my personal server. Search @telebiblebot on telegram to use it!
- Python3
- python-telegram-bot
- requests
- Bot token from @BotFather
Clone the repo
$ git clone https://github.com/hpkishere/telebiblebot.git
Add in your token from @BotFather in src/token_secret.py
$ cd src; vim token_secret.py
Run the bot
$ python bot.py
- Hendro - hpkishere
This project is licensed under the MIT License - see the LICENSE.md file for details
- python-telegram-bot
- bible_api by church.IO