Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 512 Bytes

telegram-music-bot

A telegram bot to download music from Youtube and Soundcloud

Requirements

  • Nodejs
  • NPM

Installation

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

Questions?

Please open an issue if you have questions, wish to request a feature, etc.