Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 337 Bytes

File metadata and controls

15 lines (8 loc) · 337 Bytes

• Create a Telegram Bot via BotFather

• Copy the telegram token generated from the above step

• Create a .env file and assign the token to the variable 'BOT_TOKEN'

• Install Node.js

• Run 'npm i' from this directory

• Run node index

• Now you can talk to the bot on telegram ☺️

Happy Coding! 😀