Skip to content

A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.

License

Notifications You must be signed in to change notification settings

RPGm3ster/NeedMusicRobot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Music Downloader

A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.

made-with-python built-with-love
LICENSE Contributors Repository Size
Python Version Issues Forks Stars

Demo

You Need Music?

Deployment

To deploy this project run

Easy Way (Local)

  cp sample_config.env config.env
  pip3 install -r requirements.txt
  python3 -m mbot

Docker

  cp sample_config.env config.env
  docker build . -t musicbot
  docker run musicbot

Heroku

Deploy

Environment Variables

To run this project, you will need to add the following environment variables to your config.env file

API_ID API_HASH BOT_TOKEN SPOTIPY_CLIENT_ID SPOTIPY_CLIENT_SECRET UPDATES_CHANNEL LOG_GROUP DATABASE_URL AUTH_CHATS

License

MIT

About

A Simple Music Downloader Bot For Telegram with Youtube Music, Spotify & Deezer Support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Dockerfile 1.3%
  • Shell 1.1%
  • Procfile 0.1%