We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1d36 commit 86b1b71Copy full SHA for 86b1b71
1 file changed
README.rst
@@ -183,8 +183,7 @@ throughout your program's session.
183
184
import os
185
import json
186
- from unidecode import unidecode
187
-
+
188
from twittersearch import ResultStream, gen_rule_payload, load_credentials
189
190
Enterprise setup
@@ -193,10 +192,6 @@ Enterprise setup
193
192
If you are an enterprise customer, you'll need to authenticate with a
194
basic username/password method. You can specify that here:
195
196
-.. code:: python
197
198
- from twittersearch import infer_endpoint
199
200
.. code:: python
201
202
enterprise_search_args = load_credentials("~/.twitter_keys.yaml",
0 commit comments