twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

print does not introspect

Open Zarrindast opened this issue 4 years ago • 0 comments

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

Zarrindast avatar Oct 02 '20 10:10 Zarrindast