Spotify-Autopush is a program to display on your Github account your last album played so you can show the world your great musical tastes (nobody cares)
- Add
repo
authorization. - Add
user
authorization.
Create an application from Spotify Developers Dashboar
- APIs used parameters:
Web API
&Web Playback SDK
- Save
Client ID
andClient Secret
If you need to configure Redirect URLs
refer to this page
cp .env.example .env
To use spotify-autopush in development, follow these steps:
-
Fork the project.
-
Install poetry.
curl -sSL https://install.python-poetry.org | python3 -
-
Create a branch with conventionnal name.
- fix:
bugfix/the-bug-fixed
- features:
feature/the-amazing-feature
- test:
test/the-famous-test
- hotfix
hotfix/oh-my-god-bro
- wip
wip/the-work-name-in-progress
- fix:
-
Configure your environment variables in
.env
.
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=
GITHUB_USERNAME=
GITHUB_PERSONAL_ACCESS_TOKEN=
- Create a CLI
- Push the last album played on my portfolio
- Display more informations about the album
This project is under MIT license. For more information, please see the file LICENSE.