You are viewing a single comment's thread from:
RE: How To Get Started Making a Python Based Steemit Bot on CentOS 7 Using Piston
Thanks man!
Worth much more than that ruby stuff I've tried before.
I'd prefere plain "C" but python should do as well.
ran into a few issues.
piston is obsolete now. febinkk piston-lib fork works quite nice.
Have to replace "STEEMIT_BLOCK_INTERVAL" by "STEEM_BLOCK_INTERVAL" in blockcahin.py
Suse-Leap installed python3.4 missing the import name "RemoteDisconnected" so I've installed python3.6 in virtual envirnoment which works fine.