You are viewing a single comment's thread from:RE: Development ideasView the full contextjesta (71)in #meta • 7 years ago A roll bot huh? That'd be a cool one and not too hard for someone to build on-chain.
there was one before. Im looking into bringing it back but im still on the phase 1 "Get python installed properly" :)
Hahaha, configuring the environment is half the battle sometimes :D
Test works on steemit but not on chainBB.
for c in steem.stream_comments():
if "testitesti" in c["body"]:
print(c.reply(".. doobidoo"))
The steem.stream_comments bit differs in ChainBB?
.. doobidoo
nevermind... :)
No idea what you're trying to do, so not sure what to tell you here :D