Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.12 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.12 KB

Visitors GitHub Clones Not Maintained GitHub last commit (master)

Python Netflix

ExpiringOnNetflixSoon

Movies and series from Netflix 'My List' that are going to be removed in the next month.


💻 Requirements

  • Python 3.7 or above
    • Normally required python libraries are configured to install themselves if not, run the following command
      python -m pip install 'package'
      
  • Webdriver (Chrome webdriver by default)
  • UNOGSNG rapid API key

⚙️ Installation

  • Clone repository
  • Create a .env file with the following required fields
    • EMAIL: Enter your netflix email
    • PASSWORD: Enter your netflix password
    • USER_PROFILE: Enter your profile name
    • API_KEY: Your rapid api free key
    • COUNTRY: Your country code (Ex. ES = Spain; US = United States of America)

Variables.env

📖 How to use

  • Run main.py file

  • When running, it shows two options for users input, 0 and 1

    • Case 0: Get the info from the .env file created before
    • Case 1: It ask for your Netflix email, password, user profile and country
  • When completed, it will show a list of shows and films that are about to expire or if you are lucky it will display a message informing that you have nothing that is about to expire.