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