Skip to main content

Python wrapper for Filmaffinity

Project description

This is a simple python scraping for the Filmaffinity.

https://travis-ci.org/sergiormb/python_filmaffinity.svg?branch=master https://coveralls.io/repos/github/sergiormb/python_filmaffinity/badge.svg?branch=master https://img.shields.io/github/license/mashape/apistatus.svg https://img.shields.io/pypi/pyversions/Django.svg https://readthedocs.org/projects/python-filmaffinity/badge/?version=latest

Installation

Pip

pip install python_filmaffinity

From Source

git clone git@github.com:sergiormb/python_filmaffinity.git`
cd python_filmaffinity`
python setup.py install`

Requirements

requests >= 2.0.1`
bs4 >= 0.0.1`

Examples

import python_filmaffinity
service = python_filmaffinity.Filmaffinity()
movie = service.get_movie(title='Celda 211')
movie['title']
Celda 211
movie['rating']
7.7
movie['directors']
['Daniel Monzón']
movie['actors']
['Luis Tosar', 'Alberto Ammann', 'Antonio Resines', 'Carlos Bardem', 'Marta Etura', 'Vicente Romero', 'Manuel Morón', 'Manolo Solo', 'Fernando Soto', 'Luis Zahera', 'Patxi Bisquert', 'Félix Cubero', 'Josean Bengoetxea', 'Juan Carlos Mangas', 'Jesús Carroza']

Usage

language

  • Spanish: ‘es’

  • USA, UK: ‘en’

  • México: ‘mx’

  • Argentina: ‘ar’

  • Chile: ‘cl’

  • Colombia: ‘co’

  • Example

import python_filmaffinity
service = python_filmaffinity.Filmaffinity(lang='en')

get_movie

Parameter

Required

Type

Description

id

False

String

Filmaffinity id

title

False

String

Get movie by title

trailer

False

Boolean

Return movie with trailer

  • Example

movies = service.get_movie(title='Avatar')
movies = service.get_movie(id='495280')

top_filmaffinity

Parameter

Required

Type

Description

from_year

False

String

Search start date

to_year

False

String

Search end date

top

False

Integer

Number of elements

  • Example

movies = service.top_filmaffinity()
movies = service.top_filmaffinity(from_year=2010, to_year=2011)

top_premieres

Parameter

Required

Type

Description

top

False

Integer

Number of elements

  • Example

movies = service.top_premieres()

top_netflix, top_hbo, top_filmin, top_tv_series

Parameter

Required

Type

Description

top

False

Integer

Number of elements

  • Example

movies = service.top_netflix()
movies = service.top_hbo(top=5)
movies = service.top_filmin()
movies = service.top_tv_series()

recommend HBO, Netflix, Filmin

Parameter

Required

Type

Description

trailer

False

Boolean

Return movie with trailer

  • Example

movies = service.recommend_netflix()
movies = service.recommend_hbo()
movies = service.recommend_filmin()

Changelog

v0.0.4 (12-06-2017)

  • Top new DVDs

  • Get movie with trailer

  • Top TV series

  • Return movies list with raiting

v0.0.3 (10-06-2017)

  • Top Netlfix, HBO and Filmin

  • Recommendation from Netflix, HBO or Filmin

  • Fixed errors

v0.0.2 (31-05-2017)

  • Search movies by title, year, director or cast.

  • Get the filmaffinity top and search by year

  • Get the premieres top

v0.0.1 (29-05-2017)

  • Initial release.

Authors

Lead

License

The MIT License (MIT)

Copyright (c) 2014 Derrick Gilland

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

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

Source Distribution

python_filmaffinity-0.0.4.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

python_filmaffinity-0.0.4-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 Python 3

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