Skip to content

danielcalbick/bespoke-executables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Bespoke Executable Files

Table of Contents

Info

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."


Prerequisites

Well this repo is mostly just for me so there may be some dependencies for the systme that I am using. For example, much like Justin Long, I'm a mac guy; so, much of this is probably written to opperate on a UNIX based OS, and even more specifically probably a mac. However, I'm sure if you find some code interesting you can port the logic and switch it to PC.

Installation

Code:

sync_recently_liked_spotify.sh

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages