This is a telegram bot to download youTube videos. This bot will provide a download link for the video.
- Download youTube video from link
- Option to choose various audio/video formats
Create a bot via @BotFather and grab a token and put it in your .env file as
TELEGRAM_BOT_TOKEN=
$ git clone https://github.com/<YOUR_GITHUB_USERNAME>/yt-telegramBot
$ cd yt-telegramBot
$ npm install
$ npm run start_dev