Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem authored Nov 18, 2024
1 parent 5046bc2 commit f2078b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ git clone https://github.com/ibnaleem/instatracker.git
```
$ pip install -r requirements.txt
```
#### Set `user` & `passwd` field on [line 56](https://github.com/ibnaleem/instatracker/blob/main/main.py#L56)
#### Set `user` & `passwd` field on [line 71](https://github.com/ibnaleem/instatracker/blob/main/main.py#L71)
```python
self.bot.login(user="YOUR INSTAGRAM USERNAME", passwd="YOUR INSTAGRAM PASSWORD") # this allows us to access & scrape Instagram.
```
Expand Down

0 comments on commit f2078b8

Please sign in to comment.