Skip to content

freshremix/Telegramusic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegramusic

A Python bot to download music from :

  • Deezer with Deezer API and Deezloader
  • YouTube

Disclaimer

⚠️ For Educational Purposes Only... or for free music 🤔 !!
Please don't use this for illegal stuff.
It's against Deezer's terms of service.

Usage

  • Get an arl cookie on Deezer for DEEZER_TOKEN
  • Create a bot on Telegram and grab a token with Bot Father (TELEGRAM_TOKEN)

Configuration

Docker

token.env

DEEZER_TOKEN=abcdefghijklmnoxxxxxxxxxxxx
TELEGRAM_TOKEN=123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ

docker run -it -d --restart=always --env-file token.env --name telegram_music_bot telegram_music_bot

(Feel free to use a docker-compose)

Local usage

  • Add DEEZER_TOKEN and TELEGRAM_TOKEN as variable environment
  • python3.X -m pip install -r requirements.txt
  • python3.X main.py

(You should use a venv)

About

Telegram Bot to download music from Deezer and YouTube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.8%
  • Dockerfile 1.2%