Initial experiments complete

Here I learned how to authenticate my app over env, as well
as trigger an oauth login for the username specified

I created a small script that will write the now playing track info to a file
This is useful for keeping track of the song that is playing at all times
This commit is contained in:
David Todd (c0de)
2018-01-27 22:01:42 -06:00
parent bcd6fa5b80
commit 7757235dbb
7 changed files with 166 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1 +1,4 @@
venv
.cache*
*.swp
.DS_Store