Currently supports showing and playing the users most listened songs.
- Python 3.6
- virtualenv
- Spotify API app subscription
- Active Spotify app (desktop, desktop on another computer, mobile, etc. works)
$ cp configs-example.ini configs.ini
- Fill in the blanks in the configs.ini file
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python spotify.py
- Playlist support
- Queue support
- Better UI