Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gonzales authored Nov 14, 2017
1 parent f340468 commit 117a115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,16 @@ Premium customers should use ``--bearer-token``; enterprise customers should use

The ``--endpoint`` flag will specify the full URL of your connection, e.g.:

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.

.. code:: bash
https://api.twitter.com/1.1/tweets/search/30day/dev.json
You can find this url in your developer console.

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.



**Stream json results to stdout without saving**

Expand Down

0 comments on commit 117a115

Please sign in to comment.