From fdb341b8115d9d4ed7f7c5d7f15b91c342d6d272 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 20:14:50 +0700 Subject: [PATCH] docs: flesh out README --- export-chrome-cookies/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/export-chrome-cookies/README.md b/export-chrome-cookies/README.md index 0f60313..1c919cd 100644 --- a/export-chrome-cookies/README.md +++ b/export-chrome-cookies/README.md @@ -1,7 +1,16 @@ # export-chrome-cookies -Export Google Chrome cookies in Windows using Python +Python script to export Google Chrome cookies on Windows. -Modified from [https://thepythoncode.com/article/extract-chrome-cookies-python]() +## Quick start -**Updated 2025**: This method is not work anymore. +```bash +pip install -r requirements.txt +python main.py +``` + +> **Note:** Run on Windows with Chrome closed. Exports cookies to a local file. + +## License + +Apache-2.0 — see [LICENSE](LICENSE).