Skip to content

rozari0/NeedMusicRobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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