Merge branch 'master' of github.com:fdvky1/endfield-auto-daily
This commit is contained in:
@@ -6,21 +6,23 @@ Today's check in status:
|
||||
Repository version:
|
||||
[](../../actions/workflows/version.yml)
|
||||
|
||||
> [!NOTE]
|
||||
> The script might stop working after a few months, there is currently no way of knowing when it will definitely break.
|
||||
> If the status failed several times, try to redo your setup again before reporting it as an issue.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Getting your auth token](#getting-your-auth-token)
|
||||
- [Getting your account token](#getting-your-account-token)
|
||||
- [Usage](#usage)
|
||||
- [Multiple Accounts](#multiple-accounts)
|
||||
- [Discord Webhook](#discord-webhook)
|
||||
- [FAQ](#faq)
|
||||
- [Is this safe?](#is-this-safe)
|
||||
- [How to update my (fork) repository version?](#how-to-update-my-fork-repository-version)
|
||||
- [Error not logged in](#error-not-logged-in)
|
||||
- [I have other issues](#i-have-other-issues)
|
||||
|
||||
## Getting your auth token
|
||||
## Getting your account token
|
||||
|
||||
You have to check in manually first to get your auth token, follow these steps (click to open screenshot):
|
||||
You have to check in manually first to get your account token, follow these steps (click to open screenshot):
|
||||
|
||||
1. Open [SKPORT Arknights: Endfield Daily Sign In](https://game.skport.com/endfield/sign-in) and login if you haven't (obviously)
|
||||
|
||||
@@ -30,25 +32,15 @@ You have to check in manually first to get your auth token, follow these steps (
|
||||
</details>
|
||||
|
||||
4. <details>
|
||||
<summary>For Chromium users, click on the Application tab. If not found, click on the arrow.</summary>
|
||||
<img width="1121" height="448" alt="image" src="https://github.com/user-attachments/assets/eadfb030-f0b1-4fbb-86f1-1dcea6c61964" />
|
||||
<summary>For Chromium users, click on the Application tab -> Cookies, click on <code>ACCOUNT_TOKEN</code>, and check <code>Show URL-encoded</code>.</summary>
|
||||
<img width="1057" height="369" alt="image" src="https://github.com/user-attachments/assets/fd4e6f55-f0c6-4f07-934c-d46b3a5bde12" />
|
||||
</details>
|
||||
<details>
|
||||
<summary>For Firefox/Gecko-based browsers, click on the Storage tab.</summary>
|
||||
<img width="926" height="297" alt="image" src="https://github.com/user-attachments/assets/fb824970-f43e-4bd6-8d78-427ca01675df" />
|
||||
<summary>For Firefox/Gecko-based browsers, click on the Storage tab -> Cookies, and copy <code>ACCOUNT_TOKEN</code> value.</summary>
|
||||
<img width="970" height="244" alt="image" src="https://github.com/user-attachments/assets/1b54d2a3-4b23-4b7a-b9cf-cf47d5ca45d8" />
|
||||
</details>
|
||||
|
||||
5. <details>
|
||||
<summary>Just like the screenshot above, click on Local Storage and look for `SK_OAUTH_CRED_KEY`</summary>
|
||||
<img width="1212" height="801" alt="image" src="https://github.com/user-attachments/assets/8b4e1158-3914-448c-93fb-9759e1c28717" />
|
||||
</details>
|
||||
|
||||
6. <details>
|
||||
<summary>Copy the value by clicking on it, then selecting the text below. Or just double-click and Ctrl+C</summary>
|
||||
<img width="861" height="170" alt="image" src="https://github.com/user-attachments/assets/e29ad0d1-0d40-408b-8fc4-ea0b0f8acfed" />
|
||||
</details>
|
||||
|
||||
7. That's your auth token, keep it save and do NOT share it with anyone!
|
||||
5. That's your account token, keep it save and do NOT share it with anyone!
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -61,10 +53,16 @@ You have to check in manually first to get your auth token, follow these steps (
|
||||
|
||||
5. <details>
|
||||
<summary>
|
||||
Insert name with <code>CRED</code> and secret with
|
||||
<a href="#getting-your-auth-token">your token</a>, then click Add secret. You can input as many accounts, separate it with a new line (Enter).
|
||||
Insert the name <code>ACCOUNT_TOKEN</code> and the secret of your account token from before, then click Add secret. You can input as many accounts, separate it with a new line (Enter).
|
||||
</summary>
|
||||
<img width="801" height="427" alt="image" src="https://github.com/user-attachments/assets/8110e0d2-2c11-4870-bb95-01ec0d99942b" />
|
||||
<img width="798" height="422" alt="image" src="https://github.com/user-attachments/assets/3f1242f0-550d-42c3-97b5-399ecdade4ed" />
|
||||
</details>
|
||||
|
||||
6. <details>
|
||||
<summary>
|
||||
Here is the example secret value for multiple accounts.
|
||||
</summary>
|
||||
<img width="348" height="426" alt="image" src="https://github.com/user-attachments/assets/d5d816b6-f11d-4782-b881-df0fd27d68e7" />
|
||||
</details>
|
||||
|
||||
7. <details>
|
||||
|
||||
Reference in New Issue
Block a user