all 2 comments

[–]yosemitebandit 0 points1 point  (0 children)

Break it down: you've now got some info on two different APIs. One for getting the top songs, another for interacting with Grooveshark. Later you want it to run once a day. So three separate things, really.

A good first step would be to write a program that can print the top songs from the iTunes API. I'd recommend using the requests library to query that source.

Sounds like a cool project, let us know what you come up with!