How to use this bot to just reply on any transfer memo's ?
RE: Freakazoid: Cleverbot integration for STEEM.
You are viewing a single comment's thread from:
Freakazoid: Cleverbot integration for STEEM.
Freakazoid: Cleverbot integration for STEEM.
How to use this bot to just reply on any transfer memo's ?
That would require the active key. Currently,
freakazoid
only works with the posting key. In theory, you would modifylib/freakazoid/freakazoid.rb
to stream:transfer
instead of:comment
. For example:Then replace
reply
with something that will send a transfer with a memo containing the response from cleverbot's api.Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks, but is is possible to use my custom messages, randomly without cleverbots api?
What i was actually looking for was watching transfers TO a certain account name and then reply on the post written in the memo. Similar as luckyluke, but then for reply's. And if possible multiple accounts?
reply is just the text that will be posted right?
can i use multiple account names?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That's closer to what drotto does, except that the intent is to vote and provide a static reply. It might be easier to modify this instead.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
But drotto, not do that i want.
I am still a beginner in editing bots.
I used this code:
stream.operations(:transfer) do |transfer|
next if transfer.to == 'booster' # no self-reply
So when someone transfers to booster, i would like to reply a message as 'GOOD JOB!'
And thats it, what am i doing wrong?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit