taspinar / twitterscraper

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

Pretty printing #223

Closed petrbel closed 4 years ago

petrbel commented 4 years ago

Use pprint.pprint instead of basic print for well arranged dumped output.

The loads/dumps mechanism could be possibly rewritten, however, this way the JSONEncoder works very nice.

Looking forward for comments!