Skip to content

A telegram bot for getting bible verses based on telegraf

Notifications You must be signed in to change notification settings

Kriv-Art/BibleBot

Repository files navigation

Bible Bot

Build Status

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