Skip to content

Commit

Permalink
Merge pull request huaying#101 from rrbarioni/master
Browse files Browse the repository at this point in the history
Added user auth description step on README.md
  • Loading branch information
huaying authored Oct 9, 2020
2 parents 9c86f7c + f6abafb commit 9513906
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ This crawler could fail due to updates on instagram’s website. If you encounte
3. Install Selenium: `pip3 install -r requirements.txt`
4. `cp inscrawler/secret.py.dist inscrawler/secret.py`

## User Auth
1. Open `inscrawler/secret.py` file.
2. Change the `username` and `password` variables' value to the ones corresponding to your Instagram account.
````
username = 'my_ig_username'
password = '***********'
````

## Crawler
### Usage
```
Expand Down

0 comments on commit 9513906

Please sign in to comment.