This repo contains necessary script for updating the GitHub Gist with your top Spotify artists over 4 weeks. Inspired by the profile of Jack. Look at his profile, he's got an awesome pin collection on his profile.
Desi at Heart ❤️(Moosewala on top)
-
Clone the repository
git clone https://github.com/puneet29/SpotifyPin.git cd SpotifyPin
-
Create new virtual environment
-
On windows:
python -m venv venv
-
On Linux:
python3 -m venv venv
-
-
Activate virtual environment
-
On windows:
venv\Scripts\activate
-
On Linux:
. venv/bin/activate
-
-
Install all the dependencies
pip3 install -r requirements
-
Update
credentials.py
. Generate new token for Gist privileges from Settings->Developer Options. -
Update
driver.py
. Change the username to your own username. -
Update
run.bat
. Update the path to cloned directory. -
(For windows only) Setup a new task in task scheduler. Setup a time at which the run.bat file will run in background.