nickspeal / musicThisWeek

A Web Service that generates a Spotify playlist of bands that are playing in your area in the near future
3 stars 2 forks source link

Parallelize crawling of the eventful api for speed. #13

Closed lcary closed 8 years ago

lcary commented 8 years ago

This PR imports grequests for parallelized crawling of the Eventful API.

Additionally, I've updated requirements.txt and the README while making this change.

nickspeal commented 8 years ago

Travis looks like it is failing because the Spotify token for nickspeal_test has changed. I'll fix this later.

lcary commented 8 years ago

@nickspeal Okay, thanks. This should be ready to merge now.

nickspeal commented 8 years ago

Seems legit. I'll test it on my own repo and then PR from there.