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
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 details)
File details
Details for the file bechdel-0.1.tar.gz
.
File metadata
- Download URL: bechdel-0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7538e03c23c8c3dc237e2097c0593b759f71c109cec16fcc597c7dc1a2c69af |
|
MD5 | 0778fb4df5b928decff8992d133bf07b |
|
BLAKE2b-256 | ae9143cb3e210547e45624d330de8f8755d8249d42f2e835bafc1cfe3dd7cd90 |