You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,14 +74,15 @@ You can find detailed commands usage [here](doc/COMMANDS.md).
74
74
75
75
5. Run `pip install -r requirements.txt`
76
76
77
-
6. Open the `credentials.ini` file in the `config` folder and write your Instagram account username and password in the corresponding fields
78
-
77
+
6. Open the `credentials.ini` file in the `config` folder and write your Instagram account username and password in the corresponding fields. Or use `hikerapi_token` from https://hikerapi.com/tokens (first 100 requests are free after registration and confirmation of your tg)
78
+
79
79
Alternatively, you can run the `make setup` command to populate this file for you.
80
80
81
-
7. Run the main.py script in one of two ways
81
+
7. Run the main.py script in one of three ways
82
82
83
83
* As an interactive prompt `python3 main.py <target username>`
84
84
* Or execute your command straight away `python3 main.py <target username> --command <command>`
85
+
* Or execute using HikerAPI token via env `HIKERAPI_TOKEN=<hikerapi token> python3 main.py <target username> -c <command>`
85
86
86
87
### Use Osintgram v2 (beta)
87
88
You can use Osintgram2 beta just switching to `v2`[branch](https://github.com/Datalux/Osintgram/tree/v2).
0 commit comments