create account

Automatically Follow-on Flag SFR Approved Flags by reazuliqbal

View this thread on: hive.blogpeakd.comecency.com
· @reazuliqbal ·
$46.58
Automatically Follow-on Flag SFR Approved Flags
<center>![follow-on-flag.png](https://cdn.steemitimages.com/DQmNqHrcyjRSbMDbN6HS4ESwaXwtbYj5M1t69uC3pX8U12L/follow-on-flag.png)</center>

## Repository

https://github.com/CodeBull/FollowOnFlag/

Follow Steem Flag Rewards (SFR) approved flags and automatically flag those abusive content. Follow-on flag is flagging abuse following another abuse fighter's lead. It is very effective in reducing or zeroing out abusive content's rewards.


## How it works

The bot streams blockchain operations and looks for SFR approval comments. It looks for the approval category, finds the flagged author and permalink. Based on settings it flags right away or saves the data into the embedded database for flagging when Steem account's voting mana reaches 100%.

The user can set minimum pending payout left and maximum author SP before flagging.

At this moment it only works for flagging root posts.

<center>![fof-screenshot.png](https://cdn.steemitimages.com/DQmRZ3RBvuQNaQYwpD99Nj5STnShF5R7eZsPeZeZxzdaWr6/fof-screenshot.png)</center>

<center><sup>The follow on flag comment is a reply to the @steemflagrewards comment</sup></center>

## How to setup

To run the bot you need [Node JS](https://nodejs.org/en/) setup. If you do not know how to do that, please watch [this tutorial](https://www.youtube.com/watch?v=U8XF6AFGqlc) on YouTube. After setting up Node JS, please follow the steps below.

#### Step 1

Clone the repository if you have Git installed. Open up the terminal and write the following command.

```git clone https://github.com/CodeBull/FollowOnFlag.git```

Here is an excellent video [tutorial](https://www.youtube.com/watch?v=iqrBcLoWhqc) on how to install Git and how to [clone](https://www.youtube.com/watch?v=3MFxb0TNQHQ) a repository. You can also [download](https://github.com/CodeBull/FollowOnFlag/archive/master.zip) the repository and extract on your server or computer.

#### Step 2

Open `ecosystem.config.js` file on a text editor and replace `YOUR_STEEM_USERNAME` with your Steem username and `POSTING_WIF` with your private posting key.

<center>![code-ss-2.png](https://cdn.steemitimages.com/DQmepZuyiVjFcg5wnJ4fkQoRwByiR1ryAKuJoYiG96sbKur/code-ss-2.png)</center>

Open `config.js` file and make changes according to your needs.

`MAX_SP` - Maximum amount of Steem Power of the abuser you want to flag. This should be a number. We don't want to commit suicide so we only tackle abusers with equal or less SP than us.

`MIN_PAYOUT` - Minimum pending payout in STU. This should be a number too.

`FLAG_AT_100` - If set to `false`, the bot will flag right away. When it's set to `true` it will wait for 100% voting mana.

`DOWNVOTE_WEIGHT` - How much weight to use to downvote. Should be in float percentage and a negative number.

<center>![code-ss.png](https://cdn.steemitimages.com/DQmX4SkS8s8rzDZioipH4J2erk5SCdB8Xvh99LJQWsh6YnA/code-ss.png)
</center>

#### Step 3
NPM is a package manager for Javascript. It is installed automatically when we installed Node JS. We will use it to install our required modules and project dependencies.

PM2 (http://pm2.io/) is a process manager for Node JS applications. It will allow us to keep the bot running. This ensures no downtime. There are other options available but I prefer PM2.

Install PM2 globally using NPM by running the following command on your terminal.

```npm install -g pm2```

We need to tell PM2 what application startup system we are using so that it can restart our bot when we reboot. Use the following command and follow instruction. Here is a video [tutorial](https://youtu.be/RF6Dzwwpduo?t=395) if you want to follow.

```pm2 startup```

#### Step 4

Install bot's dependencies using npm. Run the following command on the terminal and wait for it to finish.

```npm install```

#### Step 5

Start the bot using PM2 with the following command.

```pm2 start ecosystem.config.js --env production```

Now we need to tell PM2 to save our bot application so that it can restart when our server reboots.

```pm2 save```

We are done and our bot should be looking for SFR approval comments and abuse to flag.

## Technologies

- dSteem (https://jnordberg.github.io/dsteem/)
- NeDB (https://github.com/louischatriot/nedb)

## Contributing

Clone the repo and make the changes you wish to make. If you find any bugs, please create an issue.

These two features are needed for the bot:
* Follow on flag for abusive comments
* Setting mana parameters

## GitHub Account

https://github.com/CodeBull

##### Disclaimer

Flagging is a risky business, there are often retaliations. Please flag responsibly. I cannot be held responsible for any harm caused by the use of this software.

Huge shout-out to @iamstan and @lovenfreedom who encouraged me to fight abuse and help me write this post. You two are awesome. :)

<sup>[Rabbit](https://pixabay.com/en/bunny-hare-rabbit-gray-grey-155674/) and [Red Flag](http://clipart-library.com/clipart/254718.htm) clip art is used under appropriate free license.</sup>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 96 others
πŸ‘Ž  
properties (23)
authorreazuliqbal
permlinkautomatically-follow-on-flag-sfr-approved-flags
categoryutopian-io
json_metadata{"tags":["utopian-io","anti-abuse","development","steem","steemflagrewards"],"users":["steemflagrewards","iamstan","lovenfreedom"],"image":["https://cdn.steemitimages.com/DQmNqHrcyjRSbMDbN6HS4ESwaXwtbYj5M1t69uC3pX8U12L/follow-on-flag.png","https://cdn.steemitimages.com/DQmRZ3RBvuQNaQYwpD99Nj5STnShF5R7eZsPeZeZxzdaWr6/fof-screenshot.png","https://cdn.steemitimages.com/DQmepZuyiVjFcg5wnJ4fkQoRwByiR1ryAKuJoYiG96sbKur/code-ss-2.png","https://cdn.steemitimages.com/DQmX4SkS8s8rzDZioipH4J2erk5SCdB8Xvh99LJQWsh6YnA/code-ss.png"],"links":["https://github.com/CodeBull/FollowOnFlag/","https://nodejs.org/en/","https://www.youtube.com/watch?v=U8XF6AFGqlc","https://www.youtube.com/watch?v=iqrBcLoWhqc","https://www.youtube.com/watch?v=3MFxb0TNQHQ","https://github.com/CodeBull/FollowOnFlag/archive/master.zip","http://pm2.io/","https://youtu.be/RF6Dzwwpduo?t=395","https://jnordberg.github.io/dsteem/","https://github.com/louischatriot/nedb","https://github.com/CodeBull","https://pixabay.com/en/bunny-hare-rabbit-gray-grey-155674/","http://clipart-library.com/clipart/254718.htm"],"app":"steemit/0.1","format":"markdown"}
created2018-12-17 06:35:12
last_update2018-12-17 06:35:12
depth0
children18
last_payout2018-12-24 06:35:12
cashout_time1969-12-31 23:59:59
total_payout_value35.171 HBD
curator_payout_value11.412 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,985
author_reputation61,984,354,446,410
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id76,952,272
net_rshares79,631,096,067,147
author_curate_reward""
vote details (161)
@anthonyadavisii ·
$6.02
Phenomenal work, @reazuliqbal. I see this as having great potential for others to set up auto follow-flags to support SFR which is a great thing.

My one recommendation is to use environmental variables instead of storing your WIF in the config file for security reasons. I think this [article](https://medium.com/appstract/environment-variables-in-javascript-with-laravel-elixir-593df994d765) should help point you in the right direction in terms of implementation. To set the variable, you would issue the export command like so.

```export WIF=<insert wif here>```

I am really impressed by the clear instructions and seems pretty cut and dry. I know I have a bit of idle SP laying around somewhere so I may run through the process myself and let you know! Thanks!

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/13/1-1-1-3-1-2-1-3-3-1-).

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , ,
properties (23)
authoranthonyadavisii
permlinkre-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t235929104z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["reazuliqbal"],"links":["https://medium.com/appstract/environment-variables-in-javascript-with-laravel-elixir-593df994d765","https://join.utopian.io/guidelines","https://review.utopian.io/result/13/1-1-1-3-1-2-1-3-3-1-","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2018-12-17 23:59:30
last_update2018-12-17 23:59:30
depth1
children2
last_payout2018-12-24 23:59:30
cashout_time1969-12-31 23:59:59
total_payout_value4.591 HBD
curator_payout_value1.432 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,272
author_reputation213,133,460,252,680
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,989,666
net_rshares10,508,947,868,782
author_curate_reward""
vote details (11)
@reazuliqbal ·
$0.03
Hi @anthonyadavisii,

I did use environment variable, as you can see in the code on line [#25](https://github.com/CodeBull/FollowOnFlag/blob/892926671754e97a579d783d2d24edb9a0220039/app.js#L25).

`ecosystem.config.js` is a process configuration file for PM2. PM2 takes the `STEEM_ACCOUNT`, `WIF`and set them as environment variable. This file usually is not committed to a repository, I did it as an example so that a beginner user need not write it themselves. It can also be placed outside of the project directory.

I'd definitely look at the resource you've linked to.

Thank you so much for checking and reviewing my contribution. I highly appreciate it. :)
πŸ‘  ,
properties (23)
authorreazuliqbal
permlinkre-anthonyadavisii-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181218t021839506z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["anthonyadavisii"],"links":["https://github.com/CodeBull/FollowOnFlag/blob/892926671754e97a579d783d2d24edb9a0220039/app.js#L25"],"app":"steemit/0.1"}
created2018-12-18 02:18:39
last_update2018-12-18 02:18:39
depth2
children0
last_payout2018-12-25 02:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length662
author_reputation61,984,354,446,410
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,993,924
net_rshares44,547,492,699
author_curate_reward""
vote details (2)
@utopian-io ·
Thank you for your review, @anthonyadavisii! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t235929104z-20181220t104342z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2018-12-20 10:43:45
last_update2018-12-20 10:43:45
depth2
children0
last_payout2018-12-27 10:43: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_length67
author_reputation152,955,367,999,756
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,113,876
net_rshares0
@bdcommunity ·
<center>

![](https://i.imgur.com/1i3fmz1.png)

**Hi @reazuliqbal, your post has been upvoted by @bdcommunity and the trail!**

If you want to support us, please consider following our [curation trail](https://steemit.com/bdcommunity/@bdcommunity/how-to-follow-bdcommunity-curation-trail) on Steemauto.com or delegating STEEM POWER to us.

|    |    |    |    |    |    |    |
|----|----|----|----|----|----|----|
|[20 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=20%20SP)|[50 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=50%20SP)|[100 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=100%20SP)|[200 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=200%20SP)|[300 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=300%20SP)|[500 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=500%20SP)|[1000 SP](https://v2.steemconnect.com/sign/delegateVestingShares?&delegatee=bdcommunity&vesting_shares=1000%20SP)|

**JOIN US ON**

[![](https://i.imgur.com/EoOj7g8.png)](https://steemit.com/@bdcommunity) [![](https://i.imgur.com/7hDxYND.png)](https://discord.gg/6zWpukW)

</center>
properties (22)
authorbdcommunity
permlinkre-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t145530154z
categoryutopian-io
json_metadata""
created2018-12-17 14:55:30
last_update2018-12-17 14:55:30
depth1
children0
last_payout2018-12-24 14:55:30
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_length1,366
author_reputation212,837,798,253,901
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,969,453
net_rshares0
@enforcer48 ·
$0.02
It doesn't come with the built-in !rabbit interface?
πŸ‘  
properties (23)
authorenforcer48
permlinkre-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181218t152314289z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-18 15:23:18
last_update2018-12-18 15:23:18
depth1
children2
last_payout2018-12-25 15:23:18
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation426,238,777,098,689
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,021,824
net_rshares38,125,054,511
author_curate_reward""
vote details (1)
@rabbitbot ·
$0.03
![](https://media.giphy.com/media/IsWtIz6vDCNIQ/giphy.gif)
<sub><sub>Sourced from giphy.com</sub></sub>
πŸ‘  , ,
properties (23)
authorrabbitbot
permlinkre-enforcer48-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181218t152325928z
categoryutopian-io
json_metadata{"app":"rabbitbot/0.1"}
created2018-12-18 15:23:27
last_update2018-12-18 15:23:27
depth2
children0
last_payout2018-12-25 15:23:27
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation1,063,144,195,312
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,021,831
net_rshares49,376,786,995
author_curate_reward""
vote details (3)
@reazuliqbal ·
$0.03
Not yet. I reserved it for next update. πŸ˜‰
πŸ‘  , ,
properties (23)
authorreazuliqbal
permlinkre-enforcer48-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181218t153240691z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-18 15:32:42
last_update2018-12-18 15:32:42
depth2
children0
last_payout2018-12-25 15:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation61,984,354,446,410
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,022,386
net_rshares51,789,807,399
author_curate_reward""
vote details (3)
@iamstan ·
$0.02
Awesome tool.Thanks for sharing your work with the community. I am really excited to try this one out.
You are one of the serious guys about fighting abuse. I am very grateful that we have guys like you @steemflagrewards.

Keep up the good work, don't lose hope you have a beautiful bright future ahead of you.
I am also very glad I call you my friend.
πŸ‘  ,
properties (23)
authoriamstan
permlinkre-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t145427641z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"steempeak","app":"steempeak"}
created2018-12-17 14:54:30
last_update2018-12-17 14:54:30
depth1
children1
last_payout2018-12-24 14:54:30
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length352
author_reputation16,376,108,300,630
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,969,404
net_rshares43,288,900,631
author_curate_reward""
vote details (2)
@reazuliqbal ·
$0.03
I am trying to do my part and very glad that I have a helping friend like you. :)
πŸ‘  ,
properties (23)
authorreazuliqbal
permlinkre-iamstan-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t151239171z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-17 15:12:42
last_update2018-12-17 15:12:42
depth2
children0
last_payout2018-12-24 15:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation61,984,354,446,410
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,970,221
net_rshares59,225,906,994
author_curate_reward""
vote details (2)
@skreza ·
This is the shittest thing ever. And so post is flagged
πŸ‘Ž  
properties (23)
authorskreza
permlinkre-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181221t173007387z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-21 17:30:18
last_update2018-12-21 17:30:18
depth1
children3
last_payout2018-12-28 17:30: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_length55
author_reputation12,357,028,398,386
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,184,743
net_rshares-19,955,913,073
author_curate_reward""
vote details (1)
@reazuliqbal ·
I don't care what you think but you may have made a mistake.
πŸ‘  
properties (23)
authorreazuliqbal
permlinkre-skreza-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181221t173205319z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-21 17:32:06
last_update2018-12-21 17:32:06
depth2
children2
last_payout2018-12-28 17:32: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_length60
author_reputation61,984,354,446,410
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,184,828
net_rshares3,980,705,649
author_curate_reward""
vote details (1)
@skreza ·
Why dont you shove your care inside you ass
πŸ‘Ž  
properties (23)
authorskreza
permlinkre-reazuliqbal-re-skreza-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181221t173414457z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-21 17:34:18
last_update2018-12-21 17:34:18
depth3
children1
last_payout2018-12-28 17:34: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_length43
author_reputation12,357,028,398,386
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,184,905
net_rshares-19,955,913,073
author_curate_reward""
vote details (1)
@steem-ua ·
#### Hi @reazuliqbal!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
πŸ‘  
properties (23)
authorsteem-ua
permlinkre-automatically-follow-on-flag-sfr-approved-flags-20181218t000643z
categoryutopian-io
json_metadata"{"app": "beem/0.20.14"}"
created2018-12-18 00:06:45
last_update2018-12-18 00:06:45
depth1
children0
last_payout2018-12-25 00:06: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_length290
author_reputation23,214,230,978,060
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,989,919
net_rshares573,458,207
author_curate_reward""
vote details (1)
@steevc ·
$0.02
That's a useful tool. Manually flagging all the abuse is a lot of work. Those who don't want to get directly involved can delegate to the flagging bots
πŸ‘  ,
properties (23)
authorsteevc
permlinkre-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t131240897z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-17 13:12:42
last_update2018-12-17 13:12:42
depth1
children1
last_payout2018-12-24 13:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation1,399,752,614,740,259
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,965,279
net_rshares43,529,852,961
author_curate_reward""
vote details (2)
@reazuliqbal ·
Sometimes follow on flagging can be a very hectic task. If anyone doesn't want to get involved from their main account they can create an alt account, delegate to that, and run this bot.
πŸ‘  ,
πŸ‘Ž  ,
properties (23)
authorreazuliqbal
permlinkre-steevc-re-reazuliqbal-automatically-follow-on-flag-sfr-approved-flags-20181217t150338052z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-12-17 15:03:39
last_update2018-12-17 15:03:39
depth2
children0
last_payout2018-12-24 15:03: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_length186
author_reputation61,984,354,446,410
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,969,843
net_rshares30,921,819,201
author_curate_reward""
vote details (4)
@trufflepig ·
**Congratulations!** Your post has been selected as a daily Steemit truffle! It is listed on **rank 2** of all contributions awarded today. You can find the [TOP DAILY TRUFFLE PICKS HERE.](https://steemit.com/@trufflepig/daily-truffle-picks-2018-12-17) 
    
I upvoted your contribution because to my mind your post is at least **6 SBD** worth and should receive **182 votes**. It's now up to the lovely Steemit community to make this come true.

I am `TrufflePig`, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, [you can find an explanation here!](https://steemit.com/steemit/@trufflepig/weekly-truffle-updates-2018-50)
    
Have a nice day and sincerely yours,
![trufflepig](https://raw.githubusercontent.com/SmokinCaterpillar/TrufflePig/master/img/trufflepig17_small.png)
*`TrufflePig`*
    
properties (22)
authortrufflepig
permlinkre-automatically-follow-on-flag-sfr-approved-flags-20181217t162810
categoryutopian-io
json_metadata""
created2018-12-17 16:28:12
last_update2018-12-17 16:28:12
depth1
children0
last_payout2018-12-24 16:28: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_length883
author_reputation21,266,577,867,113
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id76,973,510
net_rshares0
@utopian-io ·
Hey, @reazuliqbal!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-automatically-follow-on-flag-sfr-approved-flags-20181218t172107z
categoryutopian-io
json_metadata"{"app": "beem/0.20.9"}"
created2018-12-18 17:21:09
last_update2018-12-18 17:21:09
depth1
children0
last_payout2018-12-25 17:21: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_length593
author_reputation152,955,367,999,756
root_title"Automatically Follow-on Flag SFR Approved Flags"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,026,925
net_rshares0