This tool verifies the validity of Netflix cookies stored in .txt
format and categorizes them based on subscription status. It is optimized for Termux and organizes valid, free, and invalid cookies into separate folders.
- Checks Netflix cookies for active subscriptions.
- Extracts details like subscription type, video quality, payment method, next payment date, and country.
- Saves categorized cookies in respective directories (
Hits
,Free
). - Uses multi-threading for fast processing.
Ensure your Termux has the necessary dependencies:
pkg update && pkg upgrade -y
pkg install python -y
pip install requests bs4
termux-setup-storage
Clone the repository:
pkg install git
git clone https://github.com/ak-alien/netflix.git
cd netflix
Alternatively, download netflix.py
manually.
Store your Netflix cookies (.txt
format) in:
/sdcard/Netflix/Cookies/
The script will automatically read and process these files.
cd netflix
python netflix.py
- Valid Subscriptions →
/sdcard/Netflix/Hits/
- Expired or No Subscription →
/sdcard/Netflix/Free/
-
This tool only works with cookies in Netscape format.
-
Ensure Termux has storage permissions enabled:
termux-setup-storage
Use this tool responsibly. Unauthorized access to Netflix accounts violates their terms of service.