https://github.com/jarhill0/linkmusicbot
A Telegram bot to convert between streaming services
https://github.com/jarhill0/linkmusicbot
apple-music spotify telegram
Last synced: 12 months ago
JSON representation
A Telegram bot to convert between streaming services
- Host: GitHub
- URL: https://github.com/jarhill0/linkmusicbot
- Owner: jarhill0
- Created: 2019-01-30T05:22:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T09:43:39.000Z (over 6 years ago)
- Last Synced: 2025-04-10T09:50:30.419Z (about 1 year ago)
- Topics: apple-music, spotify, telegram
- Language: Python
- Homepage: https://t.me/LinkMusicBot
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkMusicBot
[@LinkMusicBot](https://t.me/LinkMusicBot) is an inline Telegram
bot that converts between various music services. To use, type
@LinkMusicBot into a Telegram chat followed by the link to a song or album.
For example, `@LinkMusicBot https://open.spotify.com/track/1ysj4ThiNp8jQ8l7Y3Ef8c`.
Then tap the suggestion that comes up to send a message with links
to the song or album on different streaming platforms.
## Setup
```shell
python3 -m pip install pawt spotipy beautifulsoup4
cp config.py.example config.py
vim config.py
```
Enter your credentials for the Spotify, Telegram, and YouTube APIs into
`config.py`.
## Usage
```shell
python3 bot.py
```