You are viewing a single comment's thread from:
RE: Development - Follow Bot Updates III
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:
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:
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.