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.rst
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,17 @@ Using the Comand Line Application
44
44
We provide a utility, ``twitter_search.py``, in the ``tools`` directory that provides rapid access to tweets.
45
45
Premium customers should use ``--bearer-token``; enterprise customers should use ``--user-name`` and ``--password``.
46
46
47
+
The ``--endpoint`` flag will specify the full URL of your connection, e.g.:
48
+
49
+
Note that the ``--max-results`` flag specifies an argument to the API call (results returned per CALL), not as a hard max to number of results returned from this program. use ``--max-tweets`` for that for now.
0 commit comments