steem-python icon indicating copy to clipboard operation
steem-python copied to clipboard

The official Python (3) library for the Steem Blockchain.

Results 91 steem-python issues
Sort by recently updated
recently updated
newest added

https://github.com/steemit/steem-python/blob/33dc65cc6fc85c51f57e182abe5fadff573cfa6e/steem/utils.py#L12

https://github.com/steemit/steem-python/blob/33dc65cc6fc85c51f57e182abe5fadff573cfa6e/steem/steemd.py#L20

https://github.com/steemit/steem-python/blob/998aad7d0e25563cdd5d25b56e9837440a44818c/steem/transactionbuilder.py#L167

``` sneak@rabotnik:~$ steempy orderbook -h usage: steempy orderbook [-h] [--chart] optional arguments: -h, --help show this help message and exit --chart Enable charting (requires matplotlib) sneak@rabotnik:~$ steempy orderbook No valid...

The following three commands: (request_account_recovery) (recover_account) (change_recovery_account) If this is going to replace cli_wallet (looks like it is), it needs to fully support account recovery.

i have a dozen accounts imported and `steempy listaccounts` should timeout/retry a lot faster.

i attempted to `newaccount` and it added the keys to the local keyring using the new account's provided passphrase... but then failed when creating the account, leaving the keys in...

``` sneak@rabotnik:~$ steempy importaccount REDACTED --roles owner active posting memo Account Passphrase: Importing owner key! Passphrase: Importing active key! Traceback (most recent call last): File "/Users/sneak/Library/Homebrew/bin/steempy", line 4, in __import__('pkg_resources').run_script('steem==0.18.9',...

If this is your first time syncing the blockchain to a a file, the sync will fail if the file is empty. I added a check to see if the...

While executing following function, `steem.get_posts(limit=self.no_of_post, sort="promoted", category=self.cat_c)` I got following exception `raise Exception("Invalid choice of '--sort'!")` Looking into the code, I came across following observation **get_post** function supports parameter _sort_...