Aqendo / simple-telegram-music-bot

Telegram music bot that works in inline and requires static ip to function. Downloads music from youtube.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Install requirements:

python -m pip install -r requirements.txt

Configure headers.json:

https://ytmusicapi.readthedocs.io/en/stable/setup.html

Configure endpoint api

Start:
gunicorn api:app --workers 4 --worker-class uvicorn.workers.UvicornWorker

Configure API_TOKEN and HOST vars in main.py


That's it.

About

Telegram music bot that works in inline and requires static ip to function. Downloads music from youtube.