* Package name : rookie
Version : 0.5.6
Upstream Contact: thewh1teagle
<61390950+thewh1teagle@users.noreply.github.com>
* URL : https://github.com/thewh1teagle/rookie
* License : Expat
Programming Lang: Rust
Description : Load cookies from your web browsers
Rookie is a Rust library that enables developers to extract cookies from
web browsers and use them in their applications. The project contains a
Rust library, bindings for Python and NodeJS and a CLI tool.
The library supports reading cookies from multiple popular web browsers
including Chrome, Firefox, and others. It handles the complexity of
accessing browser cookie databases and potentially decrypting the cookie
values.
Currently I would not package the nodejs bindings, because the required
napi (Node-API) Rust library is not available.