BibleBot
A telegram bot for getting bible verses based on telegraf
Install / Use
/learn @Kriv-Art/BibleBotREADME
Bible Bot
Git repo for Bible Bot
Prerequisites
Before you can run this bot you must have the following
- Telegram bot token from @Botfather
- Nodejs >= 8.5.0
- yarn or npm
- api token from biblia.com
Usage
Create a .env file in the root of the repo with the following details
BOT_NAME='Bible Bot 📖'
BOT_API=123:....
API='api token from biblia.com'
DEBUG=bot:*
then run the following commands
$ yarn
# or npm install
$ NODE_ENV='development' yarn dev
# or npm run dev
