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
Example Movies
from netwix.types import Movies
movie = Movies("81161626")
print(movie.allData) # Output: A dictionary with all the data of the specific movie
Movies Attributes
typenamedescriptionurlcontentRatinggenreimgUrlawardsstartDatecreationDateactorscreatorsdirectorstrailer
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
typenamedescriptionurlcontentRatinggenreimgUrlstartDatecreationDateawardsseasonsactorscreatorsdirectors
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netwix-0.1.8.tar.gz.
File metadata
- Download URL: netwix-0.1.8.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff706abfc664e6ab87b13ed56090e9c2931c68eb52f888e0c3d1abb642a58c93
|
|
| MD5 |
7174fb945d31ca164c0c113a673dd845
|
|
| BLAKE2b-256 |
85011605cad6d299c6e45d0abe08a1a52f1ac9bb3ad841c91cc091ad92ed1738
|
File details
Details for the file netwix-0.1.8-py3-none-any.whl.
File metadata
- Download URL: netwix-0.1.8-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
5ec4313940e55e112b76f426be2816173ea2a9dd86aea250d252acc8d7103a08
|
|
| MD5 |
540b6979ca55b7c1cc5999eb881f9fb5
|
|
| BLAKE2b-256 |
bee6b8d32ff3a2f03822522719cdd25dda0d77acf89cd83d34e1f406f4922428
|