We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8165c22 commit ea2a524Copy full SHA for ea2a524
twitter.py
@@ -39,7 +39,7 @@
39
consumer_secret = 'PUT_YOUR_CONSUMER_SECRET_HERE'
40
41
# queryString can be any valid Twitter API search string, including
42
-# boolean operators. See http://dev.twitter.com/docs/using-search
+# boolean operators. See https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets
43
# for options and syntax. Funny characters do NOT need to be URL
44
# encoded here -- urllib takes care of that.
45
queryString = 'from:Adafruit'
0 commit comments