{"id":13607129,"url":"https://github.com/Ezzud/instify","last_synced_at":"2025-04-12T11:31:31.954Z","repository":{"id":48339377,"uuid":"376559510","full_name":"Ezzud/instify","owner":"Ezzud","description":"Displays your spotify current track on your instagram bio","archived":false,"fork":false,"pushed_at":"2022-07-29T10:35:58.000Z","size":48,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T08:45:50.668Z","etag":null,"topics":["api","bot","instagram","nodejs","npm","spotify"],"latest_commit_sha":null,"homepage":"https://ezzud.fr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ezzud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-13T14:08:22.000Z","updated_at":"2023-05-05T19:28:31.000Z","dependencies_parsed_at":"2022-08-31T03:30:06.768Z","dependency_job_id":null,"html_url":"https://github.com/Ezzud/instify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ezzud%2Finstify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ezzud%2Finstify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ezzud%2Finstify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ezzud%2Finstify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ezzud","download_url":"https://codeload.github.com/Ezzud/instify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560123,"owners_count":21124596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bot","instagram","nodejs","npm","spotify"],"created_at":"2024-08-01T19:01:15.794Z","updated_at":"2025-04-12T11:31:29.131Z","avatar_url":"https://github.com/Ezzud.png","language":"JavaScript","funding_links":["https://paypal.me/ezzudd"],"categories":["JavaScript"],"sub_categories":[],"readme":"# PROJECT IS OUTDATED\n\n![Logo](https://repository-images.githubusercontent.com/376559510/f0030580-cc72-11eb-9e8c-9f2ee01a8aca)\n\n[![Size](https://img.shields.io/github/last-commit/Ezzud/instify)]()\\\n[![Github package.json version](https://img.shields.io/github/package-json/v/Ezzud/instify)]()\\\n[![Downloads](https://img.shields.io/github/downloads/Ezzud/instify/total)]()\\\n\u003cbr\u003e\n\nIf you like the code and want to support me:\u003cbr\u003e\n[![follow](https://img.shields.io/github/followers/Ezzud?label=Follow%20me\u0026style=social)]() [![follow](https://img.shields.io/github/stars/Ezzud/instify?style=social)]() [![follow](https://img.shields.io/github/watchers/Ezzud/instify?label=Follow%20repository\u0026style=social)]()\n\u003ch2\u003eDescription\u003c/h2\u003e\nDisplays your spotify current track on your instagram biography, editable track display and biography\n\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cp\u003e\n\n- 15s delay\n- Spotify Token auto-refresh\n- Prevent fast profile updating so I won't be blocked :D\n- Work on a computer or a vps\n\u003c/p\u003e\n\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n\u003ch3\u003eRequirements\u003c/h3\u003e\n\u003cp\u003e\n\n- [NodeJS and NPM](https://nodejs.org/en/download/)\n- Download [the repository](https://github.com/Ezzud/instify/archive/refs/heads/main.zip)\n- Spotify Account (Free or Premium, don't care)\n- Instagram Account (Private or Public, don't care too)\n\n\u003c/p\u003e\n\n\u003ch3\u003eHow to launch program\u003c/h3\u003e\n\u003cp\u003e\n\n- Extract the source code on your computer\n- ⚠⚠ Open the `credentials.json` and see how to get all the credentials below! ⚠⚠\n- Edit `config.json` file as you want, but DON'T REMOVE %title%, %author% and %track% ! (PS: \\n = a line break)\n- Copy path to the extracted folder\n- Press Windows + R, write `cmd` and press **Enter**\n- on the console, write: `cd Path/to/the/code` and press enter\n- Now write `npm install --save` and press enter\n- once all the packages have been installed, write `node app.js`\nIf all the credentials are valid, program should start and change your bio as the window is opened every 5s\n\n\u003c/p\u003e\n\n\n\u003ch3\u003eHow to get ClientID and ClientSecret:\u003c/h3\u003e\n\u003cp\u003e\n\n- Go to: https://developer.spotify.com/dashboard/\n- Connect to your spotify account\n- Click on \"create an app\"\n- Choose a name, description, and accept terms\n- Copy **ClientID** and click on \"*Show client secret*\"\n- Now you have your client id and secret!\n\n\u003c/p\u003e\n\n\u003ch3\u003eHow to get AccessToken and RefreshToken\u003c/h3\u003e\n\u003cp\u003e\n\n- *Go on your spotify dashboard*\n- Click on your application\n- Click on **edit settings**\n- On the \"redirect URI\" tab, add the website `https://ezzud.tk/portfolio/`\n- Copy and go on this url with changing client ID by your application client id: `https://accounts.spotify.com/authorize?response_type=code\u0026client_id=YOUR CLIENT ID\u0026scope=user-read-private%20user-read-email%20user-read-playback-state%20user-modify-playback-state%20user-read-currently-playing\u0026redirect_uri=https:%2F%2Fezzud.tk%2Fportfolio%2F\u0026show_dialog=true`\n- Accept authorization\n- U got redirected on `ezzud.tk/portfolio/?code=random_code`\n- Copy all the caracters after \"?code=\"\n- Press Windows + R, Write \"cmd\" and press Enter\n- Copy with changing values by your application values and your code: \n```bash\n\ncurl -d grant_type=authorization_code -d client_id=YOUR CLIENT ID -d client_secret=YOUR CLIENT SECRET -d code=THE CODE YOU COPIED BEFORE -d redirect_uri=https%3A%2F%2Fezzud.tk%2Fportfolio%2F https://accounts.spotify.com/api/token\n```\n\n- If all is good u will receive something like this: \n```json\n\n{\n\"access_token\":\"Random characters unique to each account\",\n\"token_type\":\"Bearer\",\n\"expires_in\":3600,\n\"refresh_token\":\"Random characters unique to each account\",\n\"scope\":\"user-modify-playback-state user-read-playback-state user-read-currently-playing user-read-email user-read-private\"\n}\n```\n- Copy list of characters after \"access_token\" and paste in the `credentials.json` file, for the value **accessToken**\n- Copy list of characters after \"refresh_token\" and paste in the `credentials.json` file, for the value **refreshToken**\n\n\u003c/p\u003e\n\n\n\u003cbr\u003e\u003c/br\u003e\n\n\n\nYou can support me on paypal: https://paypal.me/ezzudd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEzzud%2Finstify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEzzud%2Finstify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEzzud%2Finstify/lists"}