You are viewing a single comment's thread from:

RE: Steemit-Python-Bot | Part 2: How to return a list of the people who upvoted your post

in #utopian-io9 years ago

Thanks for the feedback! :)

To get a readable output I use python's build in module pprint.

  1. import pprint
  2. pprint.pprint(your_json)
Sort:  

O cool, thanks will thy this out!