<center>  </center> These updates were made to this software which is released under โThe Unlicenseโ. This software utilizes the Steem blockchain and focuses on the Follow functionality that it offers. The bots in the repository currently include: deep_follow follow_back follow_trending_authors generate_contest_winners get_reblogs_steemsql send_memo unfollow upvote_recent_from_trending_tags Commits: - https://github.com/AdamCox9/Steemit-Follow-Bot/commit/b09f2c4caf8feaa0528cc5d3d3a8ece8da007ded - https://github.com/AdamCox9/Steemit-Follow-Bot/commit/836e5cf04d8f3fb3fe2d8a647b2bdafe89209ce4 - https://github.com/AdamCox9/Steemit-Follow-Bot/commit/4068dadafbae333f54cb9521cee279a961f38dd0 - https://github.com/AdamCox9/Steemit-Follow-Bot/commit/e641410f33e5713bda660edf612a1bd5d3ca4c8e - https://github.com/AdamCox9/Steemit-Follow-Bot/commit/ae6c15118d67fb90ac728a00daba96570bdee331 # Summary of Updates ## Merged & Updated Curation Bot The curation bot was deleted from its' own repository (https://github.com/AdamCox9/Steem-Curation-Bot) and integrated into this consolidated respository (https://github.com/AdamCox9/Steemit-Follow-Bot). ## Re/moved/modified Duplicate Code Updated send_memo to use the library. It is now just a few lines of code: ``` var config = require('./config'); var library = require('./library'); var library_auth = require('./library_auth'); if( config.steem.send_memos_to !== null ) { library_auth.sendMemos( config.steem.send_memos_to ) return; } if( config.steem.type === 'followers') library.getFollowers(config.steem.start,1000,library_auth.sendMemos); else if( config.steem.type === 'following') library.getFollowing(config.steem.start,100,library_auth.sendMemos); else console.log( 'config.steem.type needs to be followers or following'); ``` ## Created Bot to Host Contest for Followers This can be used to test the integrity of each entry to a hosted contest. It will check for graphic, appropriate URL, resteemed and following; all of which can set in the `config.js` file (`true|false`). The common functions library was split into two files: `library.js` and `library_auth.js` so that the unauthenticated library works properly on its own and can be set-up on a server without storing private key. The `generate_contest_winners.js` is a sample of a bot that does not use `library_auth.js`. The `get_reblogs_steemsql.js` script was created from code by: @sambillingham: https://steemit.com/steemjs/@money-dreamer/10-sbd-steemjs-programming-question ## Minor Updates/Bug Fixes/Features Minor updates, bug fixes and features were made throughout the code base. # Roadmap Add functionality in the library for useful functions from the API up at https://github.com/steemit/steem-js/tree/master/doc This library would have working example and bots that use them as is being demonstrated. The library will also take care of some of the lower lever interactions with the API as is demonstrated with the get_followers/following functions. There needs to be a consistent way to filter users by certain attributes that can be used across all of the bots. This repository will be a collection of various types of bots that primarily focus on the follow functionality offered by Steem. This codebase needs to be branded and renamed to get better exposure. There are potentially many different sample bots that could be added to this project. They will be simple bots that can be personalized for different needs either through configuration or development. # Related Posts https://steemit.com/utopian-io/@money-dreamer/creating-follow-bot-w-nodejs https://steemit.com/utopian-io/@money-dreamer/steem-follow-bot-updates https://steemit.com/utopian-io/@money-dreamer/steemit-follow-bot-updates-ii <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@money-dreamer/development-follow-bot-updates-iii">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | money-dreamer | ||||||
---|---|---|---|---|---|---|---|
permlink | development-follow-bot-updates-iii | ||||||
category | utopian-io | ||||||
json_metadata | {"community":"utopian","app":"steemit/0.1","format":"markdown","repository":{"id":116055897,"name":"Steemit-Follow-Bot","full_name":"AdamCox9/Steemit-Follow-Bot","html_url":"https://github.com/AdamCox9/Steemit-Follow-Bot","fork":false,"owner":{"login":"AdamCox9"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","follow","bot","steemdev","steemjs"],"users":["sambillingham"],"links":["https://github.com/AdamCox9/Steemit-Follow-Bot/commit/b09f2c4caf8feaa0528cc5d3d3a8ece8da007ded","https://github.com/AdamCox9/Steemit-Follow-Bot/commit/836e5cf04d8f3fb3fe2d8a647b2bdafe89209ce4","https://github.com/AdamCox9/Steemit-Follow-Bot/commit/4068dadafbae333f54cb9521cee279a961f38dd0","https://github.com/AdamCox9/Steemit-Follow-Bot/commit/e641410f33e5713bda660edf612a1bd5d3ca4c8e","https://github.com/AdamCox9/Steemit-Follow-Bot/commit/ae6c15118d67fb90ac728a00daba96570bdee331","https://github.com/AdamCox9/Steem-Curation-Bot","https://github.com/AdamCox9/Steemit-Follow-Bot","https://steemit.com/steemjs/@money-dreamer/10-sbd-steemjs-programming-question","https://github.com/steemit/steem-js/tree/master/doc","https://steemit.com/utopian-io/@money-dreamer/creating-follow-bot-w-nodejs","https://steemit.com/utopian-io/@money-dreamer/steem-follow-bot-updates","https://steemit.com/utopian-io/@money-dreamer/steemit-follow-bot-updates-ii","https://utopian.io/utopian-io/@money-dreamer/development-follow-bot-updates-iii"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1518228087/pzhqrzd1kyjaoxctefro.png"],"moderator":{"account":"helo","time":"2018-02-10T04:58:57.874Z","reviewed":true,"pending":false,"flagged":false}} | ||||||
created | 2018-02-10 02:01:51 | ||||||
last_update | 2018-02-10 06:10:51 | ||||||
depth | 0 | ||||||
children | 49 | ||||||
last_payout | 2018-02-17 02:01: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 | 4,042 | ||||||
author_reputation | 4,495,208,779,741 | ||||||
root_title | "Development - Follow Bot Updates III" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 36,301,286 | ||||||
net_rshares | -1,372,039,043,484 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | -134,700,661,229 | -100% | ||
nextgencrypto | 0 | -53,213,718,608 | -100% | ||
danknugs | 0 | -584,292,327,456 | -100% | ||
the.bot | 0 | -124,779,860,748 | -100% | ||
smolalit | 0 | 7,735,991,118 | 18% | ||
satellitesister | 0 | 583,375,664 | 100% | ||
ozchartart | 0 | -113,852,684,010 | -100% | ||
phusionphil | 0 | 8,359,944,664 | 100% | ||
thecyclist | 0 | -5,219,963,400,363 | -100% | ||
paulc | 0 | 1,500,015,643 | 100% | ||
chadcrypto | 0 | 7,997,402,127 | 100% | ||
jnsantos456 | 0 | 204,130,737 | 100% | ||
silversurfer | 0 | 4,078,318,960 | 100% | ||
steemactioncop | 0 | 526,590,959 | 100% | ||
engagement | 0 | -14,210,086,251 | -100% | ||
abysvora | 0 | 897,415,741 | 100% | ||
iflagtrash | 0 | -1,409,785,411,002 | -100% | ||
theyeti | 0 | -400,576,092,463 | -100% | ||
tomfair54 | 0 | 3,097,629,232 | 100% | ||
randomthoughts | 0 | -805,728,412,672 | -100% | ||
rosta | 0 | 569,654,004 | 100% | ||
mckenzie259 | 0 | 675,794,390 | 100% | ||
miniature-tiger | 0 | 68,755,896,550 | 100% | ||
truestuff | 0 | 592,613,134 | 100% | ||
nonoytacz | 0 | 594,810,809 | 100% | ||
abigailmtz | 0 | 493,950,109 | 100% | ||
mys | 0 | 53,627,056,022 | 100% | ||
registars | 0 | 587,007,389 | 100% | ||
abansp | 0 | 163,579,317 | 100% | ||
randowhale | 0 | -11,698,987,201,222 | -43% | ||
kramarenko | 0 | 235,953,149 | 100% | ||
saefhenry | 0 | 477,087,379 | 100% | ||
valueup | 0 | 1,926,433,386 | 100% | ||
gautamsapra | 0 | 2,104,831,278 | 100% | ||
yoyowhatsup | 0 | 2,680,067,907 | 100% | ||
tsoldovieri | 0 | 4,331,903,123 | 100% | ||
gireesh | 0 | 593,942,858 | 100% | ||
reek | 0 | 0 | 100% | ||
syafdarulahyar | 0 | 590,004,013 | 100% | ||
tompapadopulos | 0 | 587,552,347 | 100% | ||
julies | 0 | 334,929,618 | 100% | ||
jjprac | 0 | 994,302,476 | 100% | ||
ligaya | 0 | 616,546,833 | 100% | ||
tacogranda | 0 | 787,228,472 | 100% | ||
thesloth | 0 | -205,450,528,935 | -100% | ||
saipol77 | 0 | 678,950,825 | 100% | ||
hendrafauzi | 0 | 233,686,308 | 100% | ||
p3rspectivo | 0 | 431,264,274 | 100% | ||
stevecoin77 | 0 | 1,227,202,175 | 100% | ||
peacefulpatriot | 0 | 14,442,849,866 | 100% | ||
hayat | 0 | 360,323,209 | 100% | ||
softboy112 | 0 | 3,392,209,220 | 100% | ||
shedive | 0 | 611,209,195 | 100% | ||
voltronluis | 0 | 6,171,493,027 | 100% | ||
gameofmeme | 0 | 1,771,122,602 | 100% | ||
lhyn | 0 | 371,601,247 | 100% | ||
rachmatsolihin | 0 | 435,832,284 | 100% | ||
arifmunandar72 | 0 | 502,550,516 | 100% | ||
princesave | 0 | 603,655,475 | 100% | ||
martusamak | 0 | 177,964,995 | 100% | ||
mistaken | 0 | 605,116,392 | 100% | ||
eldrow-noldvano | 0 | 487,603,800 | 100% | ||
pariyadi | 0 | 127,274,634 | 21.15% | ||
rarafattah | 0 | 605,080,478 | 100% | ||
ngc | 0 | -690,827,695,988 | -100% | ||
tamileelam | 0 | 2,582,161,066 | 100% | ||
zuanny | 0 | 604,996,059 | 100% | ||
achmadkurniawan | 0 | 606,607,231 | 100% | ||
oliverbix | 0 | 3,085,069,634 | 100% | ||
seuramoeoutdoor | 0 | 518,458,451 | 100% | ||
phaarmakone | 0 | 400,725,961 | 100% | ||
coolguy123 | 0 | 17,012,478,760 | 6% | ||
sirkim | 0 | 573,654,768 | 100% | ||
alanzheng | 0 | 207,932,427 | 5.65% | ||
iqbalridha | 0 | 699,422,452 | 100% | ||
utopian-io | 0 | 19,896,253,464,252 | 14.18% | ||
quinsanaura | 0 | 522,236,660 | 100% | ||
rumaraj | 0 | 616,179,849 | 100% | ||
bluntsmasha | 0 | 546,050,864 | 100% | ||
medusaoftroya | 0 | 255,525,461 | 50% | ||
vikaskaladharan | 0 | 295,017,091 | 100% | ||
corionersmex | 0 | 606,401,061 | 100% | ||
preethib | 0 | 193,251,589 | 100% | ||
rkhridoybd | 0 | 593,783,800 | 100% | ||
ludevielucero | 0 | 2,707,293,561 | 100% | ||
zubzero | 0 | 616,343,866 | 100% | ||
barrabass123 | 0 | 392,673,053 | 100% | ||
iamthegray | 0 | 431,679,453 | 100% | ||
yamanis | 0 | 572,476,217 | 100% | ||
norwind | 0 | 615,853,100 | 100% | ||
vaneaventuras | 0 | 613,662,759 | 100% | ||
kotik1 | 0 | 414,995,793 | 25% | ||
aziezbagia | 0 | 457,087,521 | 100% | ||
chalidteuku | 0 | 1,142,089,942 | 100% | ||
vishaladatala | 0 | 1,000,593,499 | 100% | ||
wondo | 0 | 941,700,135 | 100% | ||
sopra | 0 | 101,627,591 | 100% | ||
rondellrandall | 0 | 552,913,510 | 100% | ||
ragman | 0 | 615,320,000 | 100% | ||
shoukath | 0 | 188,370,458 | 100% | ||
tux6845 | 0 | 303,813,798 | 100% | ||
knightshadow | 0 | 615,524,818 | 100% | ||
sdpt | 0 | 557,271,987 | 100% | ||
aksharsharma | 0 | 558,644,383 | 100% | ||
poldi555 | 0 | 604,419,890 | 100% | ||
sheilamenher | 0 | 554,451,715 | 100% | ||
oliver85 | 0 | 0 | 100% | ||
tdre | 0 | 607,093,286 | 100% | ||
mitxuxi | 0 | 618,718,127 | 100% | ||
stosunov | 0 | 206,471,697 | 100% | ||
gutman | 0 | 615,320,000 | 100% | ||
albireueny | 0 | 469,020,294 | 100% | ||
manzoor-hocain | 0 | 569,256,231 | 100% | ||
meddyboulom | 0 | 615,802,303 | 100% | ||
roundbeargames | 0 | 168,631,391 | 11% | ||
alibeytoday | 0 | 607,574,018 | 100% | ||
namchankyu | 0 | 613,677,223 | 100% | ||
roneyim | 0 | 426,670,355 | 100% | ||
firoz721 | 0 | 524,654,928 | 100% | ||
safaart | 0 | 540,061,959 | 100% | ||
gloeze | 0 | 265,956,060 | 100% | ||
dtonezy | 0 | 592,391,205 | 100% | ||
vraky | 0 | 605,729,334 | 100% | ||
share4angels | 0 | 604,707,312 | 100% | ||
boston99g | 0 | 306,197,122 | 100% | ||
blazinbob419 | 0 | 602,083,297 | 100% | ||
hulk111 | 0 | 595,606,847 | 100% | ||
waiphyoag | 0 | 613,593,897 | 100% | ||
razorback-holler | 0 | 344,262,439 | 100% | ||
zulfadli | 0 | 581,164,070 | 100% | ||
rewardpoolrape | 0 | -131,417,522,825 | -100% | ||
vetmurat | 0 | 603,044,471 | 100% | ||
leoumesh | 0 | 440,047,347 | 100% | ||
aaaladno | 0 | 476,516,500 | 100% | ||
ronnyche | 0 | 6,872,814,039 | 100% | ||
rapuncoco | 0 | 615,972,881 | 100% | ||
volkann | 0 | 615,400,712 | 100% | ||
lordantoni | 0 | 605,645,332 | 100% | ||
jejaksetapak | 0 | 447,720,593 | 100% | ||
abdurahman | 0 | 316,014,458 | 100% | ||
fackrurrazi | 0 | 277,080,228 | 100% | ||
bharatjangid1999 | 0 | 497,745,000 | 100% | ||
aksels | 0 | 613,838,915 | 100% | ||
cos005 | 0 | 593,704,130 | 100% | ||
kartikohri1712 | 0 | 503,999,756 | 100% | ||
bpopdanceclub | 0 | 0 | 100% | ||
sawka | 0 | 604,303,197 | 100% | ||
sheloumith | 0 | 316,315,660 | 100% | ||
izaid | 0 | 583,383,163 | 100% | ||
camilia1 | 0 | 524,682,489 | 100% | ||
sudefteri | 0 | 549,118,566 | 100% | ||
grasiabent | 0 | 558,378,385 | 100% | ||
hasibul046 | 0 | 608,856,598 | 100% | ||
bofess22 | 0 | 494,518,115 | 100% | ||
susanalara | 0 | 545,948,500 | 100% | ||
affirmation | 0 | 578,315,266 | 100% | ||
zamifara | 0 | 613,592,548 | 100% | ||
lindale | 0 | 598,876,911 | 100% | ||
cyber-smiley | 0 | 441,767,484 | 100% | ||
emmanuelle23 | 0 | 581,013,431 | 100% | ||
penderis | 0 | 1,421,023,563 | 100% | ||
hasenmann | 0 | 614,415,842 | 100% | ||
srajsoftware | 0 | 438,664,856 | 100% | ||
saqibmushtaq | 0 | 116,805,931 | 100% | ||
cryptoryno33 | 0 | 534,252,552 | 100% | ||
rafabsalas | 0 | 579,730,582 | 100% | ||
chaddivis | 0 | 608,149,927 | 100% | ||
steem3 | 0 | 598,855,696 | 100% | ||
cyrillus | 0 | 602,240,586 | 100% | ||
emin-panin | 0 | 548,768,036 | 100% | ||
alexandersteemit | 0 | 266,970,815 | 100% | ||
brother1 | 0 | 540,248,030 | 100% | ||
helibeth | 0 | 594,285,172 | 100% | ||
shanahs | 0 | 430,622,295 | 100% | ||
deepseoul | 0 | 0 | 100% | ||
asrul.aziz | 0 | 156,688,773 | 100% | ||
steemnova | 0 | 1,417,201,144 | 25% | ||
erjaoktafian | 0 | 610,517,525 | 100% | ||
zoelviana | 0 | 399,487,974 | 100% | ||
gabbyg86 | 0 | 163,435,156 | 100% | ||
aniketmore1925 | 0 | 476,534,269 | 100% | ||
zuhuk | 0 | 594,150,711 | 100% | ||
obednana256 | 0 | 529,502,496 | 100% | ||
abmo | 0 | 614,472,782 | 100% | ||
muhamadin | 0 | 318,057,787 | 100% | ||
sujit1994 | 0 | 418,786,513 | 100% | ||
winruhdikopi | 0 | 185,273,601 | 100% | ||
grzegorz2047 | 0 | 457,205,100 | 100% | ||
hakancelik | 0 | 614,683,810 | 100% | ||
aunglat99 | 0 | 614,632,441 | 100% | ||
wereallmadhere07 | 0 | 602,219,476 | 100% | ||
steem.guru | 0 | 592,962,363 | 100% | ||
jukapi | 0 | 617,035,388 | 100% | ||
ngminnows | 0 | 614,468,648 | 100% | ||
rajakeumangan | 0 | 337,957,705 | 100% | ||
ryanwilliams88 | 0 | 662,903,473 | 100% | ||
rashed20 | 0 | 319,821,071 | 100% | ||
th3motherfucker | 0 | 547,240,193 | 100% | ||
fadhi | 0 | 408,021,829 | 100% | ||
ipoen | 0 | 613,554,512 | 100% | ||
shoyebdm | 0 | 547,563,638 | 100% | ||
yckifoundation | 0 | 208,596,848 | 100% | ||
shahrijal | 0 | 310,303,649 | 100% | ||
zulqibal | 0 | 510,126,562 | 100% | ||
fajarmadan | 0 | 293,226,495 | 100% | ||
hendrick03 | 0 | 538,227,423 | 100% | ||
jackson2812 | 0 | 594,298,539 | 100% | ||
hellobot | 0 | 61,235,533 | 50% | ||
lartist-zen | 0 | 522,019,853 | 100% | ||
hazim | 0 | 613,608,410 | 100% | ||
helloitsme | 0 | 602,166,645 | 100% | ||
wwarox | 0 | 52,228,731 | 100% | ||
mohammad10 | 0 | 614,455,636 | 100% | ||
saikr | 0 | 439,335,751 | 100% | ||
styleit | 0 | 568,371,382 | 100% | ||
wadecook | 0 | 614,455,433 | 100% | ||
ichsann | 0 | 362,528,670 | 100% | ||
sv-krasnova | 0 | 611,383,053 | 100% | ||
bokir4752 | 0 | 599,093,032 | 100% | ||
pandu13 | 0 | 218,131,022 | 100% | ||
rizkiaulia | 0 | 574,512,929 | 100% | ||
chdscottey | 0 | 52,228,253 | 100% | ||
santriakhirzaman | 0 | 52,228,237 | 100% | ||
xello | 0 | 466,981,726 | 100% | ||
nefaurrahman | 0 | 55,300,430 | 100% | ||
theconquerer | 0 | 389,124,907 | 100% | ||
polandsteemit | 0 | 448,546,393 | 100% |
Thank you for contributing to steemite development
author | abelg |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t093128525z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 09:31:27 |
last_update | 2018-02-10 09:31:27 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 09:31: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 | 50 |
author_reputation | 26,727,551,535 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,373,400 |
net_rshares | 0 |
Very nice post and great article.. By @atjehsteemit
author | atjehsteemit |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180211t172624673z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["atjehsteemit"],"app":"steemit/0.1"} |
created | 2018-02-11 17:26:27 |
last_update | 2018-02-11 17:26:27 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 17:26: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 | 51 |
author_reputation | 1,134,338,995,221 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,717,895 |
net_rshares | 0 |
Wow thank you so much
author | aunglat99 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-money-dreamer-2018212t18539935z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-12 11:35:42 | ||||||
last_update | 2018-02-12 11:35:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-02-19 11:35: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 | 21 | ||||||
author_reputation | 5,034,158,889 | ||||||
root_title | "Development - Follow Bot Updates III" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 36,913,745 | ||||||
net_rshares | 0 |
updated now
author | diya28 |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t153512429z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 15:35:12 |
last_update | 2018-02-10 15:35:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 15: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 | 11 |
author_reputation | 1,661,130,029,399 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,441,867 |
net_rshares | 0 |
nice @money-dreamer please follow me @erjaoktafian thanks
author | erjaoktafian |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t033752685z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["money-dreamer","erjaoktafian"],"app":"steemit/0.1"} |
created | 2018-02-10 03:37:54 |
last_update | 2018-02-10 03:37:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 03:37: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 | 57 |
author_reputation | 5,323,162,320 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,316,555 |
net_rshares | 0 |
Good work! i'm following your tutorials..Btw, i got a quick question! Is there any tutorial link about "Auto Reply Bot"??
author | eternittyyy |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180211t165718917z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-11 16:57:15 |
last_update | 2018-02-11 16:57:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 16:57:15 |
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 | 121 |
author_reputation | 577,833,981,543 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,712,508 |
net_rshares | 0 |
Thank you
author | fadhi |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t183502888z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 18:35:09 |
last_update | 2018-02-10 18:35:09 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 18:35: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 | 9 |
author_reputation | 64,734,866,875 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,477,092 |
net_rshares | 0 |
Thanks for the contribution
author | fadhi |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t184035362z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-02-10 18:40:42 |
last_update | 2018-02-10 18:40:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 18:40: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 | 27 |
author_reputation | 64,734,866,875 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,478,087 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. Great post, even more functionalities. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | helo |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t045925382z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-02-10 04:59:27 |
last_update | 2018-02-10 04:59:27 |
depth | 1 |
children | 1 |
last_payout | 2018-02-17 04:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.346 HBD |
curator_payout_value | 0.442 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 121,547,934,535,311 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,329,286 |
net_rshares | 248,112,398,606 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
money-dreamer | 0 | 38,269,927,142 | 100% | ||
utopian.tip | 0 | 209,842,471,464 | 19.64% |
Hey @helo, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-money-dreamer-development-follow-bot-updates-iii-20180210t045925382z-20180210t172626 |
category | utopian-io |
json_metadata | "" |
created | 2018-02-10 17:26:27 |
last_update | 2018-02-10 17:26:27 |
depth | 2 |
children | 0 |
last_payout | 2018-02-17 17:26:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 238,310,597,885 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,463,820 |
net_rshares | 3,992,459,614 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
silversurfer | 0 | 3,992,459,614 | 100% |
hey, upvote my threat please :)
author | hendrick03 |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180212t070524676z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-12 07:06:03 |
last_update | 2018-02-12 07:06:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-19 07:06:03 |
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 | 31 |
author_reputation | 1,675,380,774 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,862,900 |
net_rshares | 0 |
I donot understand this methods
author | hulk111 |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180211t094055836z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-11 09:41:00 |
last_update | 2018-02-11 09:41:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 09:41: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 | 31 |
author_reputation | 6,992,381,675 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,629,701 |
net_rshares | 0 |
Good work @money-dreamer Steem on
author | iamthegray |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t065308579z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"} |
created | 2018-02-10 06:53:18 |
last_update | 2018-02-10 06:53:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 06:53: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 | 34 |
author_reputation | 16,236,270,087,504 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,348,010 |
net_rshares | 0 |
You just hit the nail on the head, great post my Mentor
author | immaculator |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180216t091332357z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-16 09:13:39 |
last_update | 2018-02-16 09:13:39 |
depth | 1 |
children | 0 |
last_payout | 2018-02-23 09:13: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 | 55 |
author_reputation | 13,657,243,687 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,958,434 |
net_rshares | 0 |
Thanks for your service @money-dreamer
author | jacksonoskele |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t094649562z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"} |
created | 2018-02-10 09:47:00 |
last_update | 2018-02-10 09:47:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 09:47: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 | 38 |
author_reputation | 1,315,666,699,750 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,375,846 |
net_rshares | 0 |
thank you for the rewards hoping for mom lol
author | jnsantos456 |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t180717196z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 18:07:18 |
last_update | 2018-02-10 18:07:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 18:07: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 | 44 |
author_reputation | 3,544,579,104 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,471,811 |
net_rshares | 0 |
This is wonderful, Juvy! Wishing you success with the hub project.
author | juancarlosv |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t113744190z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 11:37:57 |
last_update | 2018-02-10 11:37:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 11:37: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 | 66 |
author_reputation | -50,923,388,816 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,394,943 |
net_rshares | 0 |
good job !!!
author | lartist-zen |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180211t225116528z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-11 22:51:15 |
last_update | 2018-02-11 22:51:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 22:51:15 |
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 | 12 |
author_reputation | 1,270,901,178,729 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,776,066 |
net_rshares | 131,895,130 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lartist-zen | 0 | 131,895,130 | 100% |
May I ask you if it can also send dunds to followers or people who post to certain tags?
author | maxruebensal |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t075910070z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 07:59:09 |
last_update | 2018-02-10 07:59:09 |
depth | 1 |
children | 9 |
last_payout | 2018-02-17 07:59:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 430,100,317,230 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,358,444 |
net_rshares | 7,718,304,633 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
money-dreamer | 0 | 7,718,304,633 | 20% |
It wouldn't be much work to add this functionality.
author | money-dreamer |
---|---|
permlink | re-maxruebensal-re-money-dreamer-development-follow-bot-updates-iii-20180210t080536822z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 08:05:33 |
last_update | 2018-02-10 08:05:33 |
depth | 2 |
children | 8 |
last_payout | 2018-02-17 08:05:33 |
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 | 51 |
author_reputation | 4,495,208,779,741 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,359,491 |
net_rshares | 0 |
Do you have any resources where I can learn it? I am not so good with coding unfortunately ...
author | maxruebensal |
---|---|
permlink | re-money-dreamer-re-maxruebensal-re-money-dreamer-development-follow-bot-updates-iii-20180210t081058323z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 08:10:57 |
last_update | 2018-02-10 08:10:57 |
depth | 3 |
children | 7 |
last_payout | 2018-02-17 08:10: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 | 94 |
author_reputation | 430,100,317,230 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,360,351 |
net_rshares | 0 |
thank you may be more successful @money-dreamer ๐๐
author | muhdtugam |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t061313295z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"} |
created | 2018-02-10 06:13:18 |
last_update | 2018-02-10 06:13:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 06:13: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 | 51 |
author_reputation | 128,710,731,743 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,341,408 |
net_rshares | 595,276,042 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
muhdtugam | 0 | 595,276,042 | 100% |
Good job @money-dreamer
author | oliverbix |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180211t163405334z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"} |
created | 2018-02-11 16:34:06 |
last_update | 2018-02-11 16:34:06 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 16:34: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 | 23 |
author_reputation | 1,339,239,805,340 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,708,051 |
net_rshares | 0 |
Great job.... amazing...
author | pariyadi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-money-dreamer-2018211t23232334z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-11 16:02:36 | ||||||
last_update | 2018-02-11 16:02:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-02-18 16:02: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 | 24 | ||||||
author_reputation | 36,336,534,705 | ||||||
root_title | "Development - Follow Bot Updates III" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 36,702,069 | ||||||
net_rshares | 0 |
For a Newbie here on steemit, this is confusing. but, maybe because I don't write code. I've been on this platform for a week now, trying to soak it all in. lol. I've wanted to thank you @money-dreamer, because I believe you gave me a deposit in my wallet.. a few times. That was very nice. I can use all the help I can get at this point. I'm having a hard time getting noticed out there..lol but i wanted to say thanks!
author | pickyvicki |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t120737245z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"} |
created | 2018-02-10 12:07:45 |
last_update | 2018-02-10 12:07:45 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 12:07: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 | 427 |
author_reputation | 65,120,825,630 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,400,092 |
net_rshares | 0 |
I followed you posts
author | polandsteemit |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180213t160822579z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-13 16:08:24 |
last_update | 2018-02-13 16:08:24 |
depth | 1 |
children | 0 |
last_payout | 2018-02-20 16:08: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 | 20 |
author_reputation | 520,058,753 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,249,243 |
net_rshares | 666,788,279 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ibisz69 | 0 | 230,530,828 | 100% | ||
polandsteemit | 0 | 436,257,451 | 100% |
Congratulations, your post have been resteem by @resteem-me! Follow @resteem-me and get increasing your chance of being upvoted again! > Read more about @resteem-me.
author | resteem-me |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180212t204256754z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["resteem-me"],"app":"steemit/0.1"} |
created | 2018-02-12 20:42:51 |
last_update | 2018-02-12 20:42:51 |
depth | 1 |
children | 0 |
last_payout | 2018-02-19 20:42: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 | 166 |
author_reputation | 24,594,573,525 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,023,703 |
net_rshares | 0 |
The best master post
author | rezatoga |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t025029971z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 02:50:42 |
last_update | 2018-02-10 02:50:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 02:50: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 | 20 |
author_reputation | 73,916,774,864 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,308,690 |
net_rshares | 277,066,087 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rezatoga | 0 | 277,066,087 | 100% |
Thank you.
author | roneyim |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t164250545z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://steemitimages.com/DQmRYodtQZ9yTsmAAhR7hjBKCZRZtpimvPxzRTb5MvSowCk/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202018-01-22%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%2010.54.32.png"],"app":"steemit/0.1"} |
created | 2018-02-10 16:42:51 |
last_update | 2018-02-10 16:42:51 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 16:42: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 | 285 |
author_reputation | 4,358,344,476,077 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,455,288 |
net_rshares | 417,461,642 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
roneyim | 0 | 417,461,642 | 100% |
i resteemed your post bro.
author | rumaraj |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t172748186z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 17:27:48 |
last_update | 2018-02-10 17:27:48 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 17:27: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 | 26 |
author_reputation | 14,602,298,200 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,464,122 |
net_rshares | 606,937,151 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rumaraj | 0 | 606,937,151 | 100% |
Thank you for an excellent useful detailed post! Following, upvote, comment with appreciation from @share4angels๐
author | share4angels |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180216t114513220z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["share4angels"],"app":"steemit/0.1"} |
created | 2018-02-16 11:45:15 |
last_update | 2018-02-16 11:45:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-23 11:45:15 |
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 | 114 |
author_reputation | 13,237,262,510 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,985,772 |
net_rshares | 0 |
Awesome @ money-dreamer. I followed you. I'm a computer science student and would like to know more about coding programs. Please follow me and upvote @tumishobillson
author | tumishobillson |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t053735739z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1","users":["tumishobillson"]} |
created | 2018-02-10 05:36:36 |
last_update | 2018-02-10 05:37:42 |
depth | 1 |
children | 2 |
last_payout | 2018-02-17 05:36: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 | 166 |
author_reputation | 3,755,685,650 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,335,446 |
net_rshares | 0 |
JavaScript is a great language to learn! Follow through my tutorials and other peoples tutorials here. How long have you been programming?
author | money-dreamer |
---|---|
permlink | re-tumishobillson-re-money-dreamer-development-follow-bot-updates-iii-20180210t055115115z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 05:51:12 |
last_update | 2018-02-10 05:51:12 |
depth | 2 |
children | 1 |
last_payout | 2018-02-17 05:51: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 | 138 |
author_reputation | 4,495,208,779,741 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,337,901 |
net_rshares | 0 |
Here are some more articles: https://steemit.com/steem/@money-dreamer/steem-javascript-development-links
author | money-dreamer |
---|---|
permlink | re-money-dreamer-re-tumishobillson-re-money-dreamer-development-follow-bot-updates-iii-20180210t085847062z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/steem/@money-dreamer/steem-javascript-development-links"],"app":"steemit/0.1"} |
created | 2018-02-10 08:58:45 |
last_update | 2018-02-10 08:58:45 |
depth | 3 |
children | 0 |
last_payout | 2018-02-17 08:58: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 | 105 |
author_reputation | 4,495,208,779,741 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,368,098 |
net_rshares | 0 |
### Hey @money-dreamer I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t090421490z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-02-10 09:04:21 |
last_update | 2018-02-10 09:04:21 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 09:04:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.105 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,068 |
author_reputation | 152,955,367,999,756 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,368,983 |
net_rshares | 15,505,676,661 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
silversurfer | 0 | 3,928,065,104 | 100% | ||
money-dreamer | 0 | 11,577,611,557 | 30% |
Nice
author | vraky |
---|---|
permlink | re-money-dreamer-development-follow-bot-updates-iii-20180210t052602304z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 05:26:03 |
last_update | 2018-02-10 05:26:03 |
depth | 1 |
children | 0 |
last_payout | 2018-02-17 05:26:03 |
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 | 4 |
author_reputation | 2,149,368,316 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,333,740 |
net_rshares | 565,757,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vraky | 0 | 565,757,348 | 100% |
Automatic?
author | woking | ||||||
---|---|---|---|---|---|---|---|
permlink | re-money-dreamer-2018210t9658314z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-10 02:07:06 | ||||||
last_update | 2018-02-10 02:07:06 | ||||||
depth | 1 | ||||||
children | 4 | ||||||
last_payout | 2018-02-17 02:07: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 | 10 | ||||||
author_reputation | 28,750,219,052 | ||||||
root_title | "Development - Follow Bot Updates III" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 36,302,111 | ||||||
net_rshares | 0 |
What do you mean?
author | money-dreamer |
---|---|
permlink | re-woking-re-money-dreamer-2018210t9658314z-20180210t020828519z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-02-10 02:08:27 |
last_update | 2018-02-10 02:08:27 |
depth | 2 |
children | 3 |
last_payout | 2018-02-17 02:08: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 | 17 |
author_reputation | 4,495,208,779,741 |
root_title | "Development - Follow Bot Updates III" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,302,303 |
net_rshares | 0 |
You code programs
author | woking | ||||||
---|---|---|---|---|---|---|---|
permlink | re-money-dreamer-2018210t94752695z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-10 02:47:57 | ||||||
last_update | 2018-02-10 02:47:57 | ||||||
depth | 3 | ||||||
children | 2 | ||||||
last_payout | 2018-02-17 02:47: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 | 17 | ||||||
author_reputation | 28,750,219,052 | ||||||
root_title | "Development - Follow Bot Updates III" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 36,308,267 | ||||||
net_rshares | 0 |
Great follow me and upvote @money-dreamer thanks regards
author | zulqibal | ||||||
---|---|---|---|---|---|---|---|
permlink | re-money-dreamer-2018210t121158939z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-02-10 05:12:15 | ||||||
last_update | 2018-02-10 05:13:03 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-02-17 05:12:15 | ||||||
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 | 10,471,172,811 | ||||||
root_title | "Development - Follow Bot Updates III" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 36,331,461 | ||||||
net_rshares | 0 |