@xeroc Thank you for your work.
Can you help me?
myvar = steem.get_content("my_permlink")
When I load the post , I can get information from the variable - class.
For example:
print(myvar.author) or print(myvar.pending_payout_value)
How can I access to data and time - when post was created? Not myvar.active
myvar. ???
And yet .. How can I find out the number of comments in current post ? I want to calculate (to know) how many comments a post has . But I can not find anything .
myvar. ??
Thanks.
this this
print(vars(myvar))
. It will show all the available attributes