Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 3d783b6

Browse files
authored
Update twitterbot_retweet.py
1 parent ff089aa commit 3d783b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitterbot_retweet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
print("Like Tweets :", LIKE)
1313
print("Follow users :", FOLLOW)
1414

15-
for tweet in tweepy.Cursor(api.search, q='#python').items():
15+
for tweet in tweepy.Cursor(api.search, q=QUERY).items():
1616
try:
1717
print('\nTweet by: @' + tweet.user.screen_name)
1818

0 commit comments

Comments
 (0)