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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ To get the results, run:
91
91
92
92
$ python serps_get.py
93
93
94
-
The script will request the API to check for available results, then download the data for each done task and repeat while there are available results.
94
+
The script will request the API to check for available results, then download the data for each done task and repeat while there are available results.
95
+
/!\ Be aware that if for any reason your script stops, the data will be lost. In other words, results are saved when there is no more data to grab.
95
96
96
97
Available options:
97
98
-`config`: configuration file to use (default: `config.ini`)
@@ -146,4 +147,4 @@ Available options:
146
147
147
148
## Contributing
148
149
149
-
If you wish to contribute to this repository or to report an issue, please do this [on GitLab](https://gitlab.com/databulle/dataforseo-serp-api-python-client).
150
+
If you wish to contribute to this repository or to report an issue, please do this [on GitLab](https://gitlab.com/databulle/dataforseo-serp-api-python-client).
0 commit comments