Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
/ clojure-add-song Public archive

Clojure CLI app scraping currently playing online radio song and adding it to Spotify playlist. Learning project, Clojure was not too suitable for this kind of stuff.

Notifications You must be signed in to change notification settings

jasalt/clojure-add-song

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-add-song

Clojure CLI app scraping currently playing online radio song and adding it to Spotify playlist. Learning project, Clojure was not too suitable for this kind of stuff.

Has scrapers for some SomaFM.com channels using enlive and DnBRadio.com using Ruby watir (for the sake of learning how to do subprocess calls).

todo

  • Passing command line arguments
  • Scraping
    • Using Enlive
    • Using webdriver (call ruby script with watir-webdriver)
  • Spotify Web API authentication (authorization code login / OAuth)

Resources / Bookmarks on topic

http://diigo.com/user/jasalt/clojure

About

Clojure CLI app scraping currently playing online radio song and adding it to Spotify playlist. Learning project, Clojure was not too suitable for this kind of stuff.

Topics

Resources

Stars

Watchers

Forks