zacoppotamus / TerminaIMdB

A command-line interface for the IMdB
Other
143 stars 18 forks source link

wishlist: movie showtimes #2

Open evanwolf opened 11 years ago

evanwolf commented 11 years ago

does the underlying api permit extracting movie showtimes given a postal code? would be cool to have something like

imdb 94111 showtimes imdb 94111 regal cinema imdb 94111 iron man

thanks!

zacoppotamus commented 11 years ago

The API I use is omdbapi.com, which right now doesn't have this functionality and furthermore I'm not sure IMdB provides it. But, one could use the Google API for showtimes (eg. http://www.google.com/movies?near=bristol&hl=en&q=hobbit). Awesome idea, I'll try and add this when I have some time :)