create account

Steem Sincerity - Improved Anti-Spam API by andybets

View this thread on: hive.blogpeakd.comecency.com
· @andybets · (edited)
$373.02
Steem Sincerity - Improved Anti-Spam API
<center>
![](https://steemitimages.com/DQmZejyqAnYoWWMw7iiyuNUdrUGr1ckbpTZkSpuhZ9KHF3d/image.png)
</center>

Steem Sincerity is a project aimed at helping to address the spam problem we have on Steem.

As I explained in my [introductory post](https://steemit.com/steemdev/@andybets/project-sincerity-spam-filtering-api-and-app-extensions) there are three aspects to this. This post discusses the most important aspect in more detail.

## Public API for Developers

This is a service hosted on my server(s), which can be queried by any front-end website or app to obtain information about Steem accounts. It uses a database which stores the last 7 days worth of posts, comments and votes.

Periodically the software extracts meta-data (data about the data) from these accounts, and much of this can be easily accessed by application developers using [the methods here](https://multi.tube/s/api/). The meta-data for each account is also fed into a kind of artificial intelligence software which looks at how it compares to other known spamming and bot accounts, so it can 'classify' each active account.

### What is classification?
In machine learning, classification is an approach in which the computer program learns from the data input given to it and then uses this learning to classify new observations. So from our perspective, we first 'train' the classifier by giving it three lists of Steem accounts that have been manually classified as either Human Content Creator, Spammer or Bot.

It is programmed to be able to extract the relevent meta-data - or what are called [features](https://en.wikipedia.org/wiki/Feature_(machine_learning)) in machine learning - from these accounts. Some of the many features used in the Steem Sincerity software are: number of comments, number of posts, average number of downvoted comments, average word length etc. It looks at how these features vary between the different classes of account, and makes rules for itself to use when deciding about how to classify accounts that it hasn't seen before.

The classifier has currently been trained using only around 30 accounts of each type, and has a cross-validation accuracy of around 78%, and very little non-spam is classified as spam. [Cross-validation](https://en.wikipedia.org/wiki/Cross-validation_(statistics)) is a standard technique for evaluating the accuracy of a classifier, but of course what constitutes spam is highly personal, so inevitably my preferences will have introduced biases. A larger crowdsourced training set is planned to reduce this bias in the near future.

Rather than making a direct prediction about whether an account belongs to a spammer, the API actually returns the probabilities of the account belonging to each of the three classes. For example an account may show the following classifications scores:
> Human Content Creator: 45%
Spammer: 45%
Bot: 10%

Each front-end using the API can make its own decision about what should happen at different spam thresholds. For example, it could fade the comment if the spammer score is between 40-70% and hide it altogether if the score exceeds 70%. It could even leave this up to the user to decide.

<center>
![](https://steemitimages.com/DQmSRhEPKfUiPW29D6MdneVtkETUxyTd23wbhoPaX9RwayZ/image.png)
</center>

This is a very simple illustration of how accounts with comments containing certain combinations of features may be classified as spam. The red dots represent real spamming accounts, and the pink area shows the accounts which are classified as spammers. The accuracy is not perfect, but good enough to be useful. In practice the machine learning algorithm used by the Sincerity software uses far too many features to be able to show in a two-dimensional diagram.

### API Specifications

If you are a developer, you can find the API specification [here](https://multi.tube/s/api/). There are currently 10 methods, and since the main intention is to help improve front-end user experiences, performance is prioritised over the having larger amounts of historical data. Currently no API keys are required, and request rate limiting is fairly relaxed, but this may need to change depending on future demand.

#### Main Methods

##### /api/accounts-info/account1,account2,account2
This expects a comma separated list of accounts, and returns various useful meta-data about the accounts. This includes the probability that each account is a: Human Content Creator, Spammer or Bot. It also includes some metrics about the commenting and voting behaviour of the accounts. Note that only accounts which have commented in the last period will have records in the database. Because up to 100 accounts can be queried at a time, this is the most useful method for hiding or changing the appearance of spam in your application.

##### /account-full-info/account1
This returns the complete analysis information that are held for the account specified. There are many fields, a few of which are unused. You may want to query this when an account profile is clicked for example.

##### /account-comments/account1
Returns a time-sorted list of the comments made by the specified account in the last 7 days. 

##### /account-outgoing-votes/account1
Returns a time-sorted list of the votes made by the specified account in the last 7 days.

##### /account-outgoing-downvotes/account1
Returns a time-sorted list of the flags given by the specified account in the last 7 days.

##### /account-apps-used/account1
Returns the list of apps the specified user has used to post and comment in the last 7 days.

##### /biggest-spammers/
Returns the 500 accounts most likely to be spamming accounts. This may be useful for stakeholders employing bots to clean up the platform.


*There are a few other methods, and I will add more over time.*

---

I'll be improving the [Chrome Sincerity extension](https://steemit.com/utopian-io/@andybets/simple-spam-filtering-chrome-extension-for-steemit-com) soon, to use some of these new methods.

If you have other requirements for a different API method or need to apply machine learning to different data, I'd be delighted to work for STEEM ;)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 474 others
properties (23)
authorandybets
permlinksteem-sincerity-improved-anti-spam-api
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"image":["https://steemitimages.com/DQmZejyqAnYoWWMw7iiyuNUdrUGr1ckbpTZkSpuhZ9KHF3d/image.png","https://steemitimages.com/DQmSRhEPKfUiPW29D6MdneVtkETUxyTd23wbhoPaX9RwayZ/image.png"],"links":["https://steemit.com/steemdev/@andybets/project-sincerity-spam-filtering-api-and-app-extensions","https://multi.tube/s/api/","https://en.wikipedia.org/wiki/Feature_(machine_learning)","https://en.wikipedia.org/wiki/Cross-validation_(statistics)","https://steemit.com/utopian-io/@andybets/simple-spam-filtering-chrome-extension-for-steemit-com"],"app":"steemit/0.1","format":"markdown"}
created2018-03-26 12:09:27
last_update2018-03-26 21:51:00
depth0
children108
last_payout2018-04-02 12:09:27
cashout_time1969-12-31 23:59:59
total_payout_value284.792 HBD
curator_payout_value88.231 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,140
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,682,868
net_rshares146,574,133,965,884
author_curate_reward""
vote details (538)
@aiman ·
Very helpful post for understanding how to use steemit account. I am thankful to you I will follow on your instructions. I understand that this platform is very helpful for those who are true accounts. Thanks again for sharing great information.
properties (22)
authoraiman
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t025803414z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 02:58:06
last_update2018-03-27 02:58:06
depth1
children0
last_payout2018-04-03 02:58: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_length245
author_reputation2,346,203,968,393
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,811,550
net_rshares0
@alyssas ·
So people will be able to run bots that only look at the list created?
👍  , , , , ,
properties (23)
authoralyssas
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t141430626z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 14:14:12
last_update2018-03-28 14:14:12
depth1
children1
last_payout2018-04-04 14:14: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_length70
author_reputation9,045,555,847,809
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,099,487
net_rshares7,167,136,746
author_curate_reward""
vote details (6)
@andybets ·
They can use any of the APIs listed and some allow them to check any account's classification scores. There will be more coming over time.
properties (22)
authorandybets
permlinkre-alyssas-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t143136290z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 14:31:36
last_update2018-03-28 14:31:36
depth2
children0
last_payout2018-04-04 14:31: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_length138
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,102,335
net_rshares0
@apply ·
thats really helpful information Thankyoh
properties (22)
authorapply
permlinkre-andybets-2018327t7317236z
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-27 02:01:12
last_update2018-03-27 02:01:12
depth1
children0
last_payout2018-04-03 02:01: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_length41
author_reputation32,623,661,308
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,804,361
net_rshares0
@arcange ·
Congratulations @andybets!
Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180326) in the following category:

* Pending payout - Ranked 5 with $ 430,67
properties (22)
authorarcange
permlinkre-steem-sincerity-improved-anti-spam-api-20180326t180121000z
categorysteemdev
json_metadata""
created2018-03-27 16:01:21
last_update2018-03-27 16:01:21
depth1
children0
last_payout2018-04-03 16:01:21
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_length216
author_reputation1,146,606,601,469,178
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,923,535
net_rshares0
@baktiarsejahtera ·
I see, read and enjoy your nice post innovative add knowledge, thank you for sharing.
properties (22)
authorbaktiarsejahtera
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t233442771z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 23:34:45
last_update2018-03-27 23:34:45
depth1
children0
last_payout2018-04-03 23:34: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_length85
author_reputation12,495,842,900
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,987,564
net_rshares0
@beautylove ·
nice post
👎  
properties (23)
authorbeautylove
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t143358822z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 14:34:00
last_update2018-03-27 14:34:00
depth1
children0
last_payout2018-04-03 14:34: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_length9
author_reputation-134,529,011,385
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,907,852
net_rshares-2,663,724,905
author_curate_reward""
vote details (1)
@berniesanders ·
$1.94
This is FUCKING SPECTACULAR!  Thank you for putting this together.

### BEWARE SPAMMERS, NOW THAT I CAN FIND YOU, I WILL COME AFTER YOU.
👍  , , , , , , , , , , , , , , , , , , , ,
👎  
properties (23)
authorberniesanders
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t230432580z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 23:04:33
last_update2018-03-26 23:04:33
depth1
children4
last_payout2018-04-02 23:04:33
cashout_time1969-12-31 23:59:59
total_payout_value1.892 HBD
curator_payout_value0.053 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation600,251,775,828,524
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,783,255
net_rshares777,945,030,943
author_curate_reward""
vote details (22)
@andybets · (edited)
Thanks for the support! Let me know if you want different views of the data.
properties (22)
authorandybets
permlinkre-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t064800691z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 06:48:00
last_update2018-03-27 07:04:27
depth2
children0
last_payout2018-04-03 06:48: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_length76
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,839,868
net_rshares0
@drakos · (edited)
$0.03
`/biggest-spammers/` better run...

https://img.thrfun.com/img/164/250/dog_hiding_l1.jpg
👍  ,
properties (23)
authordrakos
permlinkre-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t015657071z
categorysteemdev
json_metadata{"tags":["steemdev"],"image":["https://img.thrfun.com/img/164/250/dog_hiding_l1.jpg"],"app":"steemit/0.1"}
created2018-03-27 01:56:57
last_update2018-03-27 02:02:48
depth2
children1
last_payout2018-04-03 01:56:57
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation112,280,226,665,329
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,803,797
net_rshares12,397,370,569
author_curate_reward""
vote details (2)
@vishalsingh4997 ·
$0.02
Nice demonstration, @drakos. Ha ha..
👍  ,
properties (23)
authorvishalsingh4997
permlinkre-drakos-re-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t033833620z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["drakos"],"app":"steemit/0.1"}
created2018-03-27 03:38:36
last_update2018-03-27 03:38:36
depth3
children0
last_payout2018-04-03 03:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation4,737,211,129,741
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,816,758
net_rshares8,698,955,393
author_curate_reward""
vote details (2)
@on247 ·
properties (23)
authoron247
permlinkre-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t215407411z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 21:54:09
last_update2018-03-27 21:54:09
depth2
children0
last_payout2018-04-03 21:54: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_length33
author_reputation114,427,107,593
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,976,138
net_rshares-1,434,812,219,093
author_curate_reward""
vote details (9)
@bobcastleman ·
$0.02
This is a nice piece of work! Have you been able to get the training data sets you were looking for?
👍  ,
properties (23)
authorbobcastleman
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t041648806z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 04:16:39
last_update2018-03-27 04:16:39
depth1
children1
last_payout2018-04-03 04:16:39
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation26,185,121,767
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,821,518
net_rshares9,422,138,819
author_curate_reward""
vote details (2)
@andybets ·
Not yet. I didn't get a lot of interest, so I'm devising the best way to crowdsource it.
properties (22)
authorandybets
permlinkre-bobcastleman-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t065510544z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 06:55:09
last_update2018-03-27 06:55:09
depth2
children0
last_payout2018-04-03 06:55: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_length88
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,840,813
net_rshares0
@cardboard ·
$0.02
This is very nice post... Lol :D
Thank you for your work, tip!
👍  ,
properties (23)
authorcardboard
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t161622205z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 16:16:24
last_update2018-03-26 16:16:24
depth1
children0
last_payout2018-04-02 16:16:24
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation31,522,757,177,122
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,725,115
net_rshares9,449,565,943
author_curate_reward""
vote details (2)
@casualmatt ·
One of the best ways to clean up the system would be to prevent people from buying power into the system. Work for your power, don't buy it.
properties (22)
authorcasualmatt
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t180716474z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 18:07:15
last_update2018-03-27 18:07:15
depth1
children0
last_payout2018-04-03 18:07: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_length140
author_reputation122,021,930,852
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,944,617
net_rshares0
@cortexx ·
$0.61
thanks @andybets this will make the steemit community a better place to be . :)
👍  ,
properties (23)
authorcortexx
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t151552497z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-03-28 15:15:54
last_update2018-03-28 15:15:54
depth1
children0
last_payout2018-04-04 15:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.494 HBD
curator_payout_value0.116 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation4,310,891,351,252
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,109,918
net_rshares233,651,541,774
author_curate_reward""
vote details (2)
@crypt0cry · (edited)
$0.02
Didn't finish 2 read yet, just browsed to [the methods](https://multi.tube/s/api/) and was awed with an urge 2 thank u. Now back 2 the article :)
OK, the rest of the article was what i already saw, but the extension is a real candy!
👍  
properties (23)
authorcrypt0cry
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t232018812z
categorysteemdev
json_metadata{"tags":["steemdev"],"links":["https://multi.tube/s/api/"],"app":"steemit/0.1"}
created2018-03-26 23:20:09
last_update2018-03-27 00:08:33
depth1
children0
last_payout2018-04-02 23:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length232
author_reputation1,163,710,148
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,785,067
net_rshares9,103,845,528
author_curate_reward""
vote details (1)
@daifenghai ·
Thanks for your nice sharing ,it is a very good post
properties (22)
authordaifenghai
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t014007203z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 01:40:09
last_update2018-03-27 01:40:09
depth1
children0
last_payout2018-04-03 01:40: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_length52
author_reputation-778,960,979
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,801,653
net_rshares0
@deep.throat ·
### Bid Bots and Vote Selling Disclosure
For your information, this post by @andybets has been **heavily** advertised using **bid bots or vote selling services**!
    
In fact, at least **161 SBD** have been spent for getting this post hot and trending.

Remember that in the age of bid bots a high reward is not equivalent to good content. So be vigilant when looking at the trending and hot Steemit sections! I will help you by scanning all transactions to bid bots and making post promotions transparent and visible with comments like this one.
    
👎  
properties (23)
authordeep.throat
permlinkre-steem-sincerity-improved-anti-spam-api-20180326t215320
categorysteemdev
json_metadata""
created2018-03-26 21:53:24
last_update2018-03-26 21:53:24
depth1
children0
last_payout2018-04-02 21:53: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_length552
author_reputation-123,047,827,571
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,774,893
net_rshares-20,790,515,942
author_curate_reward""
vote details (1)
@devfund · (edited)
$23.16
This post was funded/promoted by @DevFund using a budget of about 360.00 USD on voting bots.

100% of the money sent or earned via upvotes to this account will be powered down and used to give back via promotion bots to Steem ecosystem development initiatives like this one.

https://steemit.com/@devfund/comments
👍  , , , , , , , , , , ,
properties (23)
authordevfund
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t214135154z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["devfund"],"app":"steemit/0.1","links":["https://steemit.com/@devfund/comments"]}
created2018-03-26 21:41:36
last_update2018-03-26 21:48:48
depth1
children0
last_payout2018-04-02 21:41:36
cashout_time1969-12-31 23:59:59
total_payout_value22.114 HBD
curator_payout_value1.049 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length313
author_reputation24,024,812,323,492
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,773,401
net_rshares9,251,895,538,078
author_curate_reward""
vote details (12)
@elevator09 ·
great work to improve steemit! upvoted
properties (22)
authorelevator09
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t185501179z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 18:55:03
last_update2018-03-27 18:55:03
depth1
children0
last_payout2018-04-03 18:55: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_length38
author_reputation344,121,112,509,493
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,951,894
net_rshares0
@elmac ·
**This a helpful information.** Thanks @andybets for the *education*
properties (22)
authorelmac
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t014855672z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-03-27 01:49:06
last_update2018-03-27 01:49:06
depth1
children0
last_payout2018-04-03 01:49: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_length68
author_reputation455,735,019,102
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,802,825
net_rshares0
@eloyibarra ·
$0.07
to remove the spam we need to pay a moderator to eliminate spam accounts but that would no longer be unraveled
👍  
properties (23)
authoreloyibarra
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t025035387z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 02:50:45
last_update2018-03-27 02:50:45
depth1
children0
last_payout2018-04-03 02:50:45
cashout_time1969-12-31 23:59:59
total_payout_value0.070 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation3,709,543,434,614
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,810,548
net_rshares28,842,590,704
author_curate_reward""
vote details (1)
@ernhaquen88 ·
Wow spectaculer
properties (22)
authorernhaquen88
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t031034354z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 03:10:39
last_update2018-03-27 03:10:39
depth1
children0
last_payout2018-04-03 03:10: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_length15
author_reputation13,404,840,214
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,813,251
net_rshares0
@farizalm ·
Useful postings. thank you @andybets
👍  ,
properties (23)
authorfarizalm
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t084636326z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-03-28 08:46:39
last_update2018-03-28 08:46:39
depth1
children0
last_payout2018-04-04 08:46: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_length36
author_reputation3,589,261,901,224
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,054,566
net_rshares757,968,852
author_curate_reward""
vote details (2)
@fraenk · (edited)
$0.02
AWESOME! I applaud this so much!

but I am still sad my cuddle-bot (delivering tons of upvotes and barely ever leaving a comment without upvoting) has made it into the [top 500 biggest spammers](https://multi.tube/s/api/broadest-support/)

![](https://steemitimages.com/DQmRjKTDw7VRCmMyU7Nz9GvH5LLY8a5TWMvgaz3qbsaRod7/image.png)

I don't think there's many who interact with the kitten who actually see her as spam... but I understand how an algorithm may get to that impression.

P.S.: maybe some of this data could be incorporated into the rating to determine how spammy an account actually is?!

![](https://steemitimages.com/DQmR6utX8vW5VgirKG7G73whXL3RA9TyJPpDtRZqaYxrkJN/image.png)

at the moment a very obnoxious spammer (@tomole444 for example) does not make it into the top 500 (despite ~5k comments and ~650 flags received) while my cuddle-delivery service does get caught with "only" 160 comments and zero flags!
👍  
properties (23)
authorfraenk
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t090402777z
categorysteemdev
json_metadata{"tags":["steemdev"],"image":["https://steemitimages.com/DQmRjKTDw7VRCmMyU7Nz9GvH5LLY8a5TWMvgaz3qbsaRod7/image.png","https://steemitimages.com/DQmR6utX8vW5VgirKG7G73whXL3RA9TyJPpDtRZqaYxrkJN/image.png"],"links":["https://multi.tube/s/api/broadest-support/"],"app":"steemit/0.1","users":["tomole444"]}
created2018-03-28 09:04:00
last_update2018-03-28 09:17:54
depth1
children2
last_payout2018-04-04 09:04:00
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length923
author_reputation17,144,676,870,084
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,056,773
net_rshares9,348,572,558
author_curate_reward""
vote details (1)
@andybets · (edited)
$0.04
I'd also like to have seen this account with a lower spam score, and higher bot score. I will add it to the bot training set. ;)

These factors you mention are included in the rating, but the accuracy and effectiveness is limited by the training set, which I'm in the process of expanding.
👍  
properties (23)
authorandybets
permlinkre-fraenk-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t103101777z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 10:31:00
last_update2018-03-28 10:41:48
depth2
children1
last_payout2018-04-04 10:31:00
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,067,940
net_rshares17,443,979,986
author_curate_reward""
vote details (1)
@fraenk ·
$0.02
I see! Thanks for the feedback... expanding the training data by reasonable but not too biased examples will be the major challenge (as it seems to be with AI).

I'm curious to see how the detection will improve over time. Thanks a ton for the efforts you are making on this!
👍  
properties (23)
authorfraenk
permlinkre-andybets-re-fraenk-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t110710514z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 11:07:09
last_update2018-03-28 11:07:09
depth3
children0
last_payout2018-04-04 11:07:09
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation17,144,676,870,084
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,072,543
net_rshares9,299,627,152
author_curate_reward""
vote details (1)
@hiroyamagishi ·
$0.83
We definitely need to support this amazing project. For this community gets bigger and bigger some users are abusing it. Well done @andybets
👍  ,
👎  
properties (23)
authorhiroyamagishi
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t114422439z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-03-27 11:44:21
last_update2018-03-27 11:44:21
depth1
children0
last_payout2018-04-03 11:44:21
cashout_time1969-12-31 23:59:59
total_payout_value0.829 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation71,901,302,671,995
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,879,867
net_rshares326,694,592,792
author_curate_reward""
vote details (3)
@idrisalban ·
very amazing
👍  
properties (23)
authoridrisalban
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t050452638z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 05:04:57
last_update2018-03-28 05:04:57
depth1
children0
last_payout2018-04-04 05:04: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_length12
author_reputation-2,931,557,397
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,027,949
net_rshares89,592,663
author_curate_reward""
vote details (1)
@idrisalban ·
very amazing
👍  
properties (23)
authoridrisalban
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t050710320z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 05:07:21
last_update2018-03-28 05:07:21
depth1
children0
last_payout2018-04-04 05:07:21
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_reputation-2,931,557,397
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,028,247
net_rshares92,682,065
author_curate_reward""
vote details (1)
@jacek-w ·
$0.02
This is really awesome! What ML algorithm did you use?
👍  
properties (23)
authorjacek-w
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t131950292z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 13:20:06
last_update2018-03-26 13:20:06
depth1
children1
last_payout2018-04-02 13:20:06
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation600,253,715,947
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,694,396
net_rshares9,495,408,776
author_curate_reward""
vote details (1)
@andybets · (edited)
Thanks. It's currently using k-nearest neighbors, but I'm still investigating what works best.
👍  
properties (23)
authorandybets
permlinkre-jacek-w-re-andybets-steem-sincerity-improved-anti-spam-api-20180326t153429325z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 15:35:12
last_update2018-03-26 15:35:39
depth2
children0
last_payout2018-04-02 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_length94
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,717,832
net_rshares52,047,979
author_curate_reward""
vote details (1)
@jestemkioskiem ·
$0.02
Are there any plans to release the source code under an open source license?
👍  ,
properties (23)
authorjestemkioskiem
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t234714038z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 23:47:15
last_update2018-03-28 23:47:15
depth1
children4
last_payout2018-04-04 23:47:15
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation41,292,066,961,817
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,176,843
net_rshares8,832,003,105
author_curate_reward""
vote details (2)
@andybets · (edited)
I am considering this, but haven't decided yet. If so, I would like to recover more of my development costs before it happens.

EDIT: I should also say that there is a cost to this in that spammers would then be better able to circumvent any measures that may arise from their adverse spam scores.
properties (22)
authorandybets
permlinkre-jestemkioskiem-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t055410486z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-29 05:54:09
last_update2018-03-29 15:38:15
depth2
children3
last_payout2018-04-05 05:54: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_length297
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,218,927
net_rshares0
@jestemkioskiem ·
$0.03
Sounds completely reasonable! I'm a representative from Utopian.io - sounds like you might just be looking for us if you want to go open source and get rewarded in steem.
👍  
properties (23)
authorjestemkioskiem
permlinkre-andybets-re-jestemkioskiem-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t151119896z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-29 15:11:24
last_update2018-03-29 15:11:24
depth3
children2
last_payout2018-04-05 15:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length170
author_reputation41,292,066,961,817
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,293,949
net_rshares9,299,627,152
author_curate_reward""
vote details (1)
@jga ·
$0.02
This tool is amazing, thank you.
And the best part is that is developed it like an API. In this order, many of us can use it in our tools.

I have created a new tool called Custom Feed. Where you can filter posts by reputation, resteems, payout, number of votes, comments, body length, tags, authors, among others.

In this order, it will be more easy for you find the content that you want to read. Maybe you are interested in it. [Details here](https://steemit.com/utopian-io/@jga/introducing-custom-feed-filter-the-authors-and-posts-that-you-want-to-read).
👍  
properties (23)
authorjga
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t021606053z
categorysteemdev
json_metadata{"tags":["steemdev"],"links":["https://steemit.com/utopian-io/@jga/introducing-custom-feed-filter-the-authors-and-posts-that-you-want-to-read"],"app":"steemit/0.1"}
created2018-03-27 02:16:06
last_update2018-03-27 02:16:06
depth1
children0
last_payout2018-04-03 02:16:06
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length559
author_reputation76,172,796,162,312
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,806,257
net_rshares9,348,572,558
author_curate_reward""
vote details (1)
@jheff-shayd ·
Thank you for your tireless effort invested into thiswork to update us @andybets
properties (22)
authorjheff-shayd
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t061155550z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-03-26 23:04:51
last_update2018-03-26 23:04:51
depth1
children0
last_payout2018-04-02 23:04: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_length80
author_reputation123,980,028,340
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,783,286
net_rshares0
@kakra98 ·
Wow I like your style. I'm a beginner your post just amazes me.
👍  
properties (23)
authorkakra98
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180331t221405459z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-31 22:27:42
last_update2018-03-31 22:27:42
depth1
children0
last_payout2018-04-07 22:27: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_length63
author_reputation7,661,648,257
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,687,737
net_rshares566,969,517
author_curate_reward""
vote details (1)
@kalemandra ·
$0.05
Hi, i've just found Steem Sincerity in SteemPlus, I've been using it for 2 days now. This is a great tool i think. But i have a question. How can it be calculated? One of my friend is a newbie steemian, @zitus.  She made only some posts but she is considered as a 38.14% human, 34.97% spammer and 26.89% bot. And me, as 58.40% human, 40.00% spammer(!!!)and 1.60% bot. Well, i frequently use the same phrases, like "dear Steemies, today is orange, TuesdayOrange" (and other colors for each days of the week)because it's more comfortable for me than formulating different English sentences. That's a hard effort for me because my English is not so good. And recently i made much more posts, 6-7 a day (but they were all good quality posts) Other question: does it count, that i use upvote bots, 3 times daily?
👍  
properties (23)
authorkalemandra
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180508t044223424z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["zitus"],"app":"steemit/0.1"}
created2018-05-08 04:42:24
last_update2018-05-08 04:42:24
depth1
children1
last_payout2018-05-15 04:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.040 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length807
author_reputation499,306,530,613,095
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,500,455
net_rshares11,476,423,899
author_curate_reward""
vote details (1)
@andybets ·
Hi , these scores are indications or probabilities which applications developers can use in their interfaces for excluding or penalising accounts considered to the spammers. Many will not take any action until the spammer score is above 70%, so you don't need to worry about this. New accounts have baseline probabilities, which are 40% human, 30% spammer and 30% bot, and as you interact with the platform they are re-evaluated.

Here you can see your current scores:
http://steemreports.com/sincerity-accounts-info/?accounts=kalemandra%2C+zitus

Only accounts in the 'Spammer' triangle, may be penalised by some app developer is they're using the Sincerity API.
properties (22)
authorandybets
permlinkre-kalemandra-re-andybets-steem-sincerity-improved-anti-spam-api-20180509t152700232z
categorysteemdev
json_metadata{"tags":["steemdev"],"links":["http://steemreports.com/sincerity-accounts-info/?accounts=kalemandra%2C+zitus"],"app":"steemit/0.1"}
created2018-05-09 15:27:42
last_update2018-05-09 15:27:42
depth2
children0
last_payout2018-05-16 15:27: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_length663
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,774,042
net_rshares0
@langsa ·
$0.11
One men one account ?
👍  
properties (23)
authorlangsa
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t024858945z
categorysteemdev
json_metadata{"tags":["steemdev"],"community":"busy","app":"busy/2.4.0"}
created2018-03-27 02:49:03
last_update2018-03-27 02:49:03
depth1
children0
last_payout2018-04-03 02:49:03
cashout_time1969-12-31 23:59:59
total_payout_value0.086 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation1,095,194,223
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,810,356
net_rshares45,872,568,380
author_curate_reward""
vote details (1)
@maxruebensal ·
$0.11
@andybets great idea, but for many people (like me) it could also mean less visibility. For some reason, I was human before but now I am identified as spammer (which is pretty weird as I haven't been active in the last couple of days) and there's rreally not much you can do about it..
👍  
properties (23)
authormaxruebensal
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180414t075228016z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-04-14 07:52:24
last_update2018-04-14 07:52:24
depth1
children4
last_payout2018-04-21 07:52:24
cashout_time1969-12-31 23:59:59
total_payout_value0.085 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length285
author_reputation430,100,317,230
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,984,143
net_rshares22,895,148,703
author_curate_reward""
vote details (1)
@andybets ·
Sorry for this inaccuracy, it is clear to me you're not a spammer, so I've added you account name to the training data. When the next version is released your scores should improve.
properties (22)
authorandybets
permlinkre-maxruebensal-re-andybets-steem-sincerity-improved-anti-spam-api-20180414t084658423z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-04-14 08:46:57
last_update2018-04-14 08:46:57
depth2
children3
last_payout2018-04-21 08:46: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_length181
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,990,798
net_rshares0
@maxruebensal ·
$0.05
Thank you so much! I was also wondering how the "personal voting option" for the steemplus extension plays a role in it? Light how much is the voice of a personal voter weighted against the api?
👍  
properties (23)
authormaxruebensal
permlinkre-andybets-re-maxruebensal-re-andybets-steem-sincerity-improved-anti-spam-api-20180414t084904611z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-04-14 08:49:00
last_update2018-04-14 08:49:00
depth3
children2
last_payout2018-04-21 08:49:00
cashout_time1969-12-31 23:59:59
total_payout_value0.043 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation430,100,317,230
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,991,069
net_rshares11,333,098,608
author_curate_reward""
vote details (1)
@murhadi9 ·
Nice post i like it @andybest
properties (22)
authormurhadi9
permlinkre-andybets-2018327t21344991z
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"}
created2018-03-27 14:03:48
last_update2018-03-27 14:03:48
depth1
children0
last_payout2018-04-03 14:03: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_length29
author_reputation695,856,067,206
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,902,499
net_rshares0
@nabila17 · (edited)
good post...
properties (22)
authornabila17
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t022406795z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 02:24:51
last_update2018-03-27 02:26:51
depth1
children0
last_payout2018-04-03 02:24: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_length12
author_reputation5,337,024,559
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,807,472
net_rshares0
@postpromoter ·
re-andybets-steem-sincerity-improved-anti-spam-api-20180326t212120384z
You got a 59.83% upvote from @postpromoter courtesy of @devfund!

Want to promote your posts too? Check out the [Steem Bot Tracker website](https://steembottracker.com) for more info. If you would like to support the development of @postpromoter and the bot tracker please [vote for @yabapmatt for witness!](https://v2.steemconnect.com/sign/account-witness-vote?witness=yabapmatt&approve=1)
properties (22)
authorpostpromoter
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t212120384z
categorysteemdev
json_metadata{"app":"postpromoter/1.9.1"}
created2018-03-26 21:21:21
last_update2018-03-26 21:21:21
depth1
children0
last_payout2018-04-02 21:21:21
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_length391
author_reputation12,722,616,650,811
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,770,662
net_rshares0
@pushpendra83 ·
Nice job 
Now all steemian may be secure
👍  
properties (23)
authorpushpendra83
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t040209721z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 04:02:15
last_update2018-03-27 04:02:15
depth1
children0
last_payout2018-04-03 04:02: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_length40
author_reputation13,349,294,524
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,819,784
net_rshares174,565,975
author_curate_reward""
vote details (1)
@reggaemuffin ·
$0.13
This API sounds awesome! 

Maybe MB will use this in the coming days to detect abuse ;)
👍  , , , , , , , ,
properties (23)
authorreggaemuffin
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t093057392z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 09:30:54
last_update2018-03-27 09:30:54
depth1
children2
last_payout2018-04-03 09:30:54
cashout_time1969-12-31 23:59:59
total_payout_value0.124 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation37,964,839,695,531
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,861,171
net_rshares53,018,422,585
author_curate_reward""
vote details (9)
@littlescribe ·
Hey reggae, did you notice @art-universe made a painting of you? 

![](https://steemitimages.com/DQmNMf4HsdtcgeUK5ybdTzXr38b61fqhSJP81PM82G3cLQE/image.png)

[here's the link to the original post](https://steemit.com/art/@art-universe/reggaemuffin-steemit-member-painting-4) if you wanna go check it out.
properties (22)
authorlittlescribe
permlinkre-reggaemuffin-re-andybets-steem-sincerity-improved-anti-spam-api-20180331t155729073z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["art-universe"],"image":["https://steemitimages.com/DQmNMf4HsdtcgeUK5ybdTzXr38b61fqhSJP81PM82G3cLQE/image.png"],"links":["https://steemit.com/art/@art-universe/reggaemuffin-steemit-member-painting-4"],"app":"steemit/0.1"}
created2018-03-31 15:57:30
last_update2018-03-31 15:57:30
depth2
children1
last_payout2018-04-07 15:57: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_length303
author_reputation56,315,797,877,090
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,642,378
net_rshares0
@reggaemuffin ·
definitely noticed :)
👍  , ,
properties (23)
authorreggaemuffin
permlinkre-littlescribe-re-reggaemuffin-re-andybets-steem-sincerity-improved-anti-spam-api-20180331t155848883z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-31 15:58:48
last_update2018-03-31 15:58:48
depth3
children0
last_payout2018-04-07 15:58: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_length21
author_reputation37,964,839,695,531
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,642,561
net_rshares4,460,545,635
author_curate_reward""
vote details (3)
@salcoo ·
Nice !
Lol i jolie d'or sûre it's a real problem the community shouldn't be the center of the action dev should dix ans be more open to problem about this platform
properties (22)
authorsalcoo
permlinkre-andybets-2018327t73151111z
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-27 05:32:00
last_update2018-03-27 05:32:00
depth1
children0
last_payout2018-04-03 05:32: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_length163
author_reputation0
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,830,475
net_rshares0
@samueljmf13 ·
I would like to see more interesting facts like this, do not you?
👍  
properties (23)
authorsamueljmf13
permlinkre-andybets-2018327t221638671z
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-28 02:16:39
last_update2018-03-28 02:16:39
depth1
children0
last_payout2018-04-04 02:16: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_length65
author_reputation3,482,360,626
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,005,856
net_rshares608,612,358
author_curate_reward""
vote details (1)
@sancti ·
Nice reseearch..
**We need to eliminate spammers from steemit**
I'll be willing to join in searching for more methods.
properties (22)
authorsancti
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t234330687z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 23:43:39
last_update2018-03-26 23:43:39
depth1
children0
last_payout2018-04-02 23:43: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_length118
author_reputation16,702,657,606,633
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,787,777
net_rshares0
@sanjeevm ·
$0.12
What are the use cases of these ? Is it like people can see and upvote or flag accordingly ? or is this meant for @steemcleaners?
👍  , , , , , ,
properties (23)
authorsanjeevm
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t061106214z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["steemcleaners"],"app":"steemit/0.1"}
created2018-03-27 06:11:06
last_update2018-03-27 06:11:06
depth1
children1
last_payout2018-04-03 06:11:06
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation683,568,952,856,111
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,835,048
net_rshares46,283,108,355
author_curate_reward""
vote details (7)
@andybets · (edited)
It has many uses which app developers will decide, but one is that it can be used for re-rendering comment sections in front-ends to hide spam.

@steemreports will shortly have some tools to display this info for end-users.
properties (22)
authorandybets
permlinkre-sanjeevm-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t064949328z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1","users":["steemreports"]}
created2018-03-27 06:49:48
last_update2018-03-27 06:50:30
depth2
children0
last_payout2018-04-03 06:49: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_length223
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,840,121
net_rshares0
@sarakhani ·
nice good work
properties (22)
authorsarakhani
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t152722360z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 15:27:27
last_update2018-03-27 15:27:27
depth1
children0
last_payout2018-04-03 15:27: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_length14
author_reputation77,357,114
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,917,694
net_rshares0
@sheorath ·
$0.02
So, are you considering me as spam ?
👍  
properties (23)
authorsheorath
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t070709540z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 07:07:12
last_update2018-03-27 07:07:12
depth1
children2
last_payout2018-04-03 07:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation187,169,415
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,842,266
net_rshares8,957,009,310
author_curate_reward""
vote details (1)
@andybets · (edited)
The software just provides spam probability scores. How apps decide to use those is up to them. That said, I think your account's spam score at 43% looks too high, so will add you to the training set for next time.
properties (22)
authorandybets
permlinkre-sheorath-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t072345963z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 07:23:45
last_update2018-03-27 07:27:39
depth2
children1
last_payout2018-04-03 07:23: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_length214
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,844,408
net_rshares0
@maxruebensal ·
Same for me suddenly...
properties (22)
authormaxruebensal
permlinkre-andybets-re-sheorath-re-andybets-steem-sincerity-improved-anti-spam-api-20180414t075430360z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-04-14 07:54:27
last_update2018-04-14 07:54:27
depth3
children0
last_payout2018-04-21 07:54: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_length23
author_reputation430,100,317,230
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,984,413
net_rshares0
@smcaterpillar ·
$0.02
Hi, this is a pretty cool initiative. Any steps or ideas to classify posts directly as spam instead of accounts? 

By the way are you reachable on any discord server? I'm working with Machine Learning on Steemit Blockchain data, too. Mainly trying to find good content, rather than punishing bad actors :-D. I'm interested in exchanging ideas if you like.
👍  
properties (23)
authorsmcaterpillar
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t085307575z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 08:53:09
last_update2018-03-27 08:53:09
depth1
children2
last_payout2018-04-03 08:53:09
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length355
author_reputation1,062,032,997,561
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,855,988
net_rshares8,663,336,873
author_curate_reward""
vote details (1)
@andybets · (edited)
I decided that since, unlike email, the senders of messages can't be spoofed in Steem comments, and that account intentions would change slowly if at all, that accounts were a better level of granularity than comments for classification. I do see a lot of merit in an additional layer for scoring individual comments though, and these could in fact feed into an account classifier.

I'm in the steemdevs server in discord, but am not very familiar with it, and also steem.chat as @andybets. I'd be interested in what you're working on. :)
properties (22)
authorandybets
permlinkre-smcaterpillar-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t124130808z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"}
created2018-03-27 12:41:30
last_update2018-03-27 12:41:48
depth2
children0
last_payout2018-04-03 12:41: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_length538
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,888,613
net_rshares0
@smcaterpillar ·
Btw, I found a bot that tries to achieve a similar goal to your initiative (maybe you can get in touch, too):
https://steemit.com/introduceyourself/@duplibot/introducing-duplibot-reducing-rewards-on-comment-spam

(By the way I did find this by using my own content search bot @hounddog ;-) *cough*.
properties (22)
authorsmcaterpillar
permlinkre-smcaterpillar-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t090847913z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["hounddog"],"links":["https://steemit.com/introduceyourself/@duplibot/introducing-duplibot-reducing-rewards-on-comment-spam"],"app":"steemit/0.1"}
created2018-03-27 09:08:48
last_update2018-03-27 09:08:48
depth2
children0
last_payout2018-04-03 09:08: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_length298
author_reputation1,062,032,997,561
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,858,154
net_rshares0
@soulbella ·
$0.02
I am now very cautious in commenting post and tapping any link. Just like this account @tomole444. Every time I saw his/her comment it scares me.
👍  , ,
properties (23)
authorsoulbella
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t124006741z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["tomole444"],"app":"steemit/0.1"}
created2018-03-26 12:40:09
last_update2018-03-26 12:40:09
depth1
children0
last_payout2018-04-02 12:40:09
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation2,198,018,060,785
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,687,529
net_rshares9,919,306,614
author_curate_reward""
vote details (3)
@srefat ·
We definitely need to support this amazing project. very  good post.  tnx for this post
properties (22)
authorsrefat
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t163831437z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 16:38:39
last_update2018-03-27 16:38:39
depth1
children0
last_payout2018-04-03 16:38: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_length87
author_reputation825,509,493
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,930,092
net_rshares0
@steevc ·
$0.07
We definitely need anti-spam tools as it's already an issue. I'd like to see ways to use the list of problem accounts to flag them and prevent them profiting. That should help discourage it. All the best with this project
👍  ,
properties (23)
authorsteevc
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t121446602z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 12:14:48
last_update2018-03-26 12:14:48
depth1
children1
last_payout2018-04-02 12:14:48
cashout_time1969-12-31 23:59:59
total_payout_value0.058 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation1,372,030,952,251,376
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,683,699
net_rshares26,736,688,488
author_curate_reward""
vote details (2)
@andybets · (edited)
$0.14
I agree. The 'Biggest Spammers' list is only useful if a bot decides to use it. I'll also add a list of account links to steemreports soon, and after that, maybe even some kind of interface that uses SteemConnect to make it really quick and easy to flag spam manually.
👍  , , ,
properties (23)
authorandybets
permlinkre-steevc-re-andybets-steem-sincerity-improved-anti-spam-api-20180326t123144074z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 12:32:27
last_update2018-03-26 12:33:06
depth2
children0
last_payout2018-04-02 12:32:27
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.025 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length268
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,686,338
net_rshares56,597,479,857
author_curate_reward""
vote details (4)
@stoodkev · (edited)
$0.44
Hi, awesome work! Would you also like to have users input on this? 
I am thinking about using this on SteemPlus extension (currently about 1600 active users) and could code something to report spammers / bots to your API if you want to take human feedback into account. You can contact me on Steem.chat/Discord if you're interested.
EDIT: self voting for visibility
👍  ,
properties (23)
authorstoodkev
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t011131990z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 01:11:33
last_update2018-03-28 01:13:54
depth1
children2
last_payout2018-04-04 01:11:33
cashout_time1969-12-31 23:59:59
total_payout_value0.436 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length365
author_reputation190,232,841,750,255
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,997,932
net_rshares175,531,027,409
author_curate_reward""
vote details (2)
@andybets ·
That'd be excellent! I was thinking about the possibility of adding that to my very simple extension, but since yours is much better than I could do, and you have lots of active users, it makes great sense. I'll be in touch. :)
properties (22)
authorandybets
permlinkre-stoodkev-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t054521734z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 05:45:21
last_update2018-03-28 05:45:21
depth2
children1
last_payout2018-04-04 05:45:21
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_length227
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,032,842
net_rshares0
@stoodkev ·
Great! Waiting for your message then.
properties (22)
authorstoodkev
permlinkre-andybets-re-stoodkev-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t074322938z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 07:43:24
last_update2018-03-28 07:43:24
depth3
children0
last_payout2018-04-04 07:43: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_length37
author_reputation190,232,841,750,255
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,047,097
net_rshares0
@taufiksagoe ·
nice logo... can use it for my blog?
properties (22)
authortaufiksagoe
permlinkre-andybets-2018327t21134231z
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-27 14:13:45
last_update2018-03-27 14:13:45
depth1
children0
last_payout2018-04-03 14:13: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_length36
author_reputation182,271,064,591
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,904,265
net_rshares0
@teenovision ·
$0.05
let us hope that we all will be safe right now
👍  
properties (23)
authorteenovision
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t055240406z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 05:52:42
last_update2018-03-27 05:52:42
depth1
children0
last_payout2018-04-03 05:52:42
cashout_time1969-12-31 23:59:59
total_payout_value0.048 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation1,282,682,099,259
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,832,961
net_rshares19,629,055,756
author_curate_reward""
vote details (1)
@themarkymark ·
$0.02
I was originally planning on building something like this for a global blacklist before finding was cut.  When I am on a desktop I’ll check it out.
👍  
properties (23)
authorthemarkymark
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t234502539z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 23:45:03
last_update2018-03-26 23:45:03
depth1
children0
last_payout2018-04-02 23:45:03
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation1,772,918,693,450,156
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,787,915
net_rshares9,495,408,776
author_curate_reward""
vote details (1)
@tipu ·
<p><strong>Hi @andybets! You have received 0.3 SBD tip from @cardboard!</strong></p><p>You can now delegate SP / invest in @tipU for daily profit:) <a href="https://steemit.com/steemit/@tipu/just-a-reminder-tipu-pays-out-100-to-steem-power-delegators-0-fees" rel="noopener">Click here to learn more :)</a></p>
properties (22)
authortipu
permlinkre-steem-sincerity-improved-anti-spam-api-20180326t161648
categorysteemdev
json_metadata""
created2018-03-26 16:16:51
last_update2018-03-26 16:16:51
depth1
children0
last_payout2018-04-02 16:16: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_length309
author_reputation55,904,946,846,198
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,725,194
net_rshares0
@tomasbonillo ·
excellent post, I love your work really seems to me of very good content, keep it up, congratulations I always follow your work
properties (22)
authortomasbonillo
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180328t033947177z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-28 03:09:03
last_update2018-03-28 03:09:03
depth1
children0
last_payout2018-04-04 03:09: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_length127
author_reputation-124,974,922,807
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,012,599
net_rshares0
@tomole444 ·
Awesome post! I like it :) 👍 
 ![upvote-bild-fertig.gif](https://steemitimages.com/DQmQhtuSujcFs86rvzidRnNKvVVdcYbK34fp3QR8qySUchn/upvote-bild-fertig.gif) 
 You got an upvote!
 For more upvotes follow this account 👊🏼
👍  
👎  
properties (23)
authortomole444
permlinkre-steem-sincerity-improved-anti-spam-api-20180326t215209
categorysteemdev
json_metadata""
created2018-03-26 21:52:24
last_update2018-03-26 21:52:24
depth1
children0
last_payout2018-04-02 21:52: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_length216
author_reputation-795,967,688,836
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,774,769
net_rshares-195,985,541,039
author_curate_reward""
vote details (2)
@topmoststeem ·
Its reall to like awesome work
👍  ,
properties (23)
authortopmoststeem
permlinkre-andybets-2018327t6298179z
categorysteemdev
json_metadata{"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-27 01:29:09
last_update2018-03-27 01:29:09
depth1
children0
last_payout2018-04-03 01:29: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_length30
author_reputation1,872,427,264
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,800,273
net_rshares584,040,622
author_curate_reward""
vote details (2)
@tts ·
To listen to the audio version of this article click on the play image.
[![](https://s18.postimg.org/51o0kpijd/play200x46.png)](http://ec2-52-72-169-104.compute-1.amazonaws.com/andybets__steem-sincerity-improved-anti-spam-api.mp3)
Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvote this reply.
👍  ,
properties (23)
authortts
permlinkre-steem-sincerity-improved-anti-spam-api-20180326t124144
categorysteemdev
json_metadata""
created2018-03-26 12:41:45
last_update2018-03-26 12:41:45
depth1
children3
last_payout2018-04-02 12:41: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_length356
author_reputation-4,535,154,553,995
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,687,785
net_rshares307,324,637
author_curate_reward""
vote details (2)
@crypt0cry ·
$0.12
Not yet. Would u consider target=_blank or any other magic that won't take me away from the source page, i'll upvote it every time. In fact, could u link it to upvote automatically, i'd use it with joy.
👍  
properties (23)
authorcrypt0cry
permlinkre-tts-re-steem-sincerity-improved-anti-spam-api-20180326t124144-20180326t235133010z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 23:51:24
last_update2018-03-26 23:51:24
depth2
children2
last_payout2018-04-02 23:51:24
cashout_time1969-12-31 23:59:59
total_payout_value0.087 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length202
author_reputation1,163,710,148
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,788,634
net_rshares46,823,295,186
author_curate_reward""
vote details (1)
@tts ·
steemit block target=_blank :-(
👍  
properties (23)
authortts
permlinkre-crypt0cry-re-tts-re-steem-sincerity-improved-anti-spam-api-20180326t124144-20180327t124449488z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 12:44:51
last_update2018-03-27 12:44:51
depth3
children1
last_payout2018-04-03 12:44: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_length31
author_reputation-4,535,154,553,995
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,889,149
net_rshares122,511,667
author_curate_reward""
vote details (1)
@tysler ·
$0.02
Wow nice development for Steemit :) Personally I do ML using randomforest for classification problems. Key issue is to have sufficient features yet not overfit my predictions. Luckily RF does output probability scores for each classification so it makes it easier to set different thresholds. 

Depending on how much data you have in your training set, I guess I can take a look at your APIs. Not sure if I could contribute as I am also tired of those pesky spammers while doing nothing about it. Im sure your work can help create whitelists and blacklists or give out a “spam” rating for every user. Ratings should be kept below certain threshold. It could probably help mirror the reputation but focused on catching spam.

Have a good day and hope we can chat a bit more about this implementation.
👍  
properties (23)
authortysler
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t150416838z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 15:04:18
last_update2018-03-27 15:04:18
depth1
children1
last_payout2018-04-03 15:04:18
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length799
author_reputation166,859,315,212,312
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,913,357
net_rshares9,103,845,528
author_curate_reward""
vote details (1)
@andybets ·
Thanks. I'm not familiar with random forest, but I see it relates to nearest neighbours, which my implementation uses. My training set isn't really big enough for it to be highly robust/unbiased, but I hope to fix this soon.
properties (22)
authorandybets
permlinkre-tysler-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t201456568z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 20:14:54
last_update2018-03-27 20:14:54
depth2
children0
last_payout2018-04-03 20:14: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_length224
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,963,605
net_rshares0
@upvotewhale ·
This post received a $2.100 (97.23%) upvote from @upvotewhale thanks to @gex231! For more information, check out my profile!
properties (22)
authorupvotewhale
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180327t193704965z
categorysteemdev
json_metadata{"app":"steembot/0.7.0"}
created2018-03-27 19:37:09
last_update2018-03-27 19:37:09
depth1
children0
last_payout2018-04-03 19:37: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_length124
author_reputation308,881,963,743
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,958,263
net_rshares0
@vander ·
Thank you, this is what steemit needs!
👎  
properties (23)
authorvander
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t231711111z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 23:17:15
last_update2018-03-26 23:17:15
depth1
children0
last_payout2018-04-02 23:17: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_length38
author_reputation20,729,326,154,850
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,784,715
net_rshares-55,129,769
author_curate_reward""
vote details (1)
@viking-ventures ·
$0.03
This sounds really great! I get tired of some of the known spammers and bots out there.

What will *really* improve things, is when bloggers can do better than "mute" but can actively block certain people from commenting on their blog. Spammers need prey and the prey being able to better defend themselves would be great. 

Until then, your efforts to reduce spam are greatly appreciated!
👍  
properties (23)
authorviking-ventures
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180329t154501046z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-29 15:44:54
last_update2018-03-29 15:44:54
depth1
children2
last_payout2018-04-05 15:44:54
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length389
author_reputation265,426,088,322,183
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,299,320
net_rshares9,103,845,528
author_curate_reward""
vote details (1)
@andybets · (edited)
I agree with this. I totally understand why you can't stop people voting or downvoting where the reward pool is concerned, but see no reason that people should need to allow everyone to comment on their posts.
properties (22)
authorandybets
permlinkre-viking-ventures-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t180031565z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-29 18:00:30
last_update2018-03-29 18:00:48
depth2
children1
last_payout2018-04-05 18:00: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_length209
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,319,453
net_rshares0
@viking-ventures ·
I've had a couple of unwanted bots commenting on my posts. One was that "catfacts" bot who puts useless trivia about cats in the comments of anyone who uses the word "cat" as a tag. (Mute #1 for me.) 
The other is the "cheetah" bot which gets some respect from what I have seen, but in my case, all it could do is provide the link I'd already provided in  my article! (Mute #2.)  Another person I've ended up muting because the guy puts useless comments everywhere. He can still comment on my posts though, which is annoying.  I know I'm "preaching to the choir", but I know you understand where I'm coming from.
properties (22)
authorviking-ventures
permlinkre-andybets-re-viking-ventures-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t211353799z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-29 21:13:48
last_update2018-03-29 21:13:48
depth3
children0
last_payout2018-04-05 21:13: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_length612
author_reputation265,426,088,322,183
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,344,251
net_rshares0
@yabapmatt ·
$0.07
All I can say is: wow this is freakin cool! I am going to add this to my list of things to integrate into the post promoter voting bot software!
👍  , ,
properties (23)
authoryabapmatt
permlinkre-andybets-steem-sincerity-improved-anti-spam-api-20180326t220529112z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-26 22:05:30
last_update2018-03-26 22:05:30
depth1
children13
last_payout2018-04-02 22:05:30
cashout_time1969-12-31 23:59:59
total_payout_value0.055 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation160,224,638,135,630
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,776,527
net_rshares29,703,443,764
author_curate_reward""
vote details (3)
@andybets ·
Great! Let me know if you would like any changes on my side.
properties (22)
authorandybets
permlinkre-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t065239245z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-03-27 06:52:39
last_update2018-03-27 06:52:39
depth2
children5
last_payout2018-04-03 06:52: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_length60
author_reputation15,189,090,569,005
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,840,482
net_rshares0
@cliffpower ·
Hi I'm confused why it said I was 60% spam? All my post are encouragement and from the heart? Is there something I don't know?
properties (22)
authorcliffpower
permlinkre-andybets-re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180503t035328886z
categorysteemdev
json_metadata{"tags":["steemdev"],"app":"steemit/0.1"}
created2018-05-03 03:53:30
last_update2018-05-03 03:53:30
depth3
children1
last_payout2018-05-10 03:53: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_length126
author_reputation35,501,365,873,268
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,563,824
net_rshares0
@crypt0cry ·
$0.02
Hi @andybets! Although I'm very excited about the API, as a frontend **user** my perspective is userish: I would rather prefer it "onload" than "onclicked".
[chrome.browserAction.onClicked.addListener](https://github.com/andybets/steem-sincerity-chrome-extension/blob/master/background.js)
If a user installs the extension, she wants it 2 b active by default. Correct me if i'm wrong.
👍  
properties (23)
authorcrypt0cry
permlinkre-andybets-re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t091110425z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["andybets"],"links":["https://github.com/andybets/steem-sincerity-chrome-extension/blob/master/background.js"],"app":"steemit/0.1"}
created2018-03-27 09:11:00
last_update2018-03-27 09:11:00
depth3
children2
last_payout2018-04-03 09:11:00
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length384
author_reputation1,163,710,148
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,858,489
net_rshares8,810,173,091
author_curate_reward""
vote details (1)
@cliffpower · (edited)
What about the guy who does'nt pay, is there something I can do? I'm new at steem since January and still figuring this all out. Now we have spam police who just seem to steal your money. @buildawhale and @smartsteem did the same thing to me? do you have any advice :) ![@smartsteem owing.png](https://steemitimages.com/DQmU7PoWsAMzsALqWA8P8tiPB4jkiYrsAxBvKbsioo5kciw/%40smartsteem%20owing.png) 

THANK YOU, I just want to be a good player :) I'm one man one account.
properties (22)
authorcliffpower
permlinkre-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180503t035923993z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["buildawhale","smartsteem"],"app":"steemit/0.1","image":["https://steemitimages.com/DQmU7PoWsAMzsALqWA8P8tiPB4jkiYrsAxBvKbsioo5kciw/%40smartsteem%20owing.png"]}
created2018-05-03 03:59:24
last_update2018-05-03 04:02:36
depth2
children6
last_payout2018-05-10 03:59: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_length467
author_reputation35,501,365,873,268
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,564,503
net_rshares0
@themarkymark ·
You are not on the @buildawhale blacklist, so I don't know how you can claim we stole money from you.
properties (22)
authorthemarkymark
permlinkre-cliffpower-re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180503t042532841z
categorysteemdev
json_metadata{"tags":["steemdev"],"users":["buildawhale"],"app":"steemit/0.1"}
created2018-05-03 04:25:03
last_update2018-05-03 04:25:03
depth3
children5
last_payout2018-05-10 04:25: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_length101
author_reputation1,772,918,693,450,156
root_title"Steem Sincerity - Improved Anti-Spam API"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id53,567,860
net_rshares0