rpcit โ Steemit JSON-RPC 2.0 CLI
Yet another developer tool. This time a handy command line tool lets you speak with steemd, jussi and all the other Steemit JSON-RPC services.
Head over to the GitHub project page for installation and usage instructions:
https://github.com/jnordberg/rpcit
Combine it with jq to create powerful shell scripts (just remember to stop and write a proper app if your find yourself with more than 100 lines of bash, ain't nobody got time for that).
Here's a one-liner that grabs the top 10 authors from trending and lists their account balances:
rpcit get_discussions_by_trending :'{"tag":"","limit":10}' | \
jq -c -r 'map(.author)' | \
rpcit get_accounts _ | \
jq '.[] | {name, balance, sbd_balance, vesting_shares}'
Peace!
Leave rpcit โ Steemit JSON-RPC 2.0 CLI to:
Read more #steemitdev posts
Best Posts From Johan Nordberg ๐ข
We have not curated any of almost-digital's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Johan Nordberg ๐ข
- I've moved
- In defense of the fork
- Silence Is Golden
- HF 20
- Hardfork readiness
- I'm back!
- PSA: Testnet reset
- SelfSteem update
- Leeroy โ Fast Docker builds
- rpcit โ Steemit JSON-RPC 2.0 CLI
- lineman โ steemd.steemit.com WebSocket replacement
- Steem (STEEMUSD) - IMMEDIATE GOLDEN PROFIT SHOWER!
- Buy my loyalty
- Make it rain STEEM!
- iOS App Giveaway!
- Draw with an Artificial Intelligence
- Creating accounts with dsteem 0.6
- Testnet update
- Inside an artificial brain
- Another year another failure