|
This repo contains all the executable files I use on my computer. It is where I place things like source code I run on a schedule, or helper functions that I use to run complicated functions having to do with my personal/local computer. For instance, sync_recently_liked_spotify.sh is a shell script that envokes a python evironment to connect to spotify and programmatically update my 100 newest liked songs. I can either call that shell script from the command line or create a cron-job that will do it on a set schedule." |
- Clone the repo
git clone https://github.com/danielcalbick/bespoke-executables.git
This is shell script that envokes a python evironment to connect to spotify and programmatically update my 100 newest liked songs. I can either call that shell script from the command line or create a cron-job that will do it on a set schedule. If you want to use it you need to input your user id for spotify which you can get on their developer website.