I started playing with your python-steemlib first and I really like and appreciate it. Will play around piston for sure too.
You are viewing a single comment's thread from:
I started playing with your python-steemlib first and I really like and appreciate it. Will play around piston for sure too.
You can get started with something simple as this:
from piston.steem import Post, Steem post = Post(Steem(), "@xeroc/piston") post.reply("Title", "body", author="YOURACCOUNT")
Or you go through piston using the command line tool:
piston read @xeroc/piston-cli-quickstart
thank you, will try it