samhaque / SpotyApps

A collection of nifty scripts that use the Spotify API to make your life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotyApps

SpotyApps is a collection of simple scripts that can be run as CRON jobs to automate and make your spotify experience easy and fun.

Getting Started

Just clone the repo, create a virtual environment, install dependencies listed in requirements.txt, then login to developer.spotify.com to create your API ID and SECRET and Callback URL and set those values in your OS.

##Instructions

For Windows with Python 3.x and pip installed

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
deactivate

For Linux with Python 3.x and pip installed

python3 -m venv venv
venv/Scripts/activate
pip3 install -r requirements.txt
deactivate

Authors

License

This project is licensed under GNU General Public License v3.0 - see the LICENSE.md file for details

About

A collection of nifty scripts that use the Spotify API to make your life easier

License:GNU General Public License v3.0


Languages

Language:Python 100.0%