Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Oct 2, 2023
2 parents bb8c1cd + 812039f commit cf8be68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ for cookie in cookies:
print(cookie.domain, cookie.value)
```

# Examples
For [Python](https://github.com/thewh1teagle/rookie/tree/main/examples)

For [Rust](https://github.com/thewh1teagle/rookie/tree/main/rookie-rs/examples)

# Limitations
Chrome version 114 or later, when running on Windows, secures cookie files by locking them for enhanced security. To work with this, you have two options:

Expand Down

0 comments on commit cf8be68

Please sign in to comment.