Telegram Bot - @Sesame
git clone https://github.com/SergeyMsky/TelegramBot.git
Create a bot via @BotFather and grab a token.
const bot = new TelegramBot(YOUR_TOKEN, { polling: true })
Install all dependencies:
npm install
Launch app:
npm run dev
Copy of this app is deployed: