This is example code for tutorial "Writing telegram bot with Node.js"(russian language).
To run this example you need:
- clone repo and navigate to it:
git clone https://github.com/2u4u/Magic-ball-telegram-bot.git
cd Magic-ball-telegram-bot
- install dependecies
npm install
-
change token to yours in config/default.json
-
run code
npm start