Python package to access the IMDB Movies
Project description
Library to parse IMDB pages.
Help and stuff
https://github.com/JohnDoee (there is an email here)
Example
>>> from imdbparser import IMDB
>>> imdb = IMDB()
>>> movie = imdb.get_movie(1954470)
>>> movie.fetched
False
>>> movie.fetch()
>>> movie.fetched
>>> movie.__dict__
...
License
See LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
imdbparser-1.0.0.tar.gz
(2.6 kB
view hashes)