Netflix Roulette Api
Netflix Roulette App helps decide what movie or TV show to stream. Now you can stop spending two-and-a-half hours browsing and start spending two-and-a-half hours actually watching something. JediMindFlix is an interactive web app made for users to check whats on Netflix. The app is made with HTML and Materialize CSS on the Front-End, with several API's on the backend including 'Yoda Speak', 'OMDB', and 'Netflix Roulette' along with AJAX. Netflix Roulette is designed to be in constant communication with NFLX Crawler so that all newly added programming is incorporated into the roulette experience. It’s currently available as an.
Released:
A simple python wrapper for the Netflix Roulette API
Project description
This is a simple python wrapper for the Netflix RouletteAPI.
Installation
From Source
- git clone git@github.com:tizz98/netflix_roulette.git
- cd netflix_roulette
- python setup.py install
Usage
Query with year
class NetflixMedia
Parameters
- title: Title of the media you are searching for.
- year: (Optional) Year of the media you are searching for.
Attributes
- title: User supplied title of the media you are searching for.
- year: User supplied year of the media you are searching for.
- rating: How high the media is rated, max is 5.
- poster: The poster for the media, right from the Netflix CDN.
- mediatype: 0 means movie, 1 means TV Show. See alsoget_readable_mediatype().
- release_year: The media’s release date.
- show_cast: The cast of a given title.
- category: A title’s given category.
- summary: A plot summary.
- director: The name(s) of the director(s) of a given title.
- show_id: The Netflix id of the title.
- is_on_netflix: A boolean, whether or not the show is on Netflix.
Methods
- get_readable_mediatype(): Returns TV Show or Movieinstead of 1 or 0.
- is_movie(): Returns True if the media is a Movie.
- is_tv_show(): Returns True if the media is a TV Show.
class NetflixDirector
Parameters
- name: Name of the director you are searching for.
Attributes
- name: User supplied name.
- media: List of NetflixMedia that the person has directed.
class NetflixActor
Parameters
- name: Name of the actor you are searching for.
Attributes
- name: User supplied name.
- media: List of NetflixMedia that the person has been in.
Release historyRelease notifications RSS feed
0.23
0.22
0.16
0.15
0.14
0.13
0.2.1
0.2
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size netflix_roulette-0.23.tar.gz (17.0 kB) | File type Source | Python version None | Upload date | Hashes |
Netflix Roulette Api Play
CloseHashes for netflix_roulette-0.23.tar.gz
Netflix Roulette Api Game
Algorithm | Hash digest |
---|---|
SHA256 | 21a8e3fc95684afd78ca65197909810006666d351681d2e3ba7f9d078718f60b |
MD5 | 61134a1f7c7fa7324ab49b556d8e434a |
BLAKE2-256 | 6a4c43e561d31eca910be627703e8f3beee05ce2e6d4e199345dacbb1c3e0421 |