Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snowby666 committed Jun 17, 2024
1 parent ec35c27 commit 139bbb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,18 +210,18 @@ F12 for Devtools (Right-click + Inspect)

- 1st Method: Devtools > Network > gql_POST > Headers > Poe-Formkey

Copy the value of `Poe-Formkey`
Copy the value of `Poe-Formkey`

- 2nd Method: Devtools > Console > Type: `allow pasting` > Paste this script: `window.ereNdsRqhp2Rd3LEW()`

Copy the result
Copy the result

### Basic Usage
- Connecting to the API
```py
tokens = {
'p-b': 'p-b cookie here',
'p-lat': 'p-lat cookie here'.
'p-lat': 'p-lat cookie here',
'formkey': 'formkey here'
}

Expand Down

0 comments on commit 139bbb3

Please sign in to comment.