Skip to content

new92/netwix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

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

  • 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

About

๐ŸŽฌ 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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages