SpreeHertz / currently-playing-bio

Allows you to display the currently playing song on your Instagram bio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currently-playing-bio

Allows you to display the currently playing song on your Instagram bio using intsgram-private-api.

Get Started

Go to config.json:

{ 
    "instagram_username": "",
    "instagram_password": "",
    "spotify_token": "",
    "current_bio": "",
    "sentence_before_mentioning_track": ""
}

FIll in the above fields. You can obtain a spotify token from the Spotify Developer Console.

Leave current_bio empty if you only want to show the currently playing song.

sentence_before_mentioning_track: Specifies what it should be before mentioning the track and artist.

Note: Use it at your own risk. Don't abuse the APIs. Your account may get blocked by Instagram if you do so.

About

Allows you to display the currently playing song on your Instagram bio.


Languages

Language:JavaScript 100.0%