This repository uses a Telegram bot to convert a youtube URL into .mp3 audio.
Nodejs that acts as a server. After server is started it listens to the message received on the bot.
- Create a bot in the telegram and edit the token in the config file
npm install- to install the dependencies mentioned inpackage.jsonfile.npm start- to start the server
- mentioned in
package.jsonfile.
https://github.com/mast/telegram-bot-apihttp://mvalipour.github.io/node.js/2015/11/10/build-telegram-bot-nodejs-herokuhttps://www.sohamkamani.com/blog/2016/09/21/making-a-telegram-bot/
