https://github.com/Carlososuna11/Navi-Trail-Bot
Navi is a bot (programmed with the wonderful language of JS) which helps the users of steemit with the dynamics of the trail. Sometimes, the beginning in steemit is difficult, not many vote your posts, and that discourages; This is where Navi comes in, where users who register can enjoy a vote trail with all other users, and without the worry and annoyance that "this is not my vote, my post" "I was just voted by 3 people" "I voted for all of you and very few vote for me".
In my previous post, when I wanted to know the information of a post, I returned the data in a simple JSON, which aesthetically did not read very well, that's why I decided to fix that failure, it was a hard work but it was worth it effort.
Before this update, if the function is executed, throws this result, the truth is not understood much.
But now, with the recent update to the voter.js code the results are different, it could be said, that now it shows the same information but it can be seen well.
Now it is easier to know the data of a post, like the beneficiaries, the maximum payment allowed, if it is possible to do reesteem, etcetera, I think about how to build this script with my series of discord and steem tutorials.
steem.broadcast.comment(wif, parentAuthor, parentPermlink, author, permlink, title, body, jsonMetadata, function(err, result) {
console.log(err, result);
});
If you have any ideas, improve, or just help with the work of this bot, let me know through the comments of this post, or write me by discord (Anonym0us#7823).