utilisation du bon mot

This commit is contained in:
Mylloon 2021-08-03 20:26:47 +02:00
parent e5561a1a92
commit 0328676e87

View file

@ -55,7 +55,7 @@ def main(accessToken, accessTokenSecret, consumerKey, consumerSecret, user):
for friend in api.friends(user, skip_status = True): for friend in api.friends(user, skip_status = True):
friends.append(friend._json["screen_name"]) friends.append(friend._json["screen_name"])
print(f"Scroll sur Twitter avec les abonnés de @{user}...") print(f"Scroll sur Twitter avec les abonnements de @{user}...")
stream.filter(track = quoi, languages = ["fr"], is_async = True) stream.filter(track = quoi, languages = ["fr"], is_async = True)
if __name__ == '__main__': if __name__ == '__main__':