Skip to content

SergeyMsky/TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot - @Sesame

node botApi dotenv nodemon

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:

Deploy


example