You are viewing a single comment's thread from:RE: Development ideasView the full contextView the direct parentjesta (71)in #meta • 7 years ago 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