Code Monkey home page Code Monkey logo

3nst3in / netwix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from new92/netwix

2.0 0.0 0.0 27 KB

Netwix is a python client for Netflix. With netwix by simply entering the Netflix ID the user can access data related to movies and tv shows available on Netflix

Home Page: https://pypi.org/project/netwix/

License: MIT License

Python 100.00%
api explore github module movies netflix netflix-api package py py-module pymodule pypi pypi-package python python-module python-package pythonmodule repository

netwix's Introduction

netwix ♨️

Netwix is a python client for Netflix. With netwix by simply entering the Netflix ID the user can access data related to movies and tv shows available on Netflix.

Installation 📥

Install netwix using pip

pip install netwix

Authors ✍️

Contributing 🤝

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct. For more info please check the CODE_OF_CONDUCT.md file

Feedback 💭

If you have any feedback, please reach out to us at this email address.

Feel free to contact us anytime ! You'll get a reply within a day. Please avoid using abusive or offensive language. If you are reporting a bug or making a suggestion please make sure your report/suggestion is as much detailed as possible.

License

License

Documentation 📄

Example Movie ID

  • **Movie: **Red Notice
  • **URL: **https://www.netflix.com/watch/81161626
  • **Movie ID: **81161626

Example Movies

from netwix.types import Movies

movie = Movies("81161626")
print(movie.name) # Output: Red Notice

Movies Attributes

  • type
  • name
  • description
  • url
  • contentRating
  • genre
  • imgUrl
  • awards
  • startDate
  • creationDate
  • actors
  • creators
  • directors
  • trailer

Example Series ID

  • **Serie: **The Office
  • **URL: **https://www.netflix.com/watch/70126228
  • **Series ID: **70126228

Example Series

from netwix.types import Series

serie = Series("70126228")
print(serie.name) # Output: The Office

Series Attributes

  • type
  • name
  • description
  • url
  • contentRating
  • genre
  • imgUrl
  • startDate
  • creationDate
  • awards
  • seasons
  • actors
  • creators
  • directors

netwix's People

Contributors

new92 avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.