chadrem / market_bot

Google Play Android App store scraper
MIT License
361 stars 130 forks source link

Add movies support #31

Closed marshallshen closed 9 years ago

marshallshen commented 9 years ago

Highlights:

  1. Initiate support for scrapping data on Google Play movies / TV shows
  2. [Implementation] reused many patterns from Android module.
  3. Future plans: build MarketBot::Movie::Movie and (maybe) MarketBot::Movie::Show to extract better information.
chadrem commented 9 years ago

@marshallshen Thanks for the pull request! This looks like a pretty cool feature that will be useful to a lot of people.

chadrem commented 9 years ago

@marshallshen I updated the version and released 0.13.0. Also, I changed the README to reflect your changes. Can you add an example to the README on how to scrape a movie/tv show? I'm sure people will be interested in this feature and I'd like to prevent them from opening up an issue on how to use it.