You are viewing a single comment's thread from:
RE: Steemit API + Python: Calculate Your Steemit Spending!
I'm working on steemit analyzers with the python library, although some API functions seem to be no-op, like
get_account(user)['comment_count']
as comments are counted as posts.
Thank you for sharing this code snippet!