Please don't use this for illegal stuff.
It's against Deezer's terms of service.
You should probably use Docker way to install the bot, or follow the steps listed in the Dockerfile.
As indicated in the Dockerfile there's a temporary patch to avoid the "FLAC issue" from the deezer download library.
Your native language is not in the langs.json
file ? Just make a pull request or pm me !
- Get an
arl
cookie on Deezer forDEEZER_TOKEN
(see this repo) - Create a bot on Telegram and grab a token with Bot Father (
TELEGRAM_TOKEN
) - Activate
Inline Mode
on BotFather for the bot you just created
Search for music in inline mode
:
@xxxxxxx_bot (album|track|artist) <search>
or send a Deezer / YouTube link
- Docker (Linux installation and Linux post-installation steps)
- Docker compose (should be included in the Docker installation)
Create a token.env
file with the following content, replacing the values with your own tokens :
DEEZER_TOKEN=abcdefghijklmnoxxxxxxxxxxxx
TELEGRAM_TOKEN=123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ
BOT_LANG=fr
Then run :
./update.sh
or directly :
git pull && docker-compose up -d --build
- Add
DEEZER_TOKEN
andTELEGRAM_TOKEN
as variable environment - python3.9 -m pip install -r requirements.txt
- python3.9 main.py
(You should use a venv
)