8000 GitHub - rotti/SpotLastTrack: save last played track from spotify API via google script to a google spreadsheet.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rotti/SpotLastTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

SpotLastTrack

save last played track from spotify API via google script to a google spreadsheet.

Steps needed:

  1. Register to Spotify API. Create a App. https://developer.spotify.com/dashboard/applications
  2. Create Google Sheet and create script within. https://docs.google.com/spreadsheets
  3. Get Script ID from script and put it inside Redirect URIs. https://script.google.com/macros/d/<SCRIPT_ID>/usercallback
  4. Get ClientID and ClientSecret and save to script. https://developer.spotify.com/dashboard/applications
  5. Register Oauth2 Lib inside script. "In the "Find a Library" text box, enter the script ID 1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF and click the "Select" button."
  6. Run script the first time. A pop-up appears. Go through it (unsafe part). Authorize the google script.
  7. Run script a second time. Look at your Log. Put the given URL inside your browser. Allow access. (Spotify Auth part)
  8. Set trigger to script. For example every 30 minutes.

About

save last played track from spotify API via google script to a google spreadsheet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0