Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.13 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.13 KB

telebiblebot

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!

Prerequisites

  • Python3
  • python-telegram-bot
  • requests
  • Bot token from @BotFather

Getting Started

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

Built With

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • python-telegram-bot
  • bible_api by church.IO