taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

print does not introspect #349

Open Zarrindast opened 4 years ago

Zarrindast commented 4 years ago

print(object) just yields <twitterscraper.tweet.Tweet object at 0x7ff2203ec668>, it won't print it to the console. replace with vars(object).