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
Project description
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
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
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
Built Distribution
File details
Details for the file netwix-0.1.3.tar.gz
.
File metadata
- Download URL: netwix-0.1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b9d328cd58552261b8dd006eecf0b30dfc81cf7be012bda9964486c10aead90 |
|
MD5 | 2b28112ccba9c73ce44072ad36df553a |
|
BLAKE2b-256 | a43e06909617d6540ad6e0daff91306b4fbccc39dfbf058bdbdfa36b49350a42 |
File details
Details for the file netwix-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: netwix-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83ad860a82daac908b60f09f3ead3f291e17004574371f9255cead329f82645e |
|
MD5 | c7b0eea554418804b0e9ad1194110482 |
|
BLAKE2b-256 | 3cad4f5080961858ae78e457adced45784836619c688cc3416e7b730ecc34dbe |