Movie (MPAA) ratings and Python?

Dan Stromberg drsalists at gmail.com
Tue Dec 10 11:32:06 EST 2013


On Mon, Dec 9, 2013 at 10:40 PM, Ben Finney <ben+python at benfinney.id.au>wrote:

> Dan Stromberg <drsalists at gmail.com> writes:
>
> > Is anyone using a module or database that gives Python 3.x access to MPAA
> > ratings (EG G, PG, PG-13, etc.)?
>
> What information would you want access to? Why would a library (rather
> than, say, a short set of strings) be needed?
>
Movie ratings.   EG G, PG, PG-13, etc.

A library might query a REST interface or screenscrape, though most
relevant websites have policies against screenscraping.


> > I explored a few of the possibilities on Pypi, a couple of web
> interfaces,
> > and the IMDB flat text file with ratings and reasons for those ratings,
> but
> > I've not been really impressed yet.
>
> You seem to be talking about some MPAA document, where is it so we can
> know what specifically you're referring to?
> It's available from many places, EG:
> http://www.filewatcher.com/m/mpaa-ratings-reasons.list.gz.203532-0.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20131210/de9e0902/attachment.html>


More information about the Python-list mailing list