Home

Awesome

MathPad Bot

Docker Automated build dependencies dev-dependencies styled with prettier

Telegram bot built with SerjoPepper/bot-brother and josdejong/mathjs.

Start conversation here

screenshot

Development

Requirements:

Clone this repository:

git clone https://github.com/mrpatiwi/mathpad-bot.git
cd mathpad-bot

Install dependencies:

yarn

Make sure to set the next environment variables:

URL=https://asdfg.ngrok.io
TELEGRAM__TOKEN=20**********************VeQYT
CURRENCYLAYER__KEY=

These can be set with a .env files (ignored by git).

Start this bot:

yarn start

Production

Requirements:

Create the same .env file but with the production values. Then:

docker-compose up -d --build