mirror of
https://github.com/bellingcat/instagram-location-search.git
synced 2026-06-07 18:18:30 +03:00
Improved readme with chatgpt :)
This commit is contained in:
35
README.md
35
README.md
@@ -61,25 +61,28 @@ instagram-scraper @creds.txt --filename @location_ids.txt --location --include-l
|
||||
|
||||
## Getting Instagram cookies
|
||||
|
||||
### New flow
|
||||
Improved flow allows to get cookies trough pop-up browser window.
|
||||
In order to use this flow you need to omit '--cookie' param.
|
||||
### Improved Tool Usage Process
|
||||
|
||||
__Important: an Instagram session ID should be treated like a password — it provides full access to the Instagram account. Using this session ID in multiple places or on multiple computers may trigger Instagram to invalidate all session IDs. Using this session ID for any purpose other than the official Instagram website or application may be a violation of the Instagram Terms of Service and could lead to account suspension.__
|
||||
The updated process allows you to obtain cookies through a pop-up browser window. To use this new flow, simply omit the `--cookie` parameter when running the command.
|
||||
|
||||
1. Run command with --cookie param omited
|
||||
2. In opened Google Chrome instance, create new profile
|
||||

|
||||
3. Press continue without email
|
||||

|
||||
4. Enter name of the profile that would be liked to this account and create it
|
||||

|
||||
5. Click "Only allow essential cookies"
|
||||

|
||||
6. Log-in to Instagram. Browser will close automatically short after.
|
||||

|
||||
__Important: An Instagram session ID should be treated like a password, as it provides full access to your Instagram account. Using this session ID in multiple places or on multiple computers may cause Instagram to invalidate all session IDs. Using this session ID for any purpose other than the official Instagram website or application may violate the Instagram Terms of Service and could lead to account suspension.__
|
||||
|
||||
Follow these steps to use the improved tool usage process:
|
||||
|
||||
1. Run the command without the `--cookie` parameter.
|
||||
2. In the opened Google Chrome instance, create a new profile.
|
||||

|
||||
3. Click "Continue without email".
|
||||

|
||||
4. Enter a name for the profile you'd like to link to instagram account, and click "Done".
|
||||

|
||||
5. Select "Only allow essential cookies".
|
||||

|
||||
6. Log in to your Instagram account. The browser will close automatically shortly afterward.
|
||||

|
||||
|
||||
Once you've completed the initial setup, you can simply click on the created profile in subsequent runs to use the associated Instagram account.
|
||||
|
||||
Once set up you'll need only click on created profile in the following runs to use associated instagram profile.
|
||||
|
||||
### Old flow
|
||||
This now requires the entire cookie string, in the format of an HTTP request header. Details TK.
|
||||
|
||||
Reference in New Issue
Block a user