mirror of
https://github.com/tiennm99/MTTools.git
synced 2026-08-13 17:22:21 +00:00
docs: flesh out README
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user