AutoSpotify finds top songs from the global spotify weekly charts and automatically adds it to your personal spotify playlist.
AutoSpotify is a personal project that I've been working on to develop my programming skills.
Works only with firefox browser right now. working to extend that functionality
Most of the autoSpotify inner working is handled by Spotipy, a python library for spotify. To get started with running autospotify you need to register your app at My Dashboard to get the credentials necessary to make authorized calls (a client id and client secret)
- Login to your spotify account
- Click on CREATE AN APP
-
Copy the Client ID" & "Client Secret
⚠️ for security reasons do not share your Client Secret ID with anyone -
Download autospotify
When you first run autospotify, it will ask you to input your Client ID & Client Secret. This will be saved locally and is used next time when autospotify runs.