3 releases

0.1.2 Aug 19, 2022
0.1.1 Jun 18, 2022
0.1.0 Jun 18, 2022

#529 in Testing

Download history 24/week @ 2022-12-06 20/week @ 2022-12-13 29/week @ 2022-12-20 16/week @ 2022-12-27 14/week @ 2023-01-03 17/week @ 2023-01-10 19/week @ 2023-01-17 38/week @ 2023-01-24 44/week @ 2023-01-31 47/week @ 2023-02-07 24/week @ 2023-02-14 35/week @ 2023-02-21 15/week @ 2023-02-28 24/week @ 2023-03-07 10/week @ 2023-03-14 113/week @ 2023-03-21

172 downloads per month
Used in 2 crates (via rbx_auth)

MIT license

16KB
350 lines

rbx_cookie

Finds the .ROBLOSECURITY cookie from either a ROBLOSECURITY environment variable or the authenticated local Roblox Studio installation (works for Windows and MacOS). Available as both a library and CLI.

CLI

Install with cargo install rbx_cookie.

rbx_cookie --help

Library

// Returns the cookie as a formatted header ready to add to a request
let cookie = rbx_cookie::get();

// Returns the raw cookie value
let cookie = rbx_cookie::get_value();

Dependencies

~3–5MB
~108K SLoC