A telegram bot to download music from Youtube and Soundcloud
- Nodejs
- NPM
Simply clone the repository and install the modules:
git clone https://github.com/naseif/telegram-music-bot.git
cd telegram-music-bot
npm i
Now rename example.config.json
to config.json
and paste your own token.
To run the bot, execute the following:
npm start
Please open an issue if you have questions, wish to request a feature, etc.