Telegram bot for Hack Club NMIT. Made using Javascript.
- Clone the repo and cd into the directory.
git clone https://github.com/hackclubnmit/telegram-bot.git && cd telegram-bot
- Install the dependencies
npm install
-
Rename the
.env_sample
to.env
and fill in the required keys and tokens -
Start the bot
npm start
-
If you want to contribute to this bot, here's the documentsion of the telegram bot api wrapper: github.com/yagop/node-telegram-bot-api
-
For the discord implemetation, you can use discord.js