steem-python
steem-python copied to clipboard
The official Python (3) library for the Steem Blockchain.
i came across ImportError exception when tried to import from steembase.memo ### Version of Python you are running ### 3.5.2 ### Version of steem-python you are running ### 1.0.1 ###...
When "#" is placed before a message in the memo to make it private, it only takes 35 characters of the message after the # and the rest is ignored....
Please provide example how to follow a user ?
According to condenser api [documentation](https://developers.steem.io/apidefinitions/condenser-api#condenser_api.get_discussions_by_feed) the `discussion_query` parameter should have the following structure: ``` { "tag": "", "start_author": "", "start_permlink": "", "limit": 100 } ``` The `tag` key and `limit`...
Hi, the `no_broadcast=True` option does not work with a [Post](http://steem.readthedocs.io/en/latest/tools.html#post). I figured this out by making an unwanted comment on steemit by accident :-D This becomes immediately clear if we...
### Version of Python you are running ### 3.5.2 ### Version of steem-python you are running ### 1.0.1 (from pypi) ### Expected Behavior ### Values in response dictionaries that are...
Closes #243 incorrect handling of list and set breaks Post
### Version of Python you are running ### 3.6.4 ### Version of steem-python you are running ### 1.0.1 ### Expected Behavior ### ```python op = {'block': 23035025, 'op': ['comment', {'author':...
Hello... not an error.. just wondering if anyone knows how to get a list of users who voted for a particular witness. For instance if I want a list of...