Automatically change your Telegram bio to show what you are listening to on Spotify.
- Python 3.6 or higher.
- A Telegram API key.
- A Spotify Application.
git clone https://github.com/BranchScope/Spotify-TGBio
cd Spotify-TGBio
pip3 install -r requirements.txt
- Put your Telegram
api_id
andapi_hash
inconstants.py
, you can find them by registering a Telegram Application here. - Put your Spotify App's
client_id
andclient_secret
inconstants.py
, you can find them by registering a Spotify Application here. - Put your current Telegram bio in
constants.py
, to restore it when you stop listening to music or when Spotify goes down.
python3 main.py
Want to contribute? Pull requests are accepted! Do you need help? Feel free to open an issue or to contact me on Telegram.
Licensed under the terms of the MIT License
Join @BranchProjects to stay updated about the project.