Skip to content

gustavotpd/GoogleMovieShowtimesPythonParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Google Movie Showtimes Parser

Google Movie Showtimes is an amazing free service that lets you get
information about movie showtimes in a city. You can get showtimes of a
movie getting screened in theaters of your city. Alternately, you can
also get information and showtimes of all the movies getting screened in
a particular theater.

There doesn't exist an API for Google Movies Showtimes.

This script provides a Python class that can be used to parse Google Movie
Showtimes (www.google.com/movies) pages into dictionary objects.

The following Python modules are required for this script to work:
- httplib
- urllib
- BeautifulSoup
- re
- copy

@author Vaidik Kapoor <kapoor.vaidik@gmail.com>
@version 0.1

About

Python class for parsing Google Movie Showtimes (www.google.com/movies) response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published