You are viewing a single comment's thread from:
RE: 2017 Updated Guide on How to Make Your Own Steem Upvoting Bot
hi, i tried using post["author"], but I get an error. I find it strange because in previous guides they use the post["author"]. That is why I use the workaround of get_post.
I tried again and it worked! Thanks.
Hmm .. here it says that
stream_comments
returns instances ofPost()
and here it refreshs the post and stores the content of the post as "dictionary" in thePost()
class.What's the error message?
I tried again and it worked. Thanks.