From 3c36b9b06bcd5f808db176c003a8d4bde9f95d13 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 25 May 2025 02:07:55 -0700 Subject: add common_docs for how to get cookie-header --- common_docs/how_to_get_cookie_header.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 common_docs/how_to_get_cookie_header.md (limited to 'common_docs/how_to_get_cookie_header.md') diff --git a/common_docs/how_to_get_cookie_header.md b/common_docs/how_to_get_cookie_header.md new file mode 100644 index 0000000..5c26e66 --- /dev/null +++ b/common_docs/how_to_get_cookie_header.md @@ -0,0 +1,22 @@ +**DO NOT SHARE YOUR COOKIES WITH ANYONE, THIS IS THE SAME AS SHARING FULL ACCESS TO YOUR ACCOUNT** + +Some scripts require your cookies so it can pull data from sources that require more authentication (such as e-amusement) + +# Option 1: Use Cookie-Editor Extension +1. Download the browser extension [Cookie-Editor](cookie-editor.com) +2. Login to the appropriate site to pull your data (see game-specific README) +3. Click on the extension and click `Export`, choose `Header String` + +That is your Cookie Header + +# Option 2: Use Browser Network Tab (slightly more complicated) +1. Login to the appropriate site to pull your data (see game-specific README) +2. Click on the network tab and search for the current webpage URL in the filter +3. Click on the request to load in the webpage, and find the `Request Headers` section +You should see a section similar to: +``` +Cookie: +``` +4. Copy everything after `Cookie:` + +That is your Cookie Header -- cgit v1.2.3