ShareMusicBot helps people who use different streaming services for music. If your friend uses Spotify and you're used to Apple Music, use this bot!
-
Get sources:
$ git clone https://github.com/s1q/ShareMusicBot $ cd ShareMusicBot
-
Install dependencies:
$ pip install -r requirements.txt
-
Export environment variables with your API keys: a) Export Telegram Bot API Key - you can get it from @botfather bot in Telegram:
$ export SHARE_MUSIC_BOT_TOKEN="YOUR_TELEGRAM_TOKEN"
b) Export Spotify app Client ID and Secret - you can get it from your Spotify Developer Dashboard.
$ export SPOTIPY_CLIENT_ID="YOU_CLIENT_ID"
$ export SPOTIPY_CLIENT_SECRET="YOUR_CLIENT_SECRET"
-
Run:
$ python -m music_share_bot.__main__
App must start correctly.
- Search by services link
- ChatBase integration
- Convert links in group chats
- Ad integration