create account

Development - Follow Bot Updates III by money-dreamer

View this thread on: hive.blogpeakd.comecency.com
· @money-dreamer · (edited)
Development - Follow Bot Updates III
<center>
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1518228087/pzhqrzd1kyjaoxctefro.png)
</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/>
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 149 others
๐Ÿ‘Ž  , , , , , , , , , , , , ,
properties (23)
authormoney-dreamer
permlinkdevelopment-follow-bot-updates-iii
categoryutopian-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}}
created2018-02-10 02:01:51
last_update2018-02-10 06:10:51
depth0
children49
last_payout2018-02-17 02:01:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,042
author_reputation4,495,208,779,741
root_title"Development - Follow Bot Updates III"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,301,286
net_rshares-1,372,039,043,484
author_curate_reward""
vote details (227)
@abelg ·
Thank you for contributing to steemite development
properties (22)
authorabelg
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t093128525z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 09:31:27
last_update2018-02-10 09:31:27
depth1
children0
last_payout2018-02-17 09:31:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation26,727,551,535
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,373,400
net_rshares0
@atjehsteemit ·
Very nice post and great article.. By @atjehsteemit
properties (22)
authoratjehsteemit
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180211t172624673z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["atjehsteemit"],"app":"steemit/0.1"}
created2018-02-11 17:26:27
last_update2018-02-11 17:26:27
depth1
children0
last_payout2018-02-18 17:26:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation1,134,338,995,221
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,717,895
net_rshares0
@aunglat99 ·
Wow thank you so much
properties (22)
authoraunglat99
permlinkre-money-dreamer-2018212t18539935z
categoryutopian-io
json_metadata{"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-02-12 11:35:42
last_update2018-02-12 11:35:42
depth1
children0
last_payout2018-02-19 11:35:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation5,034,158,889
root_title"Development - Follow Bot Updates III"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,913,745
net_rshares0
@diya28 ·
updated now
properties (22)
authordiya28
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t153512429z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 15:35:12
last_update2018-02-10 15:35:12
depth1
children0
last_payout2018-02-17 15:35:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation1,661,130,029,399
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,441,867
net_rshares0
@erjaoktafian ·
nice @money-dreamer
please follow me @erjaoktafian
thanks
properties (22)
authorerjaoktafian
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t033752685z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["money-dreamer","erjaoktafian"],"app":"steemit/0.1"}
created2018-02-10 03:37:54
last_update2018-02-10 03:37:54
depth1
children0
last_payout2018-02-17 03:37:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation5,323,162,320
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,316,555
net_rshares0
@eternittyyy ·
Good work! i'm following your tutorials..Btw, i got a quick question!
Is there any tutorial link about "Auto Reply Bot"??
properties (22)
authoreternittyyy
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180211t165718917z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-11 16:57:15
last_update2018-02-11 16:57:15
depth1
children0
last_payout2018-02-18 16:57:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation577,833,981,543
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,712,508
net_rshares0
@fadhi ·
Thank you
properties (22)
authorfadhi
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t183502888z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 18:35:09
last_update2018-02-10 18:35:09
depth1
children0
last_payout2018-02-17 18:35:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation64,734,866,875
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,477,092
net_rshares0
@fadhi ·
Thanks for the contribution
properties (22)
authorfadhi
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t184035362z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-10 18:40:42
last_update2018-02-10 18:40:42
depth1
children0
last_payout2018-02-17 18:40:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation64,734,866,875
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,478,087
net_rshares0
@helo ·
$1.79
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)**
๐Ÿ‘  ,
properties (23)
authorhelo
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t045925382z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-10 04:59:27
last_update2018-02-10 04:59:27
depth1
children1
last_payout2018-02-17 04:59:27
cashout_time1969-12-31 23:59:59
total_payout_value1.346 HBD
curator_payout_value0.442 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation121,547,934,535,311
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,329,286
net_rshares248,112,398,606
author_curate_reward""
vote details (2)
@utopian.tip ·
$0.02
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!
๐Ÿ‘  
properties (23)
authorutopian.tip
permlinkre-re-money-dreamer-development-follow-bot-updates-iii-20180210t045925382z-20180210t172626
categoryutopian-io
json_metadata""
created2018-02-10 17:26:27
last_update2018-02-10 17:26:27
depth2
children0
last_payout2018-02-17 17:26:27
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length154
author_reputation238,310,597,885
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,463,820
net_rshares3,992,459,614
author_curate_reward""
vote details (1)
@hendrick03 ·
hey, upvote my threat please :)
properties (22)
authorhendrick03
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180212t070524676z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-12 07:06:03
last_update2018-02-12 07:06:03
depth1
children0
last_payout2018-02-19 07:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation1,675,380,774
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,862,900
net_rshares0
@hulk111 ·
I donot understand this methods
properties (22)
authorhulk111
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180211t094055836z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-11 09:41:00
last_update2018-02-11 09:41:00
depth1
children0
last_payout2018-02-18 09:41:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation6,992,381,675
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,629,701
net_rshares0
@iamthegray ·
Good work @money-dreamer

