RE: Development - Follow Bot Updates III

You are viewing a single comment's thread from:

Development - Follow Bot Updates III

in utopian-io •  7 years ago 

Do you have any resources where I can learn it? I am not so good with coding unfortunately ...

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:  

This link is very useful. Thanks mate :)

Hey! I followed your this link and I am able to design simple bot which was fetching name, STEEM and Account Creation Date & Time. I modified your code and changed it according to my requirement. Thanks for your tutorial. Now, I want to add multiple accounts in a single HTML file in a table. I am done with the table layout but I don't have foggiest idea about making changes to <script></script> block. Any help will be appreciated. Thanks

This bot is Node which runs on a server. The <script></script> tags go on a client-side web browser. Are you referring to this bot:

https://github.com/AdamCox9/Creating-First-Steemit-Bot

Yeah the same I am talking about, I want to add multiple users in tabular form, I have added the first entry in row one but don't know how to add the rest as script is not fetching. I modified like this, steem.api.getAccounts(['aamirijaz','money-dreamer'], function(err, response){ //console.log(err, response);

You should post this at https://steemit.com/steemit/@money-dreamer/creating-first-steemit-bot so other people don't get confused.

Okay let me post it there, but I am unable to find the answer yet.