Hi, everybody.
There was one very unpleasant moment.
I'm using Python and trying to write a script to publish new posts. But whatever I do, I can't.
Please, advise what information to read on actual use of this function?
What I need for my task:
- perform authorization on the site
- Publish the post
Just use steem-python or beem.
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?
Congratulations @steem-mashine! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of posts published
Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word
STOP
To support your work, I also upvoted your post!