mbot is a nothing Telegram bot.
This bot build in Node.js and telegraf framework. He needs MongoDB to support his life, so make sure you have a MongoDB service running.
Add env on your local
export MBOT_TOKEN=<your telegram bot tokenexport MONGO_URL=<mongodb url plus port>export MIMIKU_DB=<your db name>
Then run
node app.js