Steem on
properties (22)
authoriamthegray
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t065308579z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"}
created2018-02-10 06:53:18
last_update2018-02-10 06:53:18
depth1
children0
last_payout2018-02-17 06:53:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation16,236,270,087,504
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,348,010
net_rshares0
@immaculator ·
You just hit the nail on the head, great post my Mentor
properties (22)
authorimmaculator
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180216t091332357z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-16 09:13:39
last_update2018-02-16 09:13:39
depth1
children0
last_payout2018-02-23 09:13:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation13,657,243,687
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,958,434
net_rshares0
@jacksonoskele ·
Thanks for your service @money-dreamer
properties (22)
authorjacksonoskele
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t094649562z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"}
created2018-02-10 09:47:00
last_update2018-02-10 09:47:00
depth1
children0
last_payout2018-02-17 09:47:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation1,315,666,699,750
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,375,846
net_rshares0
@jnsantos456 ·
thank you for the rewards hoping for mom lol
properties (22)
authorjnsantos456
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t180717196z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 18:07:18
last_update2018-02-10 18:07:18
depth1
children0
last_payout2018-02-17 18:07:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation3,544,579,104
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,471,811
net_rshares0
@juancarlosv ·
This is wonderful, Juvy! Wishing you success with the hub project.
properties (22)
authorjuancarlosv
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t113744190z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 11:37:57
last_update2018-02-10 11:37:57
depth1
children0
last_payout2018-02-17 11:37:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation-50,923,388,816
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,394,943
net_rshares0
@lartist-zen ·
good job !!!
๐Ÿ‘  
properties (23)
authorlartist-zen
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180211t225116528z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-11 22:51:15
last_update2018-02-11 22:51:15
depth1
children0
last_payout2018-02-18 22:51:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation1,270,901,178,729
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,776,066
net_rshares131,895,130
author_curate_reward""
vote details (1)
@maxruebensal ·
$0.05
May I ask you if it can also send dunds to followers or people who post to certain tags?
๐Ÿ‘  
properties (23)
authormaxruebensal
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t075910070z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 07:59:09
last_update2018-02-10 07:59:09
depth1
children9
last_payout2018-02-17 07:59:09
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation430,100,317,230
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,358,444
net_rshares7,718,304,633
author_curate_reward""
vote details (1)
@money-dreamer ·
It wouldn't be much work to add this functionality.
properties (22)
authormoney-dreamer
permlinkre-maxruebensal-re-money-dreamer-development-follow-bot-updates-iii-20180210t080536822z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 08:05:33
last_update2018-02-10 08:05:33
depth2
children8
last_payout2018-02-17 08:05:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation4,495,208,779,741
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,359,491
net_rshares0
@maxruebensal ·
Do you have any resources where I can learn it? I am not so good with coding unfortunately ...
properties (22)
authormaxruebensal
permlinkre-money-dreamer-re-maxruebensal-re-money-dreamer-development-follow-bot-updates-iii-20180210t081058323z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 08:10:57
last_update2018-02-10 08:10:57
depth3
children7
last_payout2018-02-17 08:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation430,100,317,230
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,360,351
net_rshares0
@muhdtugam ·
thank you may be more successful
@money-dreamer 
๐Ÿ”๐ŸŒŸ
๐Ÿ‘  
properties (23)
authormuhdtugam
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t061313295z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"}
created2018-02-10 06:13:18
last_update2018-02-10 06:13:18
depth1
children0
last_payout2018-02-17 06:13:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation128,710,731,743
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,341,408
net_rshares595,276,042
author_curate_reward""
vote details (1)
@oliverbix ·
Good job @money-dreamer
properties (22)
authoroliverbix
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180211t163405334z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"}
created2018-02-11 16:34:06
last_update2018-02-11 16:34:06
depth1
children0
last_payout2018-02-18 16:34:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation1,339,239,805,340
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,708,051
net_rshares0
@pariyadi ·
Great job.... amazing...
properties (22)
authorpariyadi
permlinkre-money-dreamer-2018211t23232334z
categoryutopian-io
json_metadata{"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-02-11 16:02:36
last_update2018-02-11 16:02:36
depth1
children0
last_payout2018-02-18 16:02:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation36,336,534,705
root_title"Development - Follow Bot Updates III"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,702,069
net_rshares0
@pickyvicki ·
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!
properties (22)
authorpickyvicki
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t120737245z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["money-dreamer"],"app":"steemit/0.1"}
created2018-02-10 12:07:45
last_update2018-02-10 12:07:45
depth1
children0
last_payout2018-02-17 12:07:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length427
author_reputation65,120,825,630
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,400,092
net_rshares0
@polandsteemit ·
I followed you posts
๐Ÿ‘  ,
properties (23)
authorpolandsteemit
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180213t160822579z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-13 16:08:24
last_update2018-02-13 16:08:24
depth1
children0
last_payout2018-02-20 16:08:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation520,058,753
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,249,243
net_rshares666,788,279
author_curate_reward""
vote details (2)
@resteem-me ·
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.
properties (22)
authorresteem-me
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180212t204256754z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["resteem-me"],"app":"steemit/0.1"}
created2018-02-12 20:42:51
last_update2018-02-12 20:42:51
depth1
children0
last_payout2018-02-19 20:42:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length166
author_reputation24,594,573,525
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,023,703
net_rshares0
@rezatoga ·
The best master post
๐Ÿ‘  
properties (23)
authorrezatoga
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t025029971z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 02:50:42
last_update2018-02-10 02:50:42
depth1
children0
last_payout2018-02-17 02:50:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation73,916,774,864
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,308,690
net_rshares277,066,087
author_curate_reward""
vote details (1)
@roneyim ·
Thank you.![แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2018-01-22 แ„‹แ…ฉแ„’แ…ฎ 10.54.32.png](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)
๐Ÿ‘  
properties (23)
authorroneyim
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t164250545z
categoryutopian-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"}
created2018-02-10 16:42:51
last_update2018-02-10 16:42:51
depth1
children0
last_payout2018-02-17 16:42:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length285
author_reputation4,358,344,476,077
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,455,288
net_rshares417,461,642
author_curate_reward""
vote details (1)
@rumaraj ·
i resteemed your post bro.
๐Ÿ‘  
properties (23)
authorrumaraj
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t172748186z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 17:27:48
last_update2018-02-10 17:27:48
depth1
children0
last_payout2018-02-17 17:27:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation14,602,298,200
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,464,122
net_rshares606,937,151
author_curate_reward""
vote details (1)
@share4angels ·
Thank you for an excellent useful detailed post!

Following, upvote, comment with appreciation from @share4angels๐Ÿ˜‡
properties (22)
authorshare4angels
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180216t114513220z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["share4angels"],"app":"steemit/0.1"}
created2018-02-16 11:45:15
last_update2018-02-16 11:45:15
depth1
children0
last_payout2018-02-23 11:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation13,237,262,510
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id37,985,772
net_rshares0
@tumishobillson · (edited)
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
properties (22)
authortumishobillson
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t053735739z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1","users":["tumishobillson"]}
created2018-02-10 05:36:36
last_update2018-02-10 05:37:42
depth1
children2
last_payout2018-02-17 05:36:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length166
author_reputation3,755,685,650
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,335,446
net_rshares0
@money-dreamer ·
JavaScript is a great language to learn! Follow through my tutorials and other peoples tutorials here. How long have you been programming?
properties (22)
authormoney-dreamer
permlinkre-tumishobillson-re-money-dreamer-development-follow-bot-updates-iii-20180210t055115115z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 05:51:12
last_update2018-02-10 05:51:12
depth2
children1
last_payout2018-02-17 05:51:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation4,495,208,779,741
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,337,901
net_rshares0
@money-dreamer ·
Here are some more articles:

https://steemit.com/steem/@money-dreamer/steem-javascript-development-links
properties (22)
authormoney-dreamer
permlinkre-money-dreamer-re-tumishobillson-re-money-dreamer-development-follow-bot-updates-iii-20180210t085847062z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem/@money-dreamer/steem-javascript-development-links"],"app":"steemit/0.1"}
created2018-02-10 08:58:45
last_update2018-02-10 08:58:45
depth3
children0
last_payout2018-02-17 08:58:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation4,495,208,779,741
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,368,098
net_rshares0
@utopian-io ·
$0.11
### 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>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](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**
๐Ÿ‘  ,
properties (23)
authorutopian-io
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t090421490z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-10 09:04:21
last_update2018-02-10 09:04:21
depth1
children0
last_payout2018-02-17 09:04:21
cashout_time1969-12-31 23:59:59
total_payout_value0.105 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,068
author_reputation152,955,367,999,756
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,368,983
net_rshares15,505,676,661
author_curate_reward""
vote details (2)
@vraky ·
Nice
๐Ÿ‘  
properties (23)
authorvraky
permlinkre-money-dreamer-development-follow-bot-updates-iii-20180210t052602304z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 05:26:03
last_update2018-02-10 05:26:03
depth1
children0
last_payout2018-02-17 05:26:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation2,149,368,316
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,333,740
net_rshares565,757,348
author_curate_reward""
vote details (1)
@woking ·
Automatic?
properties (22)
authorwoking
permlinkre-money-dreamer-2018210t9658314z
categoryutopian-io
json_metadata{"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-02-10 02:07:06
last_update2018-02-10 02:07:06
depth1
children4
last_payout2018-02-17 02:07:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation28,750,219,052
root_title"Development - Follow Bot Updates III"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,302,111
net_rshares0
@money-dreamer ·
What do you mean?
properties (22)
authormoney-dreamer
permlinkre-woking-re-money-dreamer-2018210t9658314z-20180210t020828519z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-10 02:08:27
last_update2018-02-10 02:08:27
depth2
children3
last_payout2018-02-17 02:08:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation4,495,208,779,741
root_title"Development - Follow Bot Updates III"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,302,303
net_rshares0
@woking ·
You code programs
properties (22)
authorwoking
permlinkre-money-dreamer-2018210t94752695z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-02-10 02:47:57
last_update2018-02-10 02:47:57
depth3
children2
last_payout2018-02-17 02:47:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation28,750,219,052
root_title"Development - Follow Bot Updates III"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,308,267
net_rshares0
@zulqibal · (edited)
Great
follow me and upvote @money-dreamer
thanks regards
properties (22)
authorzulqibal
permlinkre-money-dreamer-2018210t121158939z
categoryutopian-io
json_metadata{"tags":["utopian-io","follow","bot","steemdev","steemjs"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-02-10 05:12:15
last_update2018-02-10 05:13:03
depth1
children0
last_payout2018-02-17 05:12:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation10,471,172,811
root_title"Development - Follow Bot Updates III"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,331,461
net_rshares0