Skip to main content

Python Utilities for parsing STEEM blockchain

Project description

## Documentation [> Blockchain parsing, Posts and Accounts](https://steemit.com/steemtools/@furion/ann-steemtools-a-high-level-python-library-for-steem) [> Witness Fees and Markets](https://steemit.com/steem/@furion/witness-feed-publishing-with-automatic-sbd-usd-peg)

## Examples Please see [examples](https://github.com/Netherdrake/steemtools/tree/master/examples).

## Known Issues ### Currently, a develop version of Piston is required You can install it by running this after installing steemtools: ` pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/piston@develop pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/python-steemlib@develop pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/python-graphenelib@develop `

### Websocket issue If you run into this error: ` ImportError: cannot import name 'create_connection'` `

You need to reinstall websocket: ` pip uninstall websocket pip uninstall websocket-client pip install websocket pip install websocket-client `

## Install a local node (optional) Pull the docker images: ` docker pull teego/steem-wallet docker pull teego/steem-blockchain `

Initiate the blockchain image: ` docker create --name steem-blockchain teego/steem-blockchain /bin/true `

Run our node: ` docker run --name steem-node --rm -it --volumes-from steem-blockchain -v ~/steem/node.config.ini:/witness_node_data_dir/config.ini -p 8090:8090 teego/steem-wallet ` Note: You can find the `node.config.ini` in `steemtools/sample`.

You can also pass custom parameters by appending this to the previous command: ` /usr/local/bin/steemd --rpc-endpoint = 0.0.0.0:8090 --replay `

Get into CLI Wallet (optional): ` docker exec -it steem-wallet /usr/local/bin/cli_wallet `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

steemtools-1.0.16.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

steemtools-1.0.16-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page