callsmusic / tgmusicbot

Telegram bot for downloading audio from YouTube, SoundCloud & MixCloud.
GNU Affero General Public License v3.0
96 stars 157 forks source link

Add support for more service providers #1

Open whoogle opened 3 years ago

whoogle commented 3 years ago

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

dashezup commented 3 years ago

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. Even if those features could be added, it should be added as a smart plugin to somewhere like tgbot project, it's easier to maintain the code that way.

whoogle commented 3 years ago

@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.

dashezup commented 3 years ago