Talk to the bot here
Send a /help message to the bot and the bot will respond with all the available commands.
A telegram bot to make your life a little bit easier when using telegram with some misc commands.
- Clone this repo.
- Do
npm installto install all the dependencies. - Get all your secrets from the following list:
- Telegram Bot: @BotFather
- Mapbox API (for weather): Mapbox.com
- Put all your secret tokens in
.envfile as shown in .env.example - Run
npm startornode index.js
