Movies and series from Netflix 'My List' that are going to be removed in the next month.
- 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'
- Normally required python libraries are configured to install themselves if not, run the following command
- Webdriver (Chrome webdriver by default)
- UNOGSNG rapid API key
- 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)
-
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.