diff --git a/README.rst b/README.rst index c577516..5d26a2b 100644 --- a/README.rst +++ b/README.rst @@ -251,7 +251,7 @@ You can easily use TwitterScraper from within python: #print the retrieved tweets to the screen: for tweet in query_tweets("Trump OR Clinton", 10): - print(tweet) + vars(tweet) #Or save the retrieved tweets to file: file = open(“output.txt”,”w”)