taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 579 forks source link

Update readme on section 2.3 #255

Closed DanP1925 closed 4 years ago

DanP1925 commented 4 years ago

When using tweet.encode('utf-8') it generates an exception because Tweet is an object and encode doesn't know how to manage it. Instead I'm using tweet.text to display the contains of the tweet.

taspinar commented 4 years ago

Thanks!