<center></center> <center><b>Ever wanted to upvote every new post in a certain tag?</b></center> <center><h1>Vooby</h1></center> Vooby stands for "Voting Noobies" and is a stand alone NodeJS script which allows anyone to automate upvoting all post in the "#introduceyourself" (or any other) tag. I created it over the past few hours after deciding it would be neat to experiment with upvoting new users to see if it increases user retention.. and also to reward new comers to our network with their first little bit of post payout! <center><h1>Installation & Bot Usage</h1></center> First off this is a NodeJS script so you'll have to head on over to their website at [NodeJS.org](https://nodejs.org/) and install whatever offering they have for your operating system <center></center> Once you've got nodeJS installed the next step is to copy the script below into a new file on your computer.. Preferably named "voobyv002.js" or something similar! ``` //-------------------------------------------------------------------------- //----- Vooby STEEM Bot v0.0.2 //----- Developed by @KLYE || Free to Use for All! || Free to Modify ------- //----- Rekuirements to run: Node.js + steem.js //----- npm install steem --save //-------------------------------------------------------------------------- //----- PLEASE DO NOT USE THIS CODE BELOW MALICIOUSLY / FOR EVIL DEEDS ----- //-------------------------------------------------------------------------- //----- CONFIG + Get Rekuirements // ***IMPORTANT*** Your Posting Private Key Below var wifkey = ' '; // ***IMPORTANT*** Enter Voting account below (no @) var votey = "klye"; // ***IMPORTANT*** Enter the Tag you want to upvote new posts in var targettag = "art"; // ***IMPORTANT*** May want to modify this (10000 = 100% vote) var weight = 2; // No need to modify these variables var steem = require('steem'); var totalvote = 0; var metadatascan; var json_metadata; var op; //----- Script Started + Show Time console.log("==================================================================="); console.log("-------------------------------------------------------------------"); console.log("- Vooby Bot v0.0.2 ONLINE - By @KLYE - Listening to STEEM Network -"); console.log("-------------------------------------------------------------------"); console.log("==================================================================="); //----- Grab Current STEEM Block steem.api.streamBlockNumber(function (err1, newestblock) { console.log("Scanning Block #" + newestblock + " For New #" + targettag + " Posts - Posts Voted: " + totalvote); }); //NOTE: Sometimes the Script Fails to Hook Into STEEM. Try Running Script Again if it Fails! //----- See if Post is our Target Asshat ---- var process_post = function (op) { if (op["author"] != "") { console.log(targettag + " Post Has Been Detected! Upvoting!"); steem.broadcast.vote( wifkey, votey, op["author"], op["permlink"], weight, function (downerr, result) { if (downerr) { var error = JSON.stringify(downerr); if (error.toLowerCase().indexOf("You have already voted in a similar way.\n") >= 0) { console.log("Oops! Vooby tried to vote for a post it already voted on!"); } } if (result) { totalvote++; console.log("Successfully voted #" + targettag + " post!"); } } ); } }; //----- Streeming Latest Block Operations steem.api.streamOperations(function (err2, blockops) { // get 1st item in blockops an apply to operationType variable to check type later var opType = blockops[0]; // get 2nd item in blockops and store it later to be parsed if it's our specified type of operation var op = blockops[1]; if (op["json_metadata"] != undefined) { metadatascan = op["json_metadata"]; if (metadatascan != '') { var tags = JSON.parse(metadatascan); var actualtags = tags["tags"]; if (actualtags != undefined) { var tagtag = String(actualtags); if (op["parent_author"] === '') { if (tagtag.toLowerCase().indexOf(targettag) >= 0) { process_post(op); } } } } } }); ``` When you have the file saved to your computer open up command prompt (or equivalent) and navigate to the file. While you are doing this make sure to fill in the account you want to vote from and fill in your private posting key in whatever text editor of your choice. <center></center> Make sure to install Steem.js using <code>npm install steem --save </code> - After that run it with the command <code>node voobyv001.js</code> and if it's been configured correctly it should run as pictured above. Super easy to run. Shouldn't be too much of a hassle. Enjoy voting the noobs! <hr> | https://steemitimages.com/200x200/http://puu.sh/rRLx4/cb96668c43.png | <center> <h4>VOTE @KLYE FOR WITNESS </h4><b><a href="https://steemit.com/~witnesses">steemit.com/~witnesses</a></b> </center> | https://steemitimages.com/200x200/http://puu.sh/rRLx4/cb96668c43.png | |------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
author | klye |
---|---|
permlink | vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script |
category | steemdev |
json_metadata | {"tags":["steemdev","news","vooby","nodejs","bot"],"users":["klye"],"image":["https://steemitimages.com/DQmZ7SPhXfSQoojuZvCJU9X95rLU9LJJm5e86RbuwkZ6ve8/image.png","https://steemitimages.com/DQmb3k1fEigqSUpUbWke761zfdYzeF8RjiDLaHvr65omJiM/image.png","https://steemitimages.com/DQmYGCXPtVvJt9AfcE9CsASnyMfoH2cj5vZERtTKYzNRcdY/image.png","https://steemitimages.com/200x200/http://puu.sh/rRLx4/cb96668c43.png"],"links":["https://nodejs.org/","https://steemit.com/~witnesses"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-07-01 07:08:09 |
last_update | 2017-07-01 11:18:09 |
depth | 0 |
children | 36 |
last_payout | 2017-07-08 07:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 56.073 HBD |
curator_payout_value | 11.085 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,495 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,858,922 |
net_rshares | 7,941,968,505,616 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 68,382,781,062 | 16% | ||
pharesim | 0 | 103,819,567,579 | 0.1% | ||
sandra | 0 | 13,901,011,729 | 6% | ||
steem-id | 0 | 77,089,335,777 | 16% | ||
pnc | 0 | 41,286,524,594 | 16% | ||
teamsteem | 0 | 2,729,635,977,821 | 16% | ||
klye | 0 | 748,518,864,156 | 100% | ||
noganoo | 0 | 5,845,658,304 | 50% | ||
dahaz159 | 0 | 3,289,682,100 | 16% | ||
arisa | 0 | 2,106,500,375 | 50% | ||
jackripper56 | 0 | 499,135,335 | 50% | ||
hitmeasap | 0 | 6,369,360,820 | 16% | ||
jackkang | 0 | 824,236,373,612 | 25% | ||
busser | 0 | 18,376,651,013 | 25% | ||
meesterboom | 0 | 267,827,943,865 | 35% | ||
condra | 0 | 6,254,270,735 | 5% | ||
hastla | 0 | 1,024,011,010 | 1% | ||
kendewitt | 0 | 10,886,028,999 | 10% | ||
ubg | 0 | 723,359,113 | 50% | ||
webdeals | 0 | 206,527,446,689 | 15% | ||
trisnawati | 0 | 1,991,437,101 | 100% | ||
brianphobos | 0 | 8,693,266,484 | 45% | ||
stef | 0 | 15,551,790,409 | 100% | ||
youngkim | 0 | 20,914,260,642 | 80% | ||
ap2002 | 0 | 54,845,832 | 100% | ||
nekromarinist | 0 | 1,816,571,908 | 100% | ||
jasmine-l | 0 | 1,231,484,513 | 100% | ||
merej99 | 0 | 50,228,505,508 | 20% | ||
elena000 | 0 | 163,909,814 | 100% | ||
bayareacoins | 0 | 12,667,305,492 | 100% | ||
steemitqa | 0 | 4,814,754,217 | 5% | ||
chinese-gandalf | 0 | 1,485,305,232 | 100% | ||
lamech-m | 0 | 2,993,435,495 | 16% | ||
almerri | 0 | 337,839,946 | 100% | ||
cryptomancer | 0 | 146,633,472,307 | 12% | ||
creadordelfuturo | 0 | 94,879,887,588 | 50% | ||
andrewawerdna | 0 | 19,431,154,893 | 100% | ||
lily-da-vine | 0 | 6,147,000,055 | 30% | ||
leesmoketree | 0 | 16,944,766,395 | 15% | ||
holoz0r | 0 | 4,582,089,035 | 20% | ||
donato | 0 | 53,414,126 | 100% | ||
triplep | 0 | 869,894,440 | 20% | ||
kyusho | 0 | 9,356,075,447 | 5% | ||
profitgenerator | 0 | 23,380,357,699 | 100% | ||
abagendo | 0 | 620,047,465 | 100% | ||
freebornangel | 0 | 2,225,157,086 | 4% | ||
timbot606 | 0 | 423,131,078 | 2% | ||
ninkhisibir | 0 | 7,149,651,460 | 100% | ||
slider2990 | 0 | 36,362,182,699 | 100% | ||
steem-global | 0 | 511,082,064 | 100% | ||
aurorax | 0 | 1,084,226,763 | 100% | ||
sirlunchthehost | 0 | 83,489,456,615 | 100% | ||
promx | 0 | 138,886,160 | 100% | ||
precious | 0 | 578,216,672 | 50% | ||
ejhaasteem | 0 | 21,890,366,570 | 100% | ||
eroche | 0 | 343,005,662,173 | 100% | ||
little-pepper | 0 | 374,217,537 | 50% | ||
smysullivan | 0 | 26,236,966,226 | 100% | ||
collabornation | 0 | 785,339,418 | 20% | ||
chocolate-ghost | 0 | 353,973,110 | 50% | ||
papa-prepper | 0 | 353,513,384 | 50% | ||
sandra16 | 0 | 588,832,375 | 100% | ||
leongkhan | 0 | 26,534,867,724 | 20% | ||
plankton | 0 | 273,957,180 | 50% | ||
estonia | 0 | 5,955,949,359 | 50% | ||
stooge | 0 | 226,454,062 | 50% | ||
timothyb | 0 | 7,485,198,613 | 50% | ||
personz | 0 | 50,714,207,475 | 41% | ||
hugbot | 0 | 258,952,839 | 50% | ||
sebastianjago | 0 | 30,370,833,876 | 10% | ||
davidcurwain | 0 | 311,651,460 | 100% | ||
fbechstein | 0 | 36,778,293,005 | 50% | ||
erikaflynn | 0 | 2,769,666,151 | 17% | ||
libertylol | 0 | 1,757,057,257 | 50% | ||
sebhofmann | 0 | 19,032,653,162 | 100% | ||
lawrenceho84 | 0 | 2,010,606,359 | 1% | ||
trafalgar | 0 | 1,544,218,720,453 | 7% | ||
sandstorm | 0 | 3,031,057,528 | 20% | ||
awesomianist | 0 | 607,421,218 | 1.6% | ||
aismor | 0 | 701,448,096 | 100% | ||
velimir | 0 | 404,738,333 | 2% | ||
yung8 | 0 | 622,476,925 | 100% | ||
mrwalt | 0 | 2,022,845,933 | 1% | ||
endthefed2017 | 0 | 81,067,361 | 10% | ||
snugglebear | 0 | 1,121,374,002 | 50% | ||
treasury | 0 | 787,992,374 | 50% | ||
wagon | 0 | 941,621,923 | 50% | ||
singles | 0 | 939,529,260 | 50% | ||
single | 0 | 818,299,678 | 50% | ||
neobarrack | 0 | 5,278,178,172 | 100% | ||
battlebots | 0 | 941,261,528 | 50% | ||
altcointrends | 0 | 67,096,080 | 1% | ||
tj4real | 0 | 20,549,168,911 | 100% | ||
maxdevalue | 0 | 1,139,758,630 | 100% | ||
melowd | 0 | 223,466,905 | 2% | ||
berlinmoonlight | 0 | 12,047,212,997 | 100% | ||
vmining | 0 | 2,082,186,803 | 25% | ||
izar | 0 | 1,788,359,309 | 100% | ||
jamjamfood | 0 | 1,498,771,806 | 92% | ||
epixar | 0 | 55,658,726 | 100% | ||
jupiter5 | 0 | 403,943,357 | 100% | ||
ekan | 0 | 186,097,379 | 100% | ||
balbina | 0 | 522,636,673 | 100% | ||
drakos | 0 | 0 | 100% | ||
hegetiby | 0 | 293,848,033 | 100% | ||
punitchoudhary | 0 | 180,675,722 | 100% | ||
sohaib1 | 0 | 645,387,031 | 100% | ||
sanks7 | 0 | 696,658,051 | 100% | ||
nezbong | 0 | 22,133,622,565 | 100% | ||
jakir | 0 | 198,500,331 | 100% | ||
paint-trail | 0 | 19,790,574,579 | 100% | ||
fahrullah | 0 | 0 | 100% | ||
witus777 | 0 | 69,653,990 | 100% | ||
unprovoked | 0 | 0 | 100% | ||
shingi13 | 0 | 597,756,621 | 100% | ||
swssmarketing | 0 | 0 | 100% | ||
nofalali | 0 | 719,628,325 | 100% | ||
aurica72 | 0 | 52,230,968 | 100% | ||
urvit2112 | 0 | 1,033,012,397 | 100% | ||
roy92 | 0 | 0 | 100% | ||
blickyer | 0 | 0 | 100% |
Vooby baby!
author | brianphobos |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t074017502z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:40:18 |
last_update | 2017-07-01 07:40:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:40:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 171,082,199,137,461 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,861,102 |
net_rshares | 0 |
Can't wait to give this a try, this script can have so many good uses @klye. I was looking for something just like this. Do you know if it would run on a raspberry pi?
author | eroche | ||||||
---|---|---|---|---|---|---|---|
permlink | re-klye-201771t9301292z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1","format":"markdown+html","community":"esteem","users":["klye"]} | ||||||
created | 2017-07-01 08:30:00 | ||||||
last_update | 2017-07-01 10:03:48 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2017-07-08 08:30:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 167 | ||||||
author_reputation | 70,759,290,299,941 | ||||||
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,864,555 | ||||||
net_rshares | 0 |
No idea if nodeJS will run on a pi.. maybe? Yep: http://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/
author | klye |
---|---|
permlink | re-eroche-re-klye-201771t9301292z-20170701t111942871z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["http://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/"],"app":"steemit/0.1"} |
created | 2017-07-01 11:19:42 |
last_update | 2017-07-01 11:19:42 |
depth | 2 |
children | 1 |
last_payout | 2017-07-08 11:19:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,878,310 |
net_rshares | 0 |
Cool, Ill give it a try and let you know how I get on.
author | eroche |
---|---|
permlink | re-klye-re-eroche-re-klye-201771t9301292z-20170701t112109720z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 11:20:57 |
last_update | 2017-07-01 11:20:57 |
depth | 3 |
children | 0 |
last_payout | 2017-07-08 11:20:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 70,759,290,299,941 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,878,430 |
net_rshares | 0 |
a real helpful Bot.. thanks for your efforts.
author | fairbee |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t072415319z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:24:24 |
last_update | 2017-07-01 07:24:24 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:24:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 142,126,803,055 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,976 |
net_rshares | 0 |
Please don't make this a thing. There is a bunch of accounts posting nothing but #introduceyourselve with stolen pictures from Korean ladies. And these accounts make a good income. I invite you to follow @goodbot's quest or simply update your script to not vote for intros, which @goodbot has commented on.
author | felixxx |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t072802975z |
category | steemdev |
json_metadata | {"tags":["introduceyourselve","steemdev"],"users":["goodbot"],"app":"steemit/0.1"} |
created | 2017-07-01 07:28:00 |
last_update | 2017-07-01 07:28:00 |
depth | 1 |
children | 6 |
last_payout | 2017-07-08 07:28:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.414 HBD |
curator_payout_value | 2.272 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 308 |
author_reputation | 215,992,120,379,355 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,860,242 |
net_rshares | 1,145,013,568,308 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 103,825,409,263 | 0.15% | ||
acidyo | 0 | 827,818,555,206 | 5% | ||
klye | 0 | 9,742,419,423 | 1% | ||
samether | 0 | 717,974,328 | 5% | ||
dahaz159 | 0 | 149,531,004 | 0.1% | ||
cryptochannel | 0 | 522,235,215 | 5% | ||
ausbitbank | 0 | 163,075,389,522 | 1% | ||
felixxx | 0 | 3,812,439,736 | 1% | ||
lenatramper | 0 | 2,908,071,722 | 5% | ||
rubenalexander | 0 | 28,831,960,961 | 21% | ||
allyouneedtoknow | 0 | 705,635,928 | 0.6% | ||
projectnewbie | 0 | 2,903,946,000 | 5% |
Hmmm. Perhaps I'll stop mine I guess.. Didn't realize we were having a scammer issue..
author | klye |
---|---|
permlink | re-felixxx-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t090340165z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 09:03:39 |
last_update | 2017-07-01 09:03:39 |
depth | 2 |
children | 0 |
last_payout | 2017-07-08 09:03:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.128 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,866,984 |
net_rshares | 15,249,758,944 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
felixxx | 0 | 15,249,758,944 | 5% |
After a few introductyourself posts you get flagged by the network and the bots, i clicked on a "new" post the other day , and someone had used it 150 times and bots were telling them they couldnt do this
author | moderninvestor |
---|---|
permlink | re-felixxx-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t073309657z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:33:09 |
last_update | 2017-07-01 07:33:09 |
depth | 2 |
children | 4 |
last_payout | 2017-07-08 07:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 204 |
author_reputation | 863,642,104,819 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,860,592 |
net_rshares | 0 |
Yeah that's my bot, but it isn't flagging and it wouldn't have enough sp.
author | felixxx |
---|---|
permlink | re-moderninvestor-re-felixxx-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t073516156z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:35:12 |
last_update | 2017-07-01 07:35:12 |
depth | 3 |
children | 3 |
last_payout | 2017-07-08 07:35:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 215,992,120,379,355 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,860,742 |
net_rshares | 0 |
Lol, nifty idea
author | fem-of-war |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t071035276z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:10:36 |
last_update | 2017-07-01 07:10:36 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:10:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 16,981,308,422,124 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,105 |
net_rshares | 0 |
Stupid handy script!!! I would like to add that it is good to install [Forever](https://github.com/foreverjs/forever) as I keep getting an error after a while from line 71:26, (var opType = blockops[0];) which drops the script requiring a manual restart. I got around the manual restart with: >npm install forever -g Then run: >forever start -e err.log vooby001.js This will put the script into auto-restart and log any errors. I also made a little batch file to auto-start the script in case of computer restart and dropped that in my startup folder.
author | flemingfarm |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20180722t151548820z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://github.com/foreverjs/forever"],"app":"steemit/0.1"} |
created | 2018-07-22 15:15:48 |
last_update | 2018-07-26 23:09:39 |
depth | 1 |
children | 0 |
last_payout | 2018-07-29 15:15:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 556 |
author_reputation | 1,372,467,955,607,216 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,593,497 |
net_rshares | 0 |
Can we download it in iOS ! iPhone @klye
author | heelzkinu |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t071035236z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["klye"],"app":"steemit/0.1"} |
created | 2017-07-01 07:10:39 |
last_update | 2017-07-01 07:10:39 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:10:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 4,497,935,121,409 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,113 |
net_rshares | 0 |
Love post,,, nex
author | jakir | ||||||
---|---|---|---|---|---|---|---|
permlink | re-klye-201771t141133360z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-01 07:11:39 | ||||||
last_update | 2017-07-01 07:11:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-08 07:11:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 16 | ||||||
author_reputation | 266,474,198,727 | ||||||
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,859,186 | ||||||
net_rshares | 0 |
Nex voting
author | jakir | ||||||
---|---|---|---|---|---|---|---|
permlink | re-klye-201771t143322545z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-01 07:33:27 | ||||||
last_update | 2017-07-01 07:33:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-08 07:33:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 10 | ||||||
author_reputation | 266,474,198,727 | ||||||
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,860,609 | ||||||
net_rshares | 0 |
I saved the file as a text file. I cannot open it, is it because its a text file?
author | jonny12 |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t090911922z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 09:09:24 |
last_update | 2017-07-01 09:09:24 |
depth | 1 |
children | 1 |
last_payout | 2017-07-08 09:09:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 20,609,899,525 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,867,508 |
net_rshares | 0 |
save it with extension .js
author | klye |
---|---|
permlink | re-jonny12-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t091005459z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 09:10:06 |
last_update | 2017-07-01 09:10:06 |
depth | 2 |
children | 0 |
last_payout | 2017-07-08 09:10:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,867,563 |
net_rshares | 0 |
Nice one again from you @klye. Turning geek!
author | maxdevalue |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t071655610z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["klye"],"app":"steemit/0.1"} |
created | 2017-07-01 07:16:54 |
last_update | 2017-07-01 07:16:54 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:16:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 82,688,667,156,496 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,520 |
net_rshares | 0 |
thanks @kyle i just setup still works :D vooby versions but need to upgrade about what about time section and want to listen not newblocks want to hot or trending one's any user guide for js api steem codes :D thanks for feedback for now
author | moorkedi |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20171120t002029472z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["kyle"],"app":"steemit/0.1"} |
created | 2017-11-20 00:20:30 |
last_update | 2017-11-20 00:22:09 |
depth | 1 |
children | 0 |
last_payout | 2017-11-27 00:20:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 238 |
author_reputation | 4,354,280,945,178 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,927,315 |
net_rshares | 0 |
Will the robot be my cartoon? Heheh :) nice VOOOBY
author | neobarrack |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t072843088z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:28:45 |
last_update | 2017-07-01 07:29:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 585,650,009,147 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,860,300 |
net_rshares | 0 |
What a brilliant idea. That bot will save time for people who want to upvote newbies. So good
author | practicaleric |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t081135575z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 08:11:39 |
last_update | 2017-07-01 08:11:39 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 08:11:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 201,589,792,288,900 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,863,292 |
net_rshares | 0 |
wow lovely code, i got this :)
author | rumania |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20180408t111908650z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-04-08 11:19:12 |
last_update | 2018-04-08 11:19:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-15 11:19:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | -120,130,288 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,955,676 |
net_rshares | 0 |
Great information keep it up upvote and resteem....
author | sanks7 |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t070853310z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:10:00 |
last_update | 2017-07-01 07:10:00 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:10:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 2,803,413,975,094 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,058 |
net_rshares | 0 |
VOOBY!!!!!!!!!!!!
author | steemitqa |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t071027922z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:09:51 |
last_update | 2017-07-01 07:09:51 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:09:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 22,135,803,163,402 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,051 |
net_rshares | 0 |
Nice thank you for the voody bot
author | steemtable7 |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20171010t111808655z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-10-10 11:18:09 |
last_update | 2017-10-10 11:18:09 |
depth | 1 |
children | 0 |
last_payout | 2017-10-17 11:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 550,293,146,990 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,287,320 |
net_rshares | 0 |
you are a genius ,thank you
author | tinashe |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t072647714z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:26:57 |
last_update | 2017-07-01 07:26:57 |
depth | 1 |
children | 1 |
last_payout | 2017-07-08 07:26:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 5,493,082,869,809 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,860,171 |
net_rshares | 1,334,814,504 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
j3w | 0 | 1,334,814,504 | 100% |
No problem
author | klye |
---|---|
permlink | re-tinashe-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t090450547z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 09:04:51 |
last_update | 2017-07-01 09:04:51 |
depth | 2 |
children | 0 |
last_payout | 2017-07-08 09:04:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,867,087 |
net_rshares | 0 |
This is an introduction to programming.@Klye, you never cease to amaze me. I was recently thinking of how to enter into programming again. I have actually learnt some c++ and this just gives me some hint and motivation to learn more programming now. Thanks for sharing
author | tj4real | ||||||
---|---|---|---|---|---|---|---|
permlink | re-klye-201771t73125849z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":"steemdev","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-01 07:32:06 | ||||||
last_update | 2017-07-01 07:32:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-07-08 07:32:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 268 | ||||||
author_reputation | 71,339,870,296,873 | ||||||
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 6,860,519 | ||||||
net_rshares | 0 |
Can it be changed to upvote posts in the #bigfoot and #botlivesmatter categories?
author | uruiamme |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t110654336z |
category | steemdev |
json_metadata | {"tags":["bigfoot","botlivesmatter","steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 11:06:48 |
last_update | 2017-07-01 11:06:48 |
depth | 1 |
children | 2 |
last_payout | 2017-07-08 11:06:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 1,096,312,041,437 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,877,202 |
net_rshares | 0 |
yep! One sec I'll whip up an easier to edit version..!
author | klye |
---|---|
permlink | re-uruiamme-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t110729031z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 11:07:30 |
last_update | 2017-07-01 11:07:30 |
depth | 2 |
children | 0 |
last_payout | 2017-07-08 11:07:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,877,267 |
net_rshares | 0 |
Done. Check out the new version and edit to your liking.
author | klye |
---|---|
permlink | re-uruiamme-re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t111856757z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 11:18:57 |
last_update | 2017-07-01 11:18:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-08 11:18:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 412,341,527,771,769 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,878,246 |
net_rshares | 0 |
And seriously, could the particular tag be a variable, so our chosen tag can be typed just once? Furthermore, how about an exclusion option in case one of the tags is (for example) #kr or nsfw, and we don't want to upvote those even if the user is tagging in the category we normally like?
author | uruiamme |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t111029487z |
category | steemdev |
json_metadata | {"tags":["kr","steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 11:10:24 |
last_update | 2017-07-01 11:10:24 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 11:10:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 290 |
author_reputation | 1,096,312,041,437 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,877,544 |
net_rshares | 0 |
Hey @kyle, I have a beef with the Steemit faucet on the appearance of links. I wonder if you could produce a tweak like this in javascript, and then maybe make a "pull request" I think it's called to have it implemented in the main Steemit.com system. The old school link always changed colors if you visited it. About 10 years ago, especially with links changing from the [traditional blue](https://steemd.com/@uruiamme) to the **dark black** (some with and some without an underline), web designers started to make links always appear as if they were unvisited. I find this distressing and a poor user interface design element. Can you: 1. Enforce the color change to `purple` for followed links using nodejs 2. Try to get this change into the Steemit.com site so that it's the default. It's super important with the way I edit a post and create a comment. I want to make sure I copy-paste the URL correctly. If I enter it wrong, it should appear blue (never been there). If I enter it right, the link would be purple. I'd almost even like to see different colors for @uruiamme style links... especially to let me know if I am a follower or they are a follower of me... but that's entirely different. Thanks for your work!
author | uruiamme |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170702t191524296z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["kyle","uruiamme"],"links":["https://steemd.com/@uruiamme"],"app":"steemit/0.1"} |
created | 2017-07-02 19:15:18 |
last_update | 2017-07-02 19:15:18 |
depth | 1 |
children | 0 |
last_payout | 2017-07-09 19:15:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,231 |
author_reputation | 1,096,312,041,437 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,052,400 |
net_rshares | 0 |
Hello Vooby , this is very cool and promising. I am into it. See you Soon. Good Luck . :)
author | vikbuddy |
---|---|
permlink | re-klye-vooby-steem-bot-v0-0-1-open-source-nodejs-introduceyourself-upvoting-script-20170701t071054340z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2017-07-01 07:11:24 |
last_update | 2017-07-01 07:11:24 |
depth | 1 |
children | 0 |
last_payout | 2017-07-08 07:11:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 117,258,029,544,007 |
root_title | "Vooby STEEM Bot v0.0.2 - Open Source NodeJS New Post in Tag Vote Script (Revised)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,859,172 |
net_rshares | 0 |