-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for more service providers #1
Comments
No.
This project is a Heroku adoption of the music plugin of my tgbot project, the main purpose of this project is provide support for easy deployment on Heroku. |
@dashezup I found that deezer songs can be fetched directly from its official server using an ARL Token of user account. Using that token in Env variables we can fetch songs. all user need is an account on deezer. |
|
* make script working for latest Pyrogram and Pillow * specify versions in requirements.txt * add Dockerfile and docker-compose.yml * add newlines to end of files
Can you please add support for more music providers like Bandcamp, deezer, JioSaavn.
I think adding Bandcamp support is easy by adding it in regex entries of py file.
For deezer & saavn support you can use external public api available at
domain thearq.tech OR at http://35.240.133.234:8000
I hope soon improvements will be made.
Thanks
The text was updated successfully, but these errors were encountered: