Skip to content

Commit ea2a524

Browse files
Update twitter.py
1 parent 8165c22 commit ea2a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
consumer_secret = 'PUT_YOUR_CONSUMER_SECRET_HERE'
4040

4141
# queryString can be any valid Twitter API search string, including
42-
# boolean operators. See http://dev.twitter.com/docs/using-search
42+
# boolean operators. See https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets
4343
# for options and syntax. Funny characters do NOT need to be URL
4444
# encoded here -- urllib takes care of that.
4545
queryString = 'from:Adafruit'

0 commit comments

Comments
 (0)