Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haimgel/get-cookie
get-cookie: fetch a cookie from a local browser's cookie store
https://github.com/haimgel/get-cookie
browser cookie rust
Last synced: about 1 month ago
JSON representation
get-cookie: fetch a cookie from a local browser's cookie store
- Host: GitHub
- URL: https://github.com/haimgel/get-cookie
- Owner: haimgel
- License: gpl-3.0
- Created: 2021-03-26T20:28:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T17:58:50.000Z (over 2 years ago)
- Last Synced: 2024-11-17T13:50:24.897Z (about 2 months ago)
- Topics: browser, cookie, rust
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fetch a cookie from a local browser's cookie store
**DON'T USE THIS CRATE** for anything you ship to users or need to support in a long-term!
This crate relies on undocumented, unsupported internal implementation of browsers and could break
at any time. It is only good for a quick-n-dirty local scripting and automation, when you want to drive
some API that does not provide means to get a long-lived, stable token and the browser cookie is the
only way to go.Note that this crate's license is GPL v3, specifically because I think that commercial use of this crate
is a terrible idea.