mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 16:22:17 +00:00
typo in twitter settings
@@ -79,7 +79,7 @@ The Reddit parser can parse data without cookies, but you can add it if you like
|
|||||||
1. Press three-dots-button - More tools - Developer tools (or just press ```Ctrl``` + ```Shift``` + ```I```).
|
1. Press three-dots-button - More tools - Developer tools (or just press ```Ctrl``` + ```Shift``` + ```I```).
|
||||||
1. Go to the network tab
|
1. Go to the network tab
|
||||||
1. In the window where you have twitter open, click on first post you see (**CLICK ON THE POST DATE**)
|
1. In the window where you have twitter open, click on first post you see (**CLICK ON THE POST DATE**)
|
||||||
1. Then look at the dev tools and in the first lines you will see what you need! In the list on the left, find a query that starts with ```TwitterDetail?```... and click on it
|
1. Then look at the dev tools and in the first lines you will see what you need! In the list on the left, find a query that starts with ```TweetDetail?```... and click on it
|
||||||
1. Scroll down to ```Request Headers``` then find the fields below:
|
1. Scroll down to ```Request Headers``` then find the fields below:
|
||||||
- ```authorization: Bearer .......``` - this is the authorization token. You need to copy the text from starting with the word ```Bearer``` to the end of the line and paste it into the ```Authorization``` field on the Twitter settings form.
|
- ```authorization: Bearer .......``` - this is the authorization token. You need to copy the text from starting with the word ```Bearer``` to the end of the line and paste it into the ```Authorization``` field on the Twitter settings form.
|
||||||
- ```x-csrf-token: ...............``` - this is csrf token. You need to copy all the text after the words ```x-csrf-token:``` and paste it into the ```Token``` field on the Twitter settings form
|
- ```x-csrf-token: ...............``` - this is csrf token. You need to copy all the text after the words ```x-csrf-token:``` and paste it into the ```Token``` field on the Twitter settings form
|
||||||
|
|||||||
Reference in New Issue
Block a user