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:
<p dir="auto"><span><a href="https://github.com/AdamCox9/Creating-First-Steemit-Bot" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">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);
Do you have any resources where I can learn it? I am not so good with coding unfortunately ...
Here are some articles:
https://steemit.com/steem/@money-dreamer/steem-javascript-development-links
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. ThanksThis bot is Node which runs on a server. The
<p dir="auto"><span><a href="https://github.com/AdamCox9/Creating-First-Steemit-Bot" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">https://github.com/AdamCox9/Creating-First-Steemit-Bot<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.