tenosiswono / merlin-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merlin Telegram Bot

Telegram Bot for Team Activity

How to run

  1. Make sure you have nodejs

  2. Clone the repo:

git clone git@github.com:mikqi/merlin-bot.git
  1. Go to functions directory:
cd merlin-bot/functions
  1. Install dependencies :
npm install
  1. copy env.sample vars (do changes if necessary) :
cp env.sample .env
  1. Start the bot :
npm run dev
  1. Done.

About


Languages

Language:TypeScript 86.5%Language:HTML 13.5%