All Projects → elpideus → tgbiofy

elpideus / tgbiofy

Licence: GPL-3.0 license
Changes the Telegram bio, profile picture, first and last name to the song that the user is currently listening to.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tgbiofy

spicetify-hide-podcasts
Spicetify extension to hide podcasts
Stars: ✭ 193 (+704.17%)
Mutual labels:  spotify
Convertify
iOS: Convert Spotify links to Apple Music and vice versa
Stars: ✭ 27 (+12.5%)
Mutual labels:  spotify
sbotify
your personal bot that plays spotify music
Stars: ✭ 25 (+4.17%)
Mutual labels:  spotify
noteblock
A open-source music bot based on lavalink.
Stars: ✭ 93 (+287.5%)
Mutual labels:  spotify
Lyricify-App
A fantastic app to provide auto-scrolling lyrics for Spotify, iTunes, Music Center, QQ Music, Netease Cloud Music, and YesPlayMusic. 一款为Spotify、iTunes、Music Center、QQ音乐、网易云音乐、YesPlayMusic提供滚动歌词的软件。
Stars: ✭ 486 (+1925%)
Mutual labels:  spotify
webplayer-hotkeys
A Chrome extension that assigns hotkeys to play/pause, and switch musics (next and previous). Works with Spotify, Deezer, SoundCloud and Youtube
Stars: ✭ 16 (-33.33%)
Mutual labels:  spotify
cordova-spotify
🎶 A Cordova / PhoneGap plugin for the Spotify SDKs on iOS and Android
Stars: ✭ 22 (-8.33%)
Mutual labels:  spotify
musicritic
Your personal music-specific Metacritic.
Stars: ✭ 45 (+87.5%)
Mutual labels:  spotify
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (+95.83%)
Mutual labels:  spotify
Jericho-Player
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak.
Stars: ✭ 19 (-20.83%)
Mutual labels:  spotify
worker-auth-providers
worker-auth-providers is an open-source providers to make authentication easy with workers. Very lightweight script which doesn't need a lot of dependencies. Plug it with any framework or template of workers.
Stars: ✭ 85 (+254.17%)
Mutual labels:  spotify
personal-dj
Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
Stars: ✭ 27 (+12.5%)
Mutual labels:  spotify
spotify
Spotify - GraphiteJS
Stars: ✭ 22 (-8.33%)
Mutual labels:  spotify
ADios
ADBlocker - Block ADS on Twitch, Spotify and EVERYWHERE via the HOST File, PI-Hole, Adblocker Add-on, DNSMasq, Response Policy Zone and Adguard Services. - ADios ADS !
Stars: ✭ 73 (+204.17%)
Mutual labels:  spotify
spotatweet
A Spotify & Twitter API mashup showing what people are listening to now. Written in Node.js.
Stars: ✭ 26 (+8.33%)
Mutual labels:  spotify
tmux-plugin-spotify
tmux plugin displaying currently played song on Spotify (linux only)
Stars: ✭ 48 (+100%)
Mutual labels:  spotify
bookmarks-for-spotify
"Bookmarks for Spotify" allows you to bookmark recently played song or audiobook tracks from Spotify.
Stars: ✭ 22 (-8.33%)
Mutual labels:  spotify
spotify-downloader-music-player
Download youtube songs in mp3 format and plays them
Stars: ✭ 31 (+29.17%)
Mutual labels:  spotify
beardify
Experimental Spotify client, with album catalog feature
Stars: ✭ 15 (-37.5%)
Mutual labels:  spotify
spotifytrack
A personal homepage showing users' top songs and artists, providing a shareable link that they can use to show it off to friends.
Stars: ✭ 48 (+100%)
Mutual labels:  spotify

tgbiofy

Display what you are currently listening to on your Telegram profile.


Installation:

Clone this repo:
$ git clone https://github.com/elpideus/tgbiofy.git
Go to the "tgbiofy" directory:
$ cd tgbiofy
Install the required libraries using pip:
$ pip3 install -r requirements.txt

Setting up:

Telegram:

  1. Go to my.telegram.org
  2. Authorize and click on API development tools
  3. Create an application and set the web type (you can specify any names, we only need api_id and api_hash): 1.1

Don't share these tokens with anyone

Spotify

  1. Go to Spotify Dashboard
  2. Log in and create a new application 1.2
  3. Go to the created application, and then in settings 1.3
  4. Add or change the Redirect URIs line: http://localhost:8080/callback 1.4

Don't share these tokens with anyone

Python

  1. Edit the config.ini file by entering your data.

Run

  1. Run the script:
$ python3 Main.py
  1. A web page will open in the browser. Let it load and then go back to the terminal.
  2. Login by using your phone number. !!!Bot tokens won't work!!!
  3. Enjoy!

README written by L4zzur for his own modified version of tgbiofy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].