Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

286 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Netflix Cookie Checker

Checks Cookies for validity.

Education purpose only.

Logo





πŸ†• What's New

Latest update improves cookie validity detection, duplicate filtering, and proxy safety.

Checker Reliability β€” Latest

✨ New Features

  • Updated cookie validity check β€” More reliable detection of valid and expired cookies.
  • Stronger duplicate detection β€” Prevents saving the same working cookie multiple times.
  • Existing-output duplicate scan β€” Checks previously saved cookies to avoid duplicates across runs.

Installation

  git clone https://github.com/matheeshapathirana/Netflix-cookie-checker.git
  cd Netflix-cookie-checker
  pip install -r requirements.txt

Usage

  1. Run cookie_converter.py to convert Netscape cookies to json format.
  2. Edit the number of threads in main.py.
    num_threads = 5 # <--- Define the number of threads here
  3. Run main.py.

make sure you have a good internet connection.

Network Speed Recommended no. threads
< 5 Mbps 1-3
5-20 Mbps 3-5
20-100 Mbps 5-10
> 100 Mbps 10-20

Proxy Support

Proxy File Format

Your proxy file should be a plain .txt with one proxy per line. All common formats are supported:

# host:port
1.2.3.4:8080
 
# host:port:user:pass
1.2.3.4:8080:myuser:mypass
 
# user:pass@host:port
myuser:mypass@1.2.3.4:8080

Lines starting with # are ignored.

Features

  • βœ… Multi-threading
  • βœ… JSON + Netscape cookie support
  • βœ… Optional proxy support (HTTP / HTTPS / SOCKS4 / SOCKS5)
  • βœ… Automatic proxy validation before use
  • βœ… Safer proxy mode with no silent direct-IP fallback
  • βœ… Super fast
  • βœ… Identifies duplicate cookies using cookie fingerprints
  • βœ… Detects extra memberships

For any issues

Contributors

GitHub Contributors Image

You can help me by Donating

ko-fi

About

Netflix cookie checker and validator - bulk check Netflix cookies, verify login status, and filter working accounts. Python tool for cookie authentication testing. 🌟 Star to support our work!

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Used by

Contributors

Languages