RE: Creating a post using Python on Steemit

You are viewing a single comment's thread from:

Creating a post using Python on Steemit

in steemit •  6 years ago 

Use:

from beem import Steem
steem = Steem()
steem.wallet.unlock("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
steem.post("title", "body", author="steem-mashine", tags=["a", "b", "c", "d", "e"], self_vote=True)

And get in the answer mistake


    raise NoWalletException
beem.exceptions.NoWalletException

The password is correct. What could be the problem?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!