steem-python
steem-python copied to clipboard
The official Python (3) library for the Steem Blockchain.
When I am creating a Steem object, I get this error: ``` s = Steem(nodes=nds,no_broadcast=False, keys=['5Ui']) File "/home/ubuntu/.local/lib/python3.5/site-packages/steem/steem.py", line 60, in __init__ steemd_instance=self.steemd, no_broadcast=no_broadcast, **kwargs) File "/home/ubuntu/.local/lib/python3.5/site-packages/steem/commit.py", line 96, in...
### Version of Python you are running ### 2.7 ### Version of steem-python you are running ### 1.0.0 (`master` once PR #234 is merged). ### Expected Behavior ### "STEEM_BLOCK_INTERVAL" should...
Lots of old stale branches. Need to go through and clean up repo. Doneness: Only branches left should be `master`, any open PR's, and any branches with up to date...
Let's update the package asap.
I am unable to install the Steem module for Python. I first attempted to install VS Community 2017 and the latest Build Tools and subsequently, VS Community 2015 and 2015...
Nodes should hold a little more information outside of uri - ie, status, prefix, version, etc. (Dynamic Global Properties + some extra stuff). This will allow us to start building...
Configuration values that are currently stored in `storage.py`. Similar to [hivemind's conf strategy](https://github.com/steemit/hivemind/blob/master/hive/conf.py), we should move these into a combination of command line args and environment variables. Reference - #216...
Unclear if this might be an appbase issue, but since the @steem faucet is using the same op/endpoint it doesn't seem likely. Let's add a test for the `account_create_with_delegation` op...
When posting a top-level comment using steem.commit.post(title,body,author,permlink,reply_indentifier,json_metadata,comment_options,community,tags) you NEED to set the tags argument to the category you want the post to appear in. Otherwise, you get an error about...
Please feel free to review and backport these fixes from my fork. Since `steemit/steem-python` is now actively developed/maintained, I will be deprecating my fork soon. Having these fixes carry over...