RE: My Little proiect i've been working on - SteemitCards Bot

You are viewing a single comment's thread from:

My Little proiect i've been working on - SteemitCards Bot

in steemit •  7 years ago 

Have you consider using Steem-bot as a framework to make your bot easier?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Uuu , i didn't knew about it. How is he handling streming replys? It seems that my bot is strugling in time and sometimes misses a reply.

It has a declarative nature so you can assign a function and the responder object can always answer any replies. Like this:

bot.onComment(['bittrex', 'poloniex'], function(data, responder) {
  responder.upvote();
  responder.comment(`Hi @${data.author} there! I just upvoted you using SteemBot JavaScript library!`);
});

Can i ask You Something in steemit chat or
discord?