Skip to main content

Retrieve Movies' Bechdel Score

Project description

Introduction

The Bechdel package wraps the bechdeltest.com API and allows users to programmatically retrieve the Bechdel score for movies.

You can search for movies either by title…

import bechdel
movies = bechdel.getMoviesByTitle('terminator')
len(movies) # 5
print movies[0]

{u'date': u'2015-07-02 06:24:18',
 u'dubious': u'0',
 u'id': u'6340',
 u'imdbid': u'1340138',
 u'rating': u'0',
 u'submitterid': u'12302',
 u'title': u'Terminator Genisys',
 u'visible': u'1',
 u'year': u'2015'}

…or by IMDb id:

terminator_genisys = bechdel.getMovieByImdbId('1340138')

Disclaimer

This package and its author are unaffiliated with bechdeltest.com. Please don’t abuse the API with unnecessary requests.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bechdel-0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page