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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,14 @@ Simply run:
77
77
78
78
$ python tasks_ready.py
79
79
80
-
80
+
Note that the API will only show you 1000 available results at most, but there might be more not shown.
81
81
82
82
### 3. Get results
83
83
84
+
Once you've posted your requests, it usually takes only a few instants for the API to process.
85
+
To get the results, run:
86
+
87
+
$ python tasks_get.py
88
+
89
+
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.
0 commit comments