<center>  </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>  </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 ;)
author | andybets |
---|---|
permlink | steem-sincerity-improved-anti-spam-api |
category | steemdev |
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"} |
created | 2018-03-26 12:09:27 |
last_update | 2018-03-26 21:51:00 |
depth | 0 |
children | 108 |
last_payout | 2018-04-02 12:09:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 284.792 HBD |
curator_payout_value | 88.231 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,140 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,682,868 |
net_rshares | 146,574,133,965,884 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 150,184,833,787 | 100% | ||
wackou | 0 | 2,117,718,601,351 | 24% | ||
danknugs | 0 | 241,382,376,928 | 100% | ||
steemservices | 0 | 484,565,533,176 | 100% | ||
fractalnode | 0 | 749,628,451,714 | 100% | ||
noisy | 0 | 1,886,293,398,777 | 100% | ||
teamsteem | 0 | 7,337,243,235,872 | 100% | ||
acidyo | 0 | 5,953,774,292,352 | 40% | ||
kevinwong | 0 | 4,166,320,141,164 | 100% | ||
geoffrey | 0 | 1,597,568,990,415 | 100% | ||
ausbitbank | 0 | 7,041,467,331,030 | 100% | ||
transisto | 0 | 7,551,882,962,165 | 100% | ||
allmonitors | 0 | 3,363,926,819 | 1% | ||
opticbit | 0 | 11,616,837,739 | 99.27% | ||
timcliff | 0 | 798,738,621,045 | 86% | ||
warofcraft | 0 | 29,144,996,305 | 20% | ||
stephen.king989 | 0 | 45,647,989,235 | 25% | ||
lenatramper | 0 | 20,136,523,346 | 40% | ||
thebotkiller | 0 | 325,180,182,806 | 100% | ||
perduta | 0 | 194,332,440 | 100% | ||
steevc | 0 | 98,129,914,231 | 40% | ||
steemitpatina | 0 | 23,197,371,283 | 80% | ||
jacobcards | 0 | 85,224,808,486 | 100% | ||
fraenk | 0 | 18,346,254,813 | 100% | ||
thecyclist | 0 | 2,340,716,979,023 | 100% | ||
skypilot | 0 | 47,536,340,290 | 100% | ||
robertchr | 0 | 978,351,116 | 4% | ||
tarekadam | 0 | 180,061,302,435 | 75% | ||
everittdmickey | 0 | 79,694,666,252 | 10% | ||
greatdabu | 0 | 136,216,975,869 | 100% | ||
sambillingham | 0 | 144,034,613,358 | 100% | ||
socialmedia | 0 | 943,200,031 | 100% | ||
triverse | 0 | 9,141,821,197 | 40% | ||
reactivator | 0 | 184,575,661 | 100% | ||
stray | 0 | 15,181,686,135 | 100% | ||
arfa | 0 | 767,059,614 | 4% | ||
jamzed | 0 | 20,216,490,964 | 100% | ||
guttormf | 0 | 287,530,077 | 100% | ||
cardboard | 0 | 190,060,531 | 100% | ||
lovemetouchme2 | 0 | 16,516,169,047 | 8% | ||
alfarisi | 0 | 418,566,513 | 100% | ||
hiddenid | 0 | 74,651,147 | 100% | ||
coolenglish | 0 | 248,155,062,334 | 100% | ||
josemanuelparri | 0 | 429,952,089 | 100% | ||
dovetail | 0 | 2,454,476,522 | 100% | ||
calvin87 | 0 | 95,020,893 | 100% | ||
theyeti | 0 | 165,011,882,405 | 100% | ||
sudutpandang | 0 | 796,005,182 | 100% | ||
yougotflagged | 0 | 742,741,110,899 | 100% | ||
zephyraijunzo | 0 | 76,948,141,558 | 100% | ||
tinswel | 0 | 1,836,886,912 | 100% | ||
jcoins79 | 0 | 5,295,067,703 | 100% | ||
icybc | 0 | 1,242,879,985 | 2% | ||
elevator09 | 0 | 10,461,701,053 | 4% | ||
franzmafka | 0 | 402,952,370 | 100% | ||
hiroyamagishi | 0 | 32,723,904,357 | 10% | ||
genics | 0 | 20,534,856,147 | 100% | ||
practicaleric | 0 | 1,314,098,843 | 100% | ||
heigovannik | 0 | 0 | 100% | ||
followbtcnews | 0 | 472,039,168,060 | 100% | ||
shellyduncan | 0 | 3,051,981,272 | 10% | ||
andybets | 0 | 9,789,081,213 | 100% | ||
lykencrypto | 0 | 1,596,719,694 | 100% | ||
mys | 0 | 4,401,158,748 | 5% | ||
reggaemuffin | 0 | 9,644,041,284,179 | 100% | ||
newsflash | 0 | 3,510,108,810,163 | 100% | ||
jga | 0 | 27,534,100,903 | 100% | ||
suitablybored | 0 | 2,131,959,037 | 100% | ||
robertvogt | 0 | 8,352,495,272 | 32% | ||
evilhippie | 0 | 31,926,202,257 | 100% | ||
bearone | 0 | 721,346,027 | 1% | ||
steelygeoff | 0 | 2,779,880,292 | 100% | ||
drakos | 0 | 868,246,824,195 | 100% | ||
tantra | 0 | 1,627,812,388 | 100% | ||
saksham | 0 | 685,289,016 | 100% | ||
avuc | 0 | 571,488,520 | 100% | ||
kingxerxesdex | 0 | 3,039,267,275 | 16% | ||
olaff | 0 | 524,083,624 | 100% | ||
thedelegator | 0 | 845,132,092,109 | 100% | ||
jwolf | 0 | 6,810,295,793 | 4% | ||
watcheronhill | 0 | 419,240,848 | 100% | ||
jacekw | 0 | 14,448,939,955 | 100% | ||
steemreports | 0 | 18,089,358,193 | 100% | ||
negativer | 0 | 48,575,892,259 | 100% | ||
yaanivapeji | 0 | 6,964,475,989 | 15% | ||
fivefiveeleven | 0 | 28,889,501,055 | 45% | ||
joshvel | 0 | 7,431,643,725 | 100% | ||
nitego | 0 | 3,541,394,672 | 100% | ||
rishabhbhandari | 0 | 503,892,821 | 100% | ||
themarkymark | 0 | 123,237,787,116 | 100% | ||
mill | 0 | 525,610,151 | 100% | ||
vasquest | 0 | 528,507,773 | 100% | ||
upbloke | 0 | 842,608,498 | 1% | ||
vikisecrets | 0 | 97,053,721,411 | 30% | ||
stanhopeofficial | 0 | 43,147,641,262 | 100% | ||
cryptofy | 0 | 4,890,501,447 | 100% | ||
alcik | 0 | 7,484,551,016 | 100% | ||
agsttne | 0 | 307,461,437 | 45% | ||
cifer | 0 | 10,421,888,049 | 45% | ||
cryptokeepr | 0 | 43,024,380,600 | 29.97% | ||
wahidelmonwalker | 0 | 571,041,815 | 100% | ||
vander | 0 | 5,406,496,750 | 100% | ||
ffodie | 0 | 610,654,914 | 45% | ||
dodybireuen | 0 | 1,542,125,490 | 100% | ||
kayros | 0 | 3,312,294,214 | 100% | ||
free999enigma | 0 | 109,073,682,158 | 100% | ||
stoodkev | 0 | 169,481,129,505 | 100% | ||
hayat | 0 | 399,714,220 | 100% | ||
sukro | 0 | 276,938,537 | 100% | ||
vicspics | 0 | 12,537,834,744 | 100% | ||
landonator | 0 | 1,121,459,466 | 12.5% | ||
noly | 0 | 17,719,356,071 | 100% | ||
jamesbarraclough | 0 | 649,292,831 | 100% | ||
sorin.cristescu | 0 | 92,644,279,963 | 100% | ||
ghmboyan | 0 | 239,153,979 | 100% | ||
danikap | 0 | 613,245,299 | 100% | ||
yoram | 0 | 2,899,771,776 | 100% | ||
teenovision | 0 | 3,925,811,151 | 10% | ||
upme | 0 | 9,485,907,982,155 | 15.44% | ||
yabapmatt | 0 | 1,411,189,999,867 | 100% | ||
followme95 | 0 | 56,429,305,727 | 100% | ||
martusamak | 0 | 1,236,648,351 | 100% | ||
muro-luis08 | 0 | 793,256,182 | 100% | ||
pantoranews | 0 | 579,619,951 | 100% | ||
ntony | 0 | 20,588,156,295 | 100% | ||
ngc | 0 | 373,608,390,275 | 100% | ||
scientes | 0 | 573,029,723 | 100% | ||
hsynterkr | 0 | 2,205,538,047 | 25% | ||
budok | 0 | 420,247,330 | 100% | ||
zazelpop | 0 | 548,133,357 | 40% | ||
unlockyoursound | 0 | 206,905,176 | 100% | ||
direwolf | 0 | 41,296,562,736 | 100% | ||
foridulislam | 0 | 709,278,233 | 100% | ||
postpromoter | 0 | 64,327,410,699,822 | 59.83% | ||
digiyou | 0 | 510,937,537 | 100% | ||
marwa190011 | 0 | 519,580,251 | 100% | ||
tuanis | 0 | 560,963,362 | 5% | ||
dantealfaiz | 0 | 484,671,206 | 100% | ||
foridul | 0 | 595,667,169 | 100% | ||
gokcehan61 | 0 | 4,002,333,431 | 100% | ||
ebi16 | 0 | 1,942,415,850 | 100% | ||
rafa69 | 0 | 2,707,177,773 | 100% | ||
richardbmx | 0 | 3,287,682,682 | 100% | ||
astromaniak | 0 | 9,631,705,315 | 30% | ||
pasagadasudhakar | 0 | 385,853,711 | 100% | ||
kalif | 0 | 608,355,000 | 100% | ||
ebruaydogdu | 0 | 2,814,942,812 | 100% | ||
mikel2la1 | 0 | 7,545,412,483 | 100% | ||
zack42bou | 0 | 526,133,716 | 100% | ||
juliolezama | 0 | 5,530,359,995 | 100% | ||
bobcastleman | 0 | 615,320,000 | 100% | ||
omur61 | 0 | 31,871,506,866 | 100% | ||
sohel-1 | 0 | 133,441,451 | 25% | ||
bdboytech | 0 | 0 | 100% | ||
takeone | 0 | 145,524,535 | 45% | ||
prosper-ai | 0 | 507,876,322 | 100% | ||
dtldesign | 0 | 2,261,924,796 | 100% | ||
steemagination | 0 | 515,696,381 | 100% | ||
sadiq689 | 0 | 528,879,246 | 100% | ||
pravinnandanwar | 0 | 481,052,173 | 100% | ||
mamo1 | 0 | 581,477,400 | 100% | ||
soulbella | 0 | 1,411,580,735 | 100% | ||
upvotewhale | 0 | 646,739,199,758 | 97.23% | ||
abeba | 0 | 545,702,889 | 100% | ||
aquacy | 0 | 318,196,141 | 100% | ||
wllmdnnd | 0 | 13,549,416,481 | 100% | ||
uktr | 0 | 1,788,160,193 | 100% | ||
inaz | 0 | 803,997,643 | 100% | ||
mohdmohsin | 0 | 279,897,866 | 100% | ||
osmania | 0 | 5,960,947,828 | 100% | ||
elmac | 0 | 551,900,349 | 100% | ||
piotrgrafik | 0 | 0 | 0% | ||
johnesan | 0 | 12,817,270,245 | 100% | ||
us1 | 0 | 246,073,035 | 100% | ||
kreatx | 0 | 614,860,000 | 100% | ||
senseicat | 0 | 14,781,020,744 | 1% | ||
sangdiyus | 0 | 685,723,210 | 100% | ||
mininthecity | 0 | 1,886,739,145 | 100% | ||
steemit02 | 0 | 580,195,237 | 100% | ||
chairilazmi | 0 | 664,940,013 | 100% | ||
johanreporg | 0 | 433,175,461 | 100% | ||
joyogueh | 0 | 568,222,932 | 100% | ||
kyndyz | 0 | 480,931,261 | 100% | ||
smcaterpillar | 0 | 2,993,410,700 | 100% | ||
swissjohn | 0 | 526,068,892 | 100% | ||
palik | 0 | 507,463,194 | 100% | ||
m-dpt | 0 | 580,702,500 | 100% | ||
mohdtahir121 | 0 | 569,662,924 | 100% | ||
rusnag | 0 | 3,997,079,325 | 100% | ||
ahmadmuhassin | 0 | 602,738,378 | 100% | ||
ttenaj2018 | 0 | 612,193,605 | 100% | ||
ipromote | 0 | 626,350,009,642 | 10% | ||
dgvictor | 0 | 565,706,330 | 100% | ||
rahmahsafaz | 0 | 614,503,440 | 100% | ||
adorablerobot | 0 | 614,503,785 | 100% | ||
yemi90210 | 0 | 2,169,367,661 | 100% | ||
weidmann | 0 | 564,788,482 | 100% | ||
alphapromega | 0 | 393,267,491 | 100% | ||
wildcollector | 0 | 537,667,748 | 100% | ||
antorchajohnny | 0 | 76,611,946 | 100% | ||
jaimebetamax | 0 | 264,335,724 | 100% | ||
factsout | 0 | 2,435,062,504 | 100% | ||
csharma | 0 | 507,481,245 | 100% | ||
woodard60 | 0 | 554,803,955 | 100% | ||
roundhere | 0 | 5,287,248,875 | 25% | ||
rofilm | 0 | 327,603,325 | 100% | ||
folal | 0 | 466,396,760 | 100% | ||
rzaprilia22 | 0 | 533,166,473 | 100% | ||
roscoeh | 0 | 1,029,808,303 | 100% | ||
anof | 0 | 364,288,318 | 100% | ||
figueroajavier | 0 | 568,500,972 | 100% | ||
morbyjohn | 0 | 800,961,885 | 100% | ||
xxxzone | 0 | 578,700,571 | 100% | ||
chuck2u32 | 0 | 506,510,067 | 100% | ||
mohsen63 | 0 | 1,016,538,969 | 100% | ||
danielperez119 | 0 | 1,596,079,539 | 100% | ||
khanpk | 0 | 122,596,017 | 100% | ||
aiman | 0 | 368,579,421 | 100% | ||
steemap | 0 | 444,005,218 | 100% | ||
mikramaulia | 0 | 436,448,745 | 100% | ||
jacek-w | 0 | 849,066,177 | 100% | ||
goal300 | 0 | 1,581,330,369 | 100% | ||
del-negro | 0 | 591,245,971 | 100% | ||
scottcbusiness | 0 | 2,136,637,214 | 100% | ||
flinter | 0 | 162,442,179 | 50% | ||
sasurai | 0 | 580,733,094 | 100% | ||
dropthebeat | 0 | 1,336,698,530 | 20% | ||
cchstory | 0 | 2,485,660,346 | 100% | ||
wiseloa | 0 | 413,472,048 | 100% | ||
murizalpangeran | 0 | 241,841,377 | 100% | ||
hugo4u | 0 | 49,962,437,281 | 28% | ||
taufiksagoe | 0 | 618,871,353 | 100% | ||
mobique | 0 | 181,701,823 | 100% | ||
afrid | 0 | 73,481,352 | 100% | ||
devfund | 0 | 17,124,489,440 | 100% | ||
carse12 | 0 | 430,126,854 | 100% | ||
emirachyar | 0 | 436,270,934 | 100% | ||
tomole444 | 0 | 52,348,038 | 10% | ||
ismas | 0 | 446,211,489 | 100% | ||
tanvirhasan | 0 | 576,461,903 | 100% | ||
rayaa | 0 | 451,329,845 | 100% | ||
yiss | 0 | 593,508,769 | 100% | ||
shwemon | 0 | 627,512,505 | 100% | ||
bdshakib | 0 | 556,682,566 | 100% | ||
dulshika8 | 0 | 471,409,160 | 100% | ||
ctnr | 0 | 564,365,597 | 100% | ||
sshappydayz | 0 | 343,258,300 | 100% | ||
kilbride | 0 | 3,989,924,424 | 100% | ||
bofphemy | 0 | 592,956,183 | 100% | ||
raybox | 0 | 248,812,469 | 100% | ||
tamiang | 0 | 427,051,219 | 100% | ||
jayo | 0 | 380,037,137 | 100% | ||
rahhes | 0 | 0 | 100% | ||
silwanyx | 0 | 546,870,720 | 100% | ||
manofthebarrel | 0 | 544,738,818 | 100% | ||
amaltea | 0 | 568,376,207 | 100% | ||
pirateofthedtube | 0 | 0 | 100% | ||
liar | 0 | 74,053,764 | 100% | ||
bellekiss-31 | 0 | 313,032,535 | 100% | ||
abovethestars | 0 | 567,358,064 | 100% | ||
randomeno | 0 | 116,598,516 | 100% | ||
dani123 | 0 | 399,922,670 | 100% | ||
ramb | 0 | 119,832,700 | 100% | ||
nguyenminhphuong | 0 | 89,084,962 | 100% | ||
fulflet | 0 | 581,085,976 | 100% | ||
jesustomed | 0 | 580,804,058 | 100% | ||
uyapapua | 0 | 382,761,538 | 100% | ||
zahrulpasee | 0 | 346,052,211 | 100% | ||
msaktar8 | 0 | 97,988,359 | 100% | ||
risyu | 0 | 508,104,238 | 100% | ||
kansfaly | 0 | 614,455,603 | 100% | ||
meetsolanki | 0 | 464,037,390 | 100% | ||
faruk1 | 0 | 89,311,692 | 100% | ||
milaromero | 0 | 555,652,090 | 100% | ||
wasim86 | 0 | 565,299,030 | 100% | ||
adaboin | 0 | 260,235,726 | 100% | ||
sunnysideupfang | 0 | 381,013,002 | 100% | ||
saddam957 | 0 | 620,294,538 | 100% | ||
gusran | 0 | 539,954,437 | 100% | ||
yuliyusufisyam | 0 | 568,370,138 | 100% | ||
srefat | 0 | 580,658,850 | 100% | ||
cedricguillas | 0 | 25,159,017,440 | 100% | ||
m2i | 0 | 494,168,734 | 100% | ||
ruhmina | 0 | 615,765,349 | 100% | ||
gmzct | 0 | 453,089,729 | 100% | ||
monsterkaoz | 0 | 548,098,120 | 100% | ||
jacquesross | 0 | 614,580,745 | 100% | ||
dpearls | 0 | 513,066,706 | 100% | ||
smilecity | 0 | 0 | 100% | ||
silentworld | 0 | 0 | 100% | ||
beaureveurbella | 0 | 600,496,121 | 100% | ||
jozy | 0 | 568,366,006 | 100% | ||
brandenstark | 0 | 279,577,436 | 100% | ||
abdullah67 | 0 | 83,213,291 | 100% | ||
nuuskamuikkunen | 0 | 211,196,494 | 100% | ||
alqurayish | 0 | 568,365,715 | 100% | ||
zidine | 0 | 0 | 100% | ||
ayraaprilia | 0 | 496,198,352 | 100% | ||
lunapac | 0 | 0 | 100% | ||
yandakuala | 0 | 154,770,395 | 41.54% | ||
pakhi | 0 | 562,220,125 | 100% | ||
indigoocean | 0 | 12,354,109,748 | 50% | ||
alejandrorc | 0 | 597,424,616 | 100% | ||
promobot | 0 | 7,731,637,465,120 | 39.44% | ||
amitrawat | 0 | 183,967,162 | 100% | ||
infotainmenthub | 0 | 594,883,678 | 100% | ||
deholt | 0 | 692,925,766 | 100% | ||
oleg.dyriv | 0 | 313,364,592 | 100% | ||
goodbutnotquite | 0 | 554,929,625 | 100% | ||
furn01 | 0 | 3,282,413,488 | 100% | ||
edward.wilson | 0 | 257,677,730 | 100% | ||
vassileva | 0 | 579,781,388 | 100% | ||
manfaluthi | 0 | 401,856,417 | 100% | ||
alekssandra | 0 | 113,386,245 | 100% | ||
a3arsh | 0 | 601,976,477 | 100% | ||
kol4ak | 0 | 4,221,966,057 | 100% | ||
urto | 0 | 591,414,349 | 100% | ||
reza19 | 0 | 600,604,279 | 100% | ||
cuttika | 0 | 0 | 100% | ||
jalayn | 0 | 557,246,566 | 100% | ||
shahidulabir | 0 | 600,964,345 | 100% | ||
brentindavis | 0 | 241,888,373 | 100% | ||
zulfahmy | 0 | 435,129,455 | 100% | ||
tariqashraf7186 | 0 | 347,562,950 | 100% | ||
yunalis89 | 0 | 534,674,702 | 100% | ||
ericstef | 0 | 493,345,967 | 100% | ||
volkandgnn | 0 | 121,009,049 | 20% | ||
dimple101 | 0 | 413,359,648 | 100% | ||
matematico | 0 | 434,173,698 | 100% | ||
pabloget | 0 | 566,862,925 | 100% | ||
lemual | 0 | 614,171,969 | 100% | ||
enforcer48 | 0 | 327,291,487 | 100% | ||
cloudss | 0 | 593,842,207 | 100% | ||
vwillsmith | 0 | 459,616,324 | 100% | ||
golamor | 0 | 205,556,230 | 100% | ||
rizwan9994 | 0 | 567,011,131 | 100% | ||
shyamindia | 0 | 438,167,563 | 100% | ||
jyotiindia | 0 | 554,606,429 | 100% | ||
kiranindia | 0 | 554,606,429 | 100% | ||
pamelala | 0 | 327,861,259 | 100% | ||
temitayo-pelumi | 0 | 460,578,823 | 100% | ||
marekkaminski | 0 | 939,242,690 | 100% | ||
younus11 | 0 | 369,906,519 | 100% | ||
melaniesaray | 0 | 291,091,772 | 100% | ||
miss-j | 0 | 189,972,951 | 100% | ||
quainoo97 | 0 | 321,725,180 | 100% | ||
mirta3353 | 0 | 502,499,138 | 100% | ||
agentheinz | 0 | 714,930,040 | 50% | ||
kumerbakul | 0 | 607,399,312 | 100% | ||
yuusha | 0 | 211,413,127 | 100% | ||
sahinadm | 0 | 542,225,619 | 100% | ||
caseysmith | 0 | 551,706,026 | 100% | ||
sanaung53 | 0 | 500,725,575 | 100% | ||
qadri.mag | 0 | 119,577,656 | 100% | ||
alerite | 0 | 221,604,116 | 100% | ||
steemiansyah | 0 | 435,020,726 | 100% | ||
muhammadsultan14 | 0 | 405,775,604 | 100% | ||
rogz06 | 0 | 1,863,837,597 | 100% | ||
crypt0cry | 0 | 122,511,667 | 100% | ||
soehtike | 0 | 386,056,231 | 100% | ||
aanselo | 0 | 269,552,801 | 100% | ||
eli04 | 0 | 523,720,302 | 100% | ||
matgamedesign | 0 | 593,746,483 | 100% | ||
hazael | 0 | 119,492,735 | 100% | ||
tomasbonillo | 0 | 516,751,024 | 100% | ||
soydrey25 | 0 | 135,557,642 | 100% | ||
theqralos | 0 | 563,406,650 | 100% | ||
bachillermujica | 0 | 300,201,561 | 100% | ||
mecarlo | 0 | 468,591,849 | 100% | ||
spindizzie | 0 | 535,971,069 | 100% | ||
amigunawan | 0 | 304,456,813 | 50.56% | ||
fresherworld87 | 0 | 238,888,176 | 100% | ||
haikalfahmi | 0 | 569,770,275 | 100% | ||
pedrox69 | 0 | 615,518,736 | 100% | ||
licu97 | 0 | 534,786,279 | 100% | ||
daledude22 | 0 | 612,533,784 | 100% | ||
bretho | 0 | 556,855,159 | 100% | ||
krasnalek | 0 | 107,193,412 | 100% | ||
bahamutzero | 0 | 310,997,356 | 100% | ||
ahmedibrahem | 0 | 539,493,911 | 100% | ||
jakecrypto | 0 | 248,504,682 | 100% | ||
centaurox | 0 | 401,287,838 | 100% | ||
topmoststeem | 0 | 541,217,949 | 100% | ||
breeze88 | 0 | 603,339,692 | 100% | ||
matt.why.not | 0 | 668,058,245 | 100% | ||
starchannel | 0 | 518,223,022 | 100% | ||
ayusteemit | 0 | 511,455,271 | 100% | ||
quanjie | 0 | 612,521,282 | 100% | ||
shah.sameem | 0 | 604,818,002 | 100% | ||
simisola2 | 0 | 600,448,239 | 100% | ||
imsteem | 0 | 514,784,518 | 100% | ||
uowa | 0 | 523,942,193 | 100% | ||
pushpendra83 | 0 | 189,878,780 | 100% | ||
cosmophobia | 0 | 52,063,536 | 100% | ||
ajoyonline | 0 | 438,657,716 | 100% | ||
steemzones | 0 | 232,785,651 | 100% | ||
streampower102 | 0 | 401,193,419 | 100% | ||
apply | 0 | 143,958,805 | 25.02% | ||
marcin26 | 0 | 478,170,917 | 100% | ||
aboveboard | 0 | 0 | 100% | ||
shohag69 | 0 | 553,684,397 | 100% | ||
angel48 | 0 | 523,689,834 | 100% | ||
veronikaolson | 0 | 339,939,015 | 100% | ||
djmstrz | 0 | 153,124,894 | 25.02% | ||
tasier22 | 0 | 428,749,704 | 100% | ||
qumil1 | 0 | 578,806,192 | 100% | ||
jjcool | 0 | 162,342,344 | 100% | ||
i2015park | 0 | 116,672,655 | 100% | ||
hardaeborla | 0 | 542,037,790 | 100% | ||
total88 | 0 | 532,850,708 | 100% | ||
dja | 0 | 79,620,607 | 100% | ||
shadowking | 0 | 52,065,525 | 10% | ||
firdausahmad | 0 | 493,111,629 | 100% | ||
powero | 0 | 554,222,352 | 100% | ||
maulidin007 | 0 | 419,548,006 | 100% | ||
nullahnung | 0 | 410,333,479 | 100% | ||
imammugi | 0 | 156,161,291 | 100% | ||
gesund | 0 | 486,855,790 | 100% | ||
barbz | 0 | 22,499,490,353 | 100% | ||
leubom | 0 | 560,340,559 | 100% | ||
husana | 0 | 250,165,335 | 100% | ||
foxicoreviews | 0 | 140,849,908 | 100% | ||
kataku | 0 | 590,957,225 | 100% | ||
pym | 0 | 563,713,158 | 100% | ||
konradxxx3 | 0 | 650,011,520 | 100% | ||
ketansevak | 0 | 600,136,970 | 100% | ||
nerdimite | 0 | 263,325,405 | 100% | ||
saarliconvalley | 0 | 319,050,738 | 100% | ||
ronaldfung | 0 | 419,466,700 | 100% | ||
beautylove | 0 | 153,159,901 | 100% | ||
adel1603 | 0 | 523,546,625 | 100% | ||
pingpongi | 0 | 578,766,766 | 100% | ||
nabila17 | 0 | 58,171,271 | 100% | ||
asmara | 0 | 419,418,378 | 100% | ||
hasib123 | 0 | 502,067,498 | 100% | ||
cryptoreview1 | 0 | 566,348,116 | 100% | ||
carlatortoza | 0 | 454,142,341 | 100% | ||
omarbushra | 0 | 519,019,817 | 100% | ||
sojol | 0 | 497,393,985 | 100% | ||
zaltov | 0 | 571,539,669 | 100% | ||
jimpick68 | 0 | 432,516,502 | 100% | ||
lousapphire | 0 | 0 | 100% | ||
hassan85 | 0 | 583,897,276 | 100% | ||
afsheel | 0 | 435,605,901 | 100% | ||
herbiz1708 | 0 | 549,913,813 | 100% | ||
scoogins | 0 | 599,344,264 | 100% | ||
shakex | 0 | 540,645,597 | 100% | ||
lotemd13 | 0 | 176,095,991 | 100% | ||
multiplicity | 0 | 1,465,329,376 | 100% | ||
midei | 0 | 583,897,221 | 100% | ||
lanbide | 0 | 515,930,348 | 100% | ||
marcinszwede | 0 | 191,543,003 | 100% | ||
dahlaniskan | 0 | 253,331,068 | 100% | ||
tarundas | 0 | 549,913,781 | 100% | ||
hasibhh00 | 0 | 596,254,830 | 100% | ||
misssue95 | 0 | 617,880,649 | 100% | ||
drogba11 | 0 | 327,476,743 | 100% | ||
ulul16 | 0 | 506,662,131 | 100% | ||
aymon | 0 | 583,897,212 | 100% | ||
alessiobottiroli | 0 | 2,345,777,702 | 100% | ||
alioni | 0 | 608,612,434 | 100% | ||
colburnk | 0 | 617,880,643 | 100% | ||
sebix79 | 0 | 389,264,805 | 100% | ||
highestsark | 0 | 342,923,755 | 100% | ||
kruczek | 0 | 287,314,497 | 100% | ||
triptits | 0 | 556,092,573 | 100% | ||
georgeathanas | 0 | 537,556,154 | 100% | ||
tugasberes | 0 | 386,175,397 | 100% | ||
chryswaliyilah | 0 | 185,364,190 | 100% | ||
gregoryarts | 0 | 95,771,498 | 100% | ||
remotedream | 0 | 67,966,869 | 100% | ||
maxsong95 | 0 | 509,751,521 | 100% | ||
abgaryhabibi | 0 | 389,264,797 | 100% | ||
islamrefaey | 0 | 537,556,147 | 100% | ||
nikopfaffendorf | 0 | 80,324,481 | 100% | ||
maliwa | 0 | 355,281,358 | 100% | ||
tshibe | 0 | 602,433,606 | 100% | ||
andre25 | 0 | 506,662,105 | 100% | ||
nigelteo | 0 | 571,539,570 | 100% | ||
rifanous | 0 | 617,880,615 | 100% | ||
tradetower | 0 | 2,696,386,350 | 100% | ||
george2292 | 0 | 549,913,746 | 100% | ||
sarahsmith | 0 | 383,085,980 | 100% | ||
loganitor | 0 | 534,466,728 | 100% | ||
chaiden | 0 | 506,662,100 | 100% | ||
seandrey | 0 | 596,254,788 | 100% | ||
khalid10 | 0 | 583,897,174 | 100% | ||
nante | 0 | 583,897,173 | 100% | ||
gonzalezpryanka | 0 | 602,433,586 | 100% | ||
aitezazakhter | 0 | 367,638,957 | 100% | ||
ricardocorona | 0 | 549,913,733 | 100% | ||
crismiclos | 0 | 583,897,166 | 100% | ||
jendreg | 0 | 475,768,061 | 100% | ||
kamran600 | 0 | 417,069,403 | 100% | ||
zerohourx3 | 0 | 24,622,110,837 | 100% | ||
oleen | 0 | 528,287,909 | 100% | ||
coyote50 | 0 | 485,036,261 | 100% | ||
elvielins | 0 | 617,880,586 | 100% | ||
michades97 | 0 | 515,930,288 | 100% | ||
nurhaliza1 | 0 | 355,281,336 | 100% | ||
santysam | 0 | 528,287,894 | 100% | ||
tanjimtawhid | 0 | 528,287,890 | 100% | ||
samueljmf13 | 0 | 0 | 0% | ||
fr0st | 0 | 608,612,358 | 100% | ||
mea1984 | 0 | 571,539,523 | 100% | ||
albert99 | 0 | 457,231,615 | 100% | ||
postp | 0 | 386,175,349 | 100% | ||
vpqwert | 0 | 617,880,557 | 100% | ||
nikop21 | 0 | 89,592,679 | 100% | ||
luciferdenico | 0 | 333,655,481 | 100% | ||
zero.samir | 0 | 571,539,469 | 100% | ||
younness | 0 | 537,556,040 | 100% | ||
langsa | 0 | 373,817,692 | 100% | ||
johnpaulamahoy | 0 | 577,718,248 | 100% | ||
cryptomonedas01 | 0 | 503,572,589 | 100% | ||
arczifang | 0 | 284,225,009 | 100% | ||
dmania-meme | 0 | 571,539,421 | 100% | ||
bdshelu | 0 | 583,897,027 | 100% | ||
theneon | 0 | 571,539,418 | 100% | ||
idrisalban | 0 | 200,811,142 | 100% | ||
educalaberaxd | 0 | 86,503,260 | 100% | ||
mirzha | 0 | 0 | 0% | ||
andidie1982 | 0 | 519,019,543 | 100% | ||
mackworth | 0 | 596,254,591 | 100% | ||
hareth | 0 | 596,254,589 | 100% | ||
dumaroficial | 0 | 617,880,372 | 100% | ||
pingeros | 0 | 617,880,368 | 100% | ||
jors0228 | 0 | 77,235,043 | 100% | ||
kunzite | 0 | 583,896,929 | 100% | ||
akyoru | 0 | 333,655,387 | 100% | ||
kin18 | 0 | 549,913,497 | 100% | ||
steveq | 0 | 549,913,366 | 100% | ||
barszczyk123 | 0 | 581,354,571 | 100% | ||
ohan | 0 | 413,052,037 | 100% | ||
carloswilliams | 0 | 0 | 100% | ||
zamnesia | 0 | 0 | 100% | ||
alex-steem-it | 0 | 0 | 100% | ||
sajjadkabir1 | 0 | 0 | 100% |
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.
author | aiman |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t025803414z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 02:58:06 |
last_update | 2018-03-27 02:58:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 02:58:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 245 |
author_reputation | 2,346,203,968,393 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,811,550 |
net_rshares | 0 |
So people will be able to run bots that only look at the list created?
author | alyssas |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t141430626z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 14:14:12 |
last_update | 2018-03-28 14:14:12 |
depth | 1 |
children | 1 |
last_payout | 2018-04-04 14:14:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 9,045,555,847,809 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,099,487 |
net_rshares | 7,167,136,746 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
teatree | 0 | 271,134,753 | 100% | ||
alyssas | 0 | 228,597,940 | 100% | ||
aenor | 0 | 107,701,462 | 100% | ||
candy49 | 0 | 797,063,409 | 100% | ||
alyssasanders | 0 | 324,732,769 | 100% | ||
rose98734 | 0 | 5,437,906,413 | 100% |
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.
author | andybets |
---|---|
permlink | re-alyssas-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t143136290z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 14:31:36 |
last_update | 2018-03-28 14:31:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-04 14:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,102,335 |
net_rshares | 0 |
thats really helpful information Thankyoh
author | apply | ||||||
---|---|---|---|---|---|---|---|
permlink | re-andybets-2018327t7317236z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-27 02:01:12 | ||||||
last_update | 2018-03-27 02:01:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-03 02:01:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 41 | ||||||
author_reputation | 32,623,661,308 | ||||||
root_title | "Steem Sincerity - Improved Anti-Spam API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,804,361 | ||||||
net_rshares | 0 |
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
author | arcange |
---|---|
permlink | re-steem-sincerity-improved-anti-spam-api-20180326t180121000z |
category | steemdev |
json_metadata | "" |
created | 2018-03-27 16:01:21 |
last_update | 2018-03-27 16:01:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 16:01:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,923,535 |
net_rshares | 0 |
I see, read and enjoy your nice post innovative add knowledge, thank you for sharing.
author | baktiarsejahtera |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t233442771z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 23:34:45 |
last_update | 2018-03-27 23:34:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 23:34:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 12,495,842,900 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,987,564 |
net_rshares | 0 |
nice post
author | beautylove |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t143358822z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 14:34:00 |
last_update | 2018-03-27 14:34:00 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 14:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | -134,529,011,385 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,907,852 |
net_rshares | -2,663,724,905 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | -2,663,724,905 | -1% |
This is FUCKING SPECTACULAR! Thank you for putting this together. ### BEWARE SPAMMERS, NOW THAT I CAN FIND YOU, I WILL COME AFTER YOU.
author | berniesanders |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t230432580z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 23:04:33 |
last_update | 2018-03-26 23:04:33 |
depth | 1 |
children | 4 |
last_payout | 2018-04-02 23:04:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.892 HBD |
curator_payout_value | 0.053 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 600,251,775,828,524 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,783,255 |
net_rshares | 777,945,030,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 61,894,355,742 | 42% | ||
danknugs | 0 | 100,165,476,140 | 42% | ||
steemservices | 0 | 201,078,214,447 | 42% | ||
thebotkiller | 0 | 134,938,715,314 | 42% | ||
thecyclist | 0 | 968,572,543,044 | 42% | ||
giantbear | 0 | 6,425,612,263 | 2% | ||
theyeti | 0 | 68,474,318,549 | 42% | ||
yougotflagged | 0 | 308,212,297,720 | 42% | ||
ryn | 0 | 69,510,970,661 | 100% | ||
andybets | 0 | 9,789,081,213 | 100% | ||
randowhale | 0 | 640,527,156,056 | 100% | ||
thedelegator | 0 | 350,809,547,667 | 42% | ||
steemreports | 0 | 17,727,571,029 | 100% | ||
haejin | 0 | -2,471,560,796,648 | -28% | ||
themarkymark | 0 | 120,927,078,608 | 100% | ||
chops316 | 0 | 5,968,709,025 | 25% | ||
ngc | 0 | 155,034,774,196 | 42% | ||
roundhere | 0 | 5,287,248,875 | 25% | ||
abusereports | 0 | 23,122,218,922 | 2% | ||
enforcer48 | 0 | 320,745,658 | 100% | ||
davidcourageous | 0 | 664,082,837 | 100% | ||
nabila17 | 0 | 55,109,625 | 100% |
Thanks for the support! Let me know if you want different views of the data.
author | andybets |
---|---|
permlink | re-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t064800691z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 06:48:00 |
last_update | 2018-03-27 07:04:27 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 06:48:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,839,868 |
net_rshares | 0 |
`/biggest-spammers/` better run... https://img.thrfun.com/img/164/250/dog_hiding_l1.jpg
author | drakos |
---|---|
permlink | re-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t015657071z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"image":["https://img.thrfun.com/img/164/250/dog_hiding_l1.jpg"],"app":"steemit/0.1"} |
created | 2018-03-27 01:56:57 |
last_update | 2018-03-27 02:02:48 |
depth | 2 |
children | 1 |
last_payout | 2018-04-03 01:56:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,803,797 |
net_rshares | 12,397,370,569 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 8,810,173,091 | 100% | ||
vishalsingh4997 | 0 | 3,587,197,478 | 100% |
Nice demonstration, @drakos. Ha ha..
author | vishalsingh4997 |
---|---|
permlink | re-drakos-re-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t033833620z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["drakos"],"app":"steemit/0.1"} |
created | 2018-03-27 03:38:36 |
last_update | 2018-03-27 03:38:36 |
depth | 3 |
children | 0 |
last_payout | 2018-04-03 03:38:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 4,737,211,129,741 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,816,758 |
net_rshares | 8,698,955,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sighmanjestah | 0 | 4,448,848,493 | 100% | ||
walidsalah | 0 | 4,250,106,900 | 100% |
The pot calling the kettle black.
author | on247 |
---|---|
permlink | re-berniesanders-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t215407411z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 21:54:09 |
last_update | 2018-03-27 21:54:09 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 21:54:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 114,427,107,593 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,976,138 |
net_rshares | -1,434,812,219,093 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | -39,216,534,991 | -25% | ||
danknugs | 0 | -54,802,128,406 | -25% | ||
steemservices | 0 | -131,862,197,265 | -25% | ||
thebotkiller | 0 | -88,489,504,029 | -25% | ||
thecyclist | 0 | -524,067,176,716 | -25% | ||
theyeti | 0 | -37,435,908,160 | -25% | ||
yougotflagged | 0 | -202,118,633,395 | -25% | ||
thedelegator | 0 | -255,148,318,476 | -25% | ||
ngc | 0 | -101,671,817,655 | -25% |
This is a nice piece of work! Have you been able to get the training data sets you were looking for?
author | bobcastleman |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t041648806z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 04:16:39 |
last_update | 2018-03-27 04:16:39 |
depth | 1 |
children | 1 |
last_payout | 2018-04-03 04:16:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 26,185,121,767 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,821,518 |
net_rshares | 9,422,138,819 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,299,627,152 | 100% | ||
crypt0cry | 0 | 122,511,667 | 100% |
Not yet. I didn't get a lot of interest, so I'm devising the best way to crowdsource it.
author | andybets |
---|---|
permlink | re-bobcastleman-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t065510544z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 06:55:09 |
last_update | 2018-03-27 06:55:09 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 06:55:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,840,813 |
net_rshares | 0 |
author | cardboard |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t161622205z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 16:16:24 |
last_update | 2018-03-26 16:16:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 16:16:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 31,522,757,177,122 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,725,115 |
net_rshares | 9,449,565,943 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,397,517,964 | 100% | ||
nabila17 | 0 | 52,047,979 | 100% |
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.
author | casualmatt |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t180716474z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 18:07:15 |
last_update | 2018-03-27 18:07:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 18:07:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 122,021,930,852 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,944,617 |
net_rshares | 0 |
author | cortexx |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t151552497z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-03-28 15:15:54 |
last_update | 2018-03-28 15:15:54 |
depth | 1 |
children | 0 |
last_payout | 2018-04-04 15:15:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.494 HBD |
curator_payout_value | 0.116 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 4,310,891,351,252 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,109,918 |
net_rshares | 233,651,541,774 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-icon | 0 | 1,434,034,965 | 100% | ||
cortexx | 0 | 232,217,506,809 | 100% |
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!
author | crypt0cry |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t232018812z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://multi.tube/s/api/"],"app":"steemit/0.1"} |
created | 2018-03-26 23:20:09 |
last_update | 2018-03-27 00:08:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 23:20:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
author_reputation | 1,163,710,148 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,785,067 |
net_rshares | 9,103,845,528 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,103,845,528 | 100% |
Thanks for your nice sharing ,it is a very good post
author | daifenghai |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t014007203z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 01:40:09 |
last_update | 2018-03-27 01:40:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 01:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | -778,960,979 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,801,653 |
net_rshares | 0 |
### 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.
author | deep.throat |
---|---|
permlink | re-steem-sincerity-improved-anti-spam-api-20180326t215320 |
category | steemdev |
json_metadata | "" |
created | 2018-03-26 21:53:24 |
last_update | 2018-03-26 21:53:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 21:53:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 552 |
author_reputation | -123,047,827,571 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,774,893 |
net_rshares | -20,790,515,942 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
randowhale | 0 | -20,790,515,942 | -1% |
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
author | devfund |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t214135154z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["devfund"],"app":"steemit/0.1","links":["https://steemit.com/@devfund/comments"]} |
created | 2018-03-26 21:41:36 |
last_update | 2018-03-26 21:48:48 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 21:41:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 22.114 HBD |
curator_payout_value | 1.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 313 |
author_reputation | 24,024,812,323,492 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,773,401 |
net_rshares | 9,251,895,538,078 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
transisto | 0 | 6,872,213,495,570 | 100% | ||
justinashby | 0 | 876,541,085 | 100% | ||
andybets | 0 | 9,642,244,995 | 100% | ||
newsflash | 0 | 2,343,624,174,112 | 100% | ||
steemreports | 0 | 18,089,358,193 | 100% | ||
vander | 0 | 5,287,016,158 | 100% | ||
curioustech | 0 | 613,140,331 | 100% | ||
the-icon | 0 | 1,491,396,363 | 100% | ||
pyroisntfire | 0 | 0 | 100% | ||
piotrgrafik | 0 | 0 | 100% | ||
nabila17 | 0 | 58,171,271 | 100% | ||
zorank | 0 | 0 | 100% |
great work to improve steemit! upvoted
author | elevator09 |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t185501179z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 18:55:03 |
last_update | 2018-03-27 18:55:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 18:55:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 344,121,112,509,493 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,951,894 |
net_rshares | 0 |
**This a helpful information.** Thanks @andybets for the *education*
author | elmac |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t014855672z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-03-27 01:49:06 |
last_update | 2018-03-27 01:49:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 01:49:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 455,735,019,102 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,802,825 |
net_rshares | 0 |
to remove the spam we need to pay a moderator to eliminate spam accounts but that would no longer be unraveled
author | eloyibarra |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t025035387z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 02:50:45 |
last_update | 2018-03-27 02:50:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 02:50:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 3,709,543,434,614 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,810,548 |
net_rshares | 28,842,590,704 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eloyibarra | 0 | 28,842,590,704 | 71% |
Wow spectaculer
author | ernhaquen88 |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t031034354z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 03:10:39 |
last_update | 2018-03-27 03:10:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 03:10:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 13,404,840,214 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,813,251 |
net_rshares | 0 |
author | farizalm |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t084636326z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-03-28 08:46:39 |
last_update | 2018-03-28 08:46:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-04 08:46:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 3,589,261,901,224 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,054,566 |
net_rshares | 757,968,852 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
farizalm | 0 | 383,180,972 | 100% | ||
farizalma | 0 | 374,787,880 | 100% |
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/)  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?!  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!
author | fraenk |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t090402777z |
category | steemdev |
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"]} |
created | 2018-03-28 09:04:00 |
last_update | 2018-03-28 09:17:54 |
depth | 1 |
children | 2 |
last_payout | 2018-04-04 09:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 923 |
author_reputation | 17,144,676,870,084 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,056,773 |
net_rshares | 9,348,572,558 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,348,572,558 | 100% |
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.
author | andybets |
---|---|
permlink | re-fraenk-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t103101777z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 10:31:00 |
last_update | 2018-03-28 10:41:48 |
depth | 2 |
children | 1 |
last_payout | 2018-04-04 10:31:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 289 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,067,940 |
net_rshares | 17,443,979,986 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fraenk | 0 | 17,443,979,986 | 100% |
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!
author | fraenk |
---|---|
permlink | re-andybets-re-fraenk-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t110710514z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 11:07:09 |
last_update | 2018-03-28 11:07:09 |
depth | 3 |
children | 0 |
last_payout | 2018-04-04 11:07:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 275 |
author_reputation | 17,144,676,870,084 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,072,543 |
net_rshares | 9,299,627,152 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,299,627,152 | 100% |
We definitely need to support this amazing project. For this community gets bigger and bigger some users are abusing it. Well done @andybets
author | hiroyamagishi |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t114422439z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-03-27 11:44:21 |
last_update | 2018-03-27 11:44:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 11:44:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.829 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 71,901,302,671,995 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,879,867 |
net_rshares | 326,694,592,792 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hiroyamagishi | 0 | 325,421,048,886 | 100% | ||
the-icon | 0 | 1,466,812,907 | 100% | ||
jasuly | 0 | -193,269,001 | -100% |
very amazing
author | idrisalban |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t050452638z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 05:04:57 |
last_update | 2018-03-28 05:04:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-04 05:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | -2,931,557,397 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,027,949 |
net_rshares | 89,592,663 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
idrisalban | 0 | 89,592,663 | 100% |
very amazing
author | idrisalban |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t050710320z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 05:07:21 |
last_update | 2018-03-28 05:07:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-04 05:07:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | -2,931,557,397 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,028,247 |
net_rshares | 92,682,065 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
idrisalban | 0 | 92,682,065 | 100% |
This is really awesome! What ML algorithm did you use?
author | jacek-w |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t131950292z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 13:20:06 |
last_update | 2018-03-26 13:20:06 |
depth | 1 |
children | 1 |
last_payout | 2018-04-02 13:20:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 600,253,715,947 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,694,396 |
net_rshares | 9,495,408,776 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,495,408,776 | 100% |
Thanks. It's currently using k-nearest neighbors, but I'm still investigating what works best.
author | andybets |
---|---|
permlink | re-jacek-w-re-andybets-steem-sincerity-improved-anti-spam-api-20180326t153429325z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 15:35:12 |
last_update | 2018-03-26 15:35:39 |
depth | 2 |
children | 0 |
last_payout | 2018-04-02 15:35:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,717,832 |
net_rshares | 52,047,979 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nabila17 | 0 | 52,047,979 | 100% |
author | jestemkioskiem |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t234714038z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 23:47:15 |
last_update | 2018-03-28 23:47:15 |
depth | 1 |
children | 4 |
last_payout | 2018-04-04 23:47:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 41,292,066,961,817 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,176,843 |
net_rshares | 8,832,003,105 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 8,712,282,279 | 100% | ||
penghuren | 0 | 119,720,826 | 0.52% |
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.
author | andybets |
---|---|
permlink | re-jestemkioskiem-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t055410486z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-29 05:54:09 |
last_update | 2018-03-29 15:38:15 |
depth | 2 |
children | 3 |
last_payout | 2018-04-05 05:54:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 297 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,218,927 |
net_rshares | 0 |
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.
author | jestemkioskiem |
---|---|
permlink | re-andybets-re-jestemkioskiem-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t151119896z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-29 15:11:24 |
last_update | 2018-03-29 15:11:24 |
depth | 3 |
children | 2 |
last_payout | 2018-04-05 15:11:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 41,292,066,961,817 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,293,949 |
net_rshares | 9,299,627,152 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,299,627,152 | 100% |
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).
author | jga |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t021606053z |
category | steemdev |
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"} |
created | 2018-03-27 02:16:06 |
last_update | 2018-03-27 02:16:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 02:16:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 559 |
author_reputation | 76,172,796,162,312 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,806,257 |
net_rshares | 9,348,572,558 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,348,572,558 | 100% |
Thank you for your tireless effort invested into thiswork to update us @andybets
author | jheff-shayd |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t061155550z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-03-26 23:04:51 |
last_update | 2018-03-26 23:04:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 23:04:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 123,980,028,340 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,783,286 |
net_rshares | 0 |
Wow I like your style. I'm a beginner your post just amazes me.
author | kakra98 |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180331t221405459z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-31 22:27:42 |
last_update | 2018-03-31 22:27:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-07 22:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 7,661,648,257 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,687,737 |
net_rshares | 566,969,517 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kakra98 | 0 | 566,969,517 | 100% |
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?
author | kalemandra |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180508t044223424z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["zitus"],"app":"steemit/0.1"} |
created | 2018-05-08 04:42:24 |
last_update | 2018-05-08 04:42:24 |
depth | 1 |
children | 1 |
last_payout | 2018-05-15 04:42:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 807 |
author_reputation | 499,306,530,613,095 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,500,455 |
net_rshares | 11,476,423,899 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 11,476,423,899 | 50% |
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.
author | andybets |
---|---|
permlink | re-kalemandra-re-andybets-steem-sincerity-improved-anti-spam-api-20180509t152700232z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["http://steemreports.com/sincerity-accounts-info/?accounts=kalemandra%2C+zitus"],"app":"steemit/0.1"} |
created | 2018-05-09 15:27:42 |
last_update | 2018-05-09 15:27:42 |
depth | 2 |
children | 0 |
last_payout | 2018-05-16 15:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 663 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,774,042 |
net_rshares | 0 |
One men one account ?
author | langsa |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t024858945z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-27 02:49:03 |
last_update | 2018-03-27 02:49:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 02:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.086 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 1,095,194,223 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,810,356 |
net_rshares | 45,872,568,380 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skypilot | 0 | 45,872,568,380 | 100% |
@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..
author | maxruebensal |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180414t075228016z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-04-14 07:52:24 |
last_update | 2018-04-14 07:52:24 |
depth | 1 |
children | 4 |
last_payout | 2018-04-21 07:52:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.085 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 430,100,317,230 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,984,143 |
net_rshares | 22,895,148,703 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 22,895,148,703 | 100% |
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.
author | andybets |
---|---|
permlink | re-maxruebensal-re-andybets-steem-sincerity-improved-anti-spam-api-20180414t084658423z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-04-14 08:46:57 |
last_update | 2018-04-14 08:46:57 |
depth | 2 |
children | 3 |
last_payout | 2018-04-21 08:46:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,990,798 |
net_rshares | 0 |
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?
author | maxruebensal |
---|---|
permlink | re-andybets-re-maxruebensal-re-andybets-steem-sincerity-improved-anti-spam-api-20180414t084904611z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-04-14 08:49:00 |
last_update | 2018-04-14 08:49:00 |
depth | 3 |
children | 2 |
last_payout | 2018-04-21 08:49:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.043 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 194 |
author_reputation | 430,100,317,230 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,991,069 |
net_rshares | 11,333,098,608 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 11,333,098,608 | 50% |
Nice post i like it @andybest
author | murhadi9 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-andybets-2018327t21344991z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-27 14:03:48 | ||||||
last_update | 2018-03-27 14:03:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-03 14:03:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 29 | ||||||
author_reputation | 695,856,067,206 | ||||||
root_title | "Steem Sincerity - Improved Anti-Spam API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,902,499 | ||||||
net_rshares | 0 |
good post...
author | nabila17 |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t022406795z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 02:24:51 |
last_update | 2018-03-27 02:26:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 02:24:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 5,337,024,559 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,807,472 |
net_rshares | 0 |
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)
author | postpromoter |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t212120384z |
category | steemdev |
json_metadata | {"app":"postpromoter/1.9.1"} |
created | 2018-03-26 21:21:21 |
last_update | 2018-03-26 21:21:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 21:21:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 391 |
author_reputation | 12,722,616,650,811 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,770,662 |
net_rshares | 0 |
Nice job Now all steemian may be secure
author | pushpendra83 |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t040209721z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 04:02:15 |
last_update | 2018-03-27 04:02:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 04:02:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 13,349,294,524 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,819,784 |
net_rshares | 174,565,975 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pushpendra83 | 0 | 174,565,975 | 100% |
This API sounds awesome! Maybe MB will use this in the coming days to detect abuse ;)
author | reggaemuffin |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t093057392z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 09:30:54 |
last_update | 2018-03-27 09:30:54 |
depth | 1 |
children | 2 |
last_payout | 2018-04-03 09:30:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.124 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 37,964,839,695,531 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,861,171 |
net_rshares | 53,018,422,585 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dercoco | 0 | 4,655,029,097 | 30% | ||
fraenk | 0 | 18,045,496,537 | 100% | ||
andybets | 0 | 8,663,336,873 | 100% | ||
marsella-2017 | 0 | 4,901,702,906 | 33% | ||
upbloke | 0 | 842,608,498 | 1% | ||
steemkitten | 0 | 1,972,153,653 | 50% | ||
adamdonmez | 0 | 11,306,510,187 | 100% | ||
googlybot | 0 | 1,926,868,080 | 50% | ||
agentheinz | 0 | 704,716,754 | 50% |
Hey reggae, did you notice @art-universe made a painting of you?  [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.
author | littlescribe |
---|---|
permlink | re-reggaemuffin-re-andybets-steem-sincerity-improved-anti-spam-api-20180331t155729073z |
category | steemdev |
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"} |
created | 2018-03-31 15:57:30 |
last_update | 2018-03-31 15:57:30 |
depth | 2 |
children | 1 |
last_payout | 2018-04-07 15:57:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 303 |
author_reputation | 56,315,797,877,090 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,642,378 |
net_rshares | 0 |
definitely noticed :)
author | reggaemuffin |
---|---|
permlink | re-littlescribe-re-reggaemuffin-re-andybets-steem-sincerity-improved-anti-spam-api-20180331t155848883z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-31 15:58:48 |
last_update | 2018-03-31 15:58:48 |
depth | 3 |
children | 0 |
last_payout | 2018-04-07 15:58:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 37,964,839,695,531 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,642,561 |
net_rshares | 4,460,545,635 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemkitten | 0 | 1,950,678,132 | 50% | ||
googlybot | 0 | 1,927,710,185 | 50% | ||
agentheinz | 0 | 582,157,318 | 50% |
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
author | salcoo | ||||||
---|---|---|---|---|---|---|---|
permlink | re-andybets-2018327t73151111z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-27 05:32:00 | ||||||
last_update | 2018-03-27 05:32:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-03 05:32:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 163 | ||||||
author_reputation | 0 | ||||||
root_title | "Steem Sincerity - Improved Anti-Spam API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,830,475 | ||||||
net_rshares | 0 |
I would like to see more interesting facts like this, do not you?
author | samueljmf13 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-andybets-2018327t221638671z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-28 02:16:39 | ||||||
last_update | 2018-03-28 02:16:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-04 02:16:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 65 | ||||||
author_reputation | 3,482,360,626 | ||||||
root_title | "Steem Sincerity - Improved Anti-Spam API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 47,005,856 | ||||||
net_rshares | 608,612,358 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
samueljmf13 | 0 | 608,612,358 | 100% |
Nice reseearch.. **We need to eliminate spammers from steemit** I'll be willing to join in searching for more methods.
author | sancti |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t234330687z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 23:43:39 |
last_update | 2018-03-26 23:43:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 23:43:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 16,702,657,606,633 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,787,777 |
net_rshares | 0 |
What are the use cases of these ? Is it like people can see and upvote or flag accordingly ? or is this meant for @steemcleaners?
author | sanjeevm |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t061106214z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["steemcleaners"],"app":"steemit/0.1"} |
created | 2018-03-27 06:11:06 |
last_update | 2018-03-27 06:11:06 |
depth | 1 |
children | 1 |
last_payout | 2018-04-03 06:11:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 683,568,952,856,111 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,835,048 |
net_rshares | 46,283,108,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
flexcougar | 0 | 4,704,779,790 | 80% | ||
dheerajdj | 0 | 4,783,612,925 | 25% | ||
sreepyeldarb | 0 | 9,294,850,190 | 38% | ||
muhammadadil | 0 | 12,696,245,836 | 100% | ||
smooms | 0 | 4,769,871,912 | 78% | ||
brainfarts | 0 | 5,336,996,178 | 100% | ||
bartcardi | 0 | 4,696,751,524 | 30% |
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.
author | andybets |
---|---|
permlink | re-sanjeevm-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t064949328z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1","users":["steemreports"]} |
created | 2018-03-27 06:49:48 |
last_update | 2018-03-27 06:50:30 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 06:49:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,840,121 |
net_rshares | 0 |
nice good work
author | sarakhani |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t152722360z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 15:27:27 |
last_update | 2018-03-27 15:27:27 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 15:27:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 77,357,114 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,917,694 |
net_rshares | 0 |
So, are you considering me as spam ?
author | sheorath |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t070709540z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 07:07:12 |
last_update | 2018-03-27 07:07:12 |
depth | 1 |
children | 2 |
last_payout | 2018-04-03 07:07:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 187,169,415 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,842,266 |
net_rshares | 8,957,009,310 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 8,957,009,310 | 100% |
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.
author | andybets |
---|---|
permlink | re-sheorath-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t072345963z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 07:23:45 |
last_update | 2018-03-27 07:27:39 |
depth | 2 |
children | 1 |
last_payout | 2018-04-03 07:23:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 214 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,844,408 |
net_rshares | 0 |
Same for me suddenly...
author | maxruebensal |
---|---|
permlink | re-andybets-re-sheorath-re-andybets-steem-sincerity-improved-anti-spam-api-20180414t075430360z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-04-14 07:54:27 |
last_update | 2018-04-14 07:54:27 |
depth | 3 |
children | 0 |
last_payout | 2018-04-21 07:54:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 430,100,317,230 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,984,413 |
net_rshares | 0 |
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.
author | smcaterpillar |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t085307575z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 08:53:09 |
last_update | 2018-03-27 08:53:09 |
depth | 1 |
children | 2 |
last_payout | 2018-04-03 08:53:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 355 |
author_reputation | 1,062,032,997,561 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,855,988 |
net_rshares | 8,663,336,873 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 8,663,336,873 | 100% |
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. :)
author | andybets |
---|---|
permlink | re-smcaterpillar-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t124130808z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"app":"steemit/0.1"} |
created | 2018-03-27 12:41:30 |
last_update | 2018-03-27 12:41:48 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 12:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 538 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,888,613 |
net_rshares | 0 |
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*.
author | smcaterpillar |
---|---|
permlink | re-smcaterpillar-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t090847913z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["hounddog"],"links":["https://steemit.com/introduceyourself/@duplibot/introducing-duplibot-reducing-rewards-on-comment-spam"],"app":"steemit/0.1"} |
created | 2018-03-27 09:08:48 |
last_update | 2018-03-27 09:08:48 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 09:08:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 298 |
author_reputation | 1,062,032,997,561 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,858,154 |
net_rshares | 0 |
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.
author | soulbella |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t124006741z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["tomole444"],"app":"steemit/0.1"} |
created | 2018-03-26 12:40:09 |
last_update | 2018-03-26 12:40:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 12:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 2,198,018,060,785 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,687,529 |
net_rshares | 9,919,306,614 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,691,190,401 | 100% | ||
nabila17 | 0 | 55,109,625 | 100% | ||
lotemd13 | 0 | 173,006,588 | 100% |
We definitely need to support this amazing project. very good post. tnx for this post
author | srefat |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t163831437z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 16:38:39 |
last_update | 2018-03-27 16:38:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 16:38:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 825,509,493 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,930,092 |
net_rshares | 0 |
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
author | steevc |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t121446602z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 12:14:48 |
last_update | 2018-03-26 12:14:48 |
depth | 1 |
children | 1 |
last_payout | 2018-04-02 12:14:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
author_reputation | 1,372,030,952,251,376 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,683,699 |
net_rshares | 26,736,688,488 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,642,244,995 | 100% | ||
steemreports | 0 | 17,094,443,493 | 100% |
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.
author | andybets |
---|---|
permlink | re-steevc-re-andybets-steem-sincerity-improved-anti-spam-api-20180326t123144074z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 12:32:27 |
last_update | 2018-03-26 12:33:06 |
depth | 2 |
children | 0 |
last_payout | 2018-04-02 12:32:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 268 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,686,338 |
net_rshares | 56,597,479,857 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 17,239,038,986 | 7% | ||
followbtcnews | 0 | 39,133,414,062 | 8% | ||
nabila17 | 0 | 55,109,625 | 100% | ||
lotemd13 | 0 | 169,917,184 | 100% |
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
author | stoodkev |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t011131990z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 01:11:33 |
last_update | 2018-03-28 01:13:54 |
depth | 1 |
children | 2 |
last_payout | 2018-04-04 01:11:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.436 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 365 |
author_reputation | 190,232,841,750,255 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,997,932 |
net_rshares | 175,531,027,409 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,544,354,182 | 100% | ||
stoodkev | 0 | 165,986,673,227 | 100% |
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. :)
author | andybets |
---|---|
permlink | re-stoodkev-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t054521734z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 05:45:21 |
last_update | 2018-03-28 05:45:21 |
depth | 2 |
children | 1 |
last_payout | 2018-04-04 05:45:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 227 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,032,842 |
net_rshares | 0 |
Great! Waiting for your message then.
author | stoodkev |
---|---|
permlink | re-andybets-re-stoodkev-re-andybets-steem-sincerity-improved-anti-spam-api-20180328t074322938z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 07:43:24 |
last_update | 2018-03-28 07:43:24 |
depth | 3 |
children | 0 |
last_payout | 2018-04-04 07:43:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 190,232,841,750,255 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,047,097 |
net_rshares | 0 |
nice logo... can use it for my blog?
author | taufiksagoe | ||||||
---|---|---|---|---|---|---|---|
permlink | re-andybets-2018327t21134231z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-27 14:13:45 | ||||||
last_update | 2018-03-27 14:13:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-03 14:13:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 36 | ||||||
author_reputation | 182,271,064,591 | ||||||
root_title | "Steem Sincerity - Improved Anti-Spam API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,904,265 | ||||||
net_rshares | 0 |
let us hope that we all will be safe right now
author | teenovision |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t055240406z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 05:52:42 |
last_update | 2018-03-27 05:52:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 05:52:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 1,282,682,099,259 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,832,961 |
net_rshares | 19,629,055,756 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
teenovision | 0 | 19,629,055,756 | 50% |
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.
author | themarkymark |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t234502539z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 23:45:03 |
last_update | 2018-03-26 23:45:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 23:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 1,772,918,693,450,156 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,787,915 |
net_rshares | 9,495,408,776 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,495,408,776 | 100% |
<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>
author | tipu |
---|---|
permlink | re-steem-sincerity-improved-anti-spam-api-20180326t161648 |
category | steemdev |
json_metadata | "" |
created | 2018-03-26 16:16:51 |
last_update | 2018-03-26 16:16:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 16:16:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 309 |
author_reputation | 55,904,946,846,198 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,725,194 |
net_rshares | 0 |
excellent post, I love your work really seems to me of very good content, keep it up, congratulations I always follow your work
author | tomasbonillo |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180328t033947177z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-28 03:09:03 |
last_update | 2018-03-28 03:09:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-04 03:09:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | -124,974,922,807 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,012,599 |
net_rshares | 0 |
Awesome post! I like it :) 👍  You got an upvote! For more upvotes follow this account 👊🏼
author | tomole444 |
---|---|
permlink | re-steem-sincerity-improved-anti-spam-api-20180326t215209 |
category | steemdev |
json_metadata | "" |
created | 2018-03-26 21:52:24 |
last_update | 2018-03-26 21:52:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 21:52:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | -795,967,688,836 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,774,769 |
net_rshares | -195,985,541,039 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
promobot | 0 | -196,547,812,300 | -1% | ||
zero.samir | 0 | 562,271,261 | 100% |
Its reall to like awesome work
author | topmoststeem | ||||||
---|---|---|---|---|---|---|---|
permlink | re-andybets-2018327t6298179z | ||||||
category | steemdev | ||||||
json_metadata | {"tags":["steemdev","steem","spam","api","steem-sincerity"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-27 01:29:09 | ||||||
last_update | 2018-03-27 01:29:09 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-03 01:29:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 30 | ||||||
author_reputation | 1,872,427,264 | ||||||
root_title | "Steem Sincerity - Improved Anti-Spam API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 46,800,273 | ||||||
net_rshares | 584,040,622 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
topmoststeem | 0 | 531,992,643 | 100% | ||
nabila17 | 0 | 52,047,979 | 100% |
To listen to the audio version of this article click on the play image. [](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.
author | tts |
---|---|
permlink | re-steem-sincerity-improved-anti-spam-api-20180326t124144 |
category | steemdev |
json_metadata | "" |
created | 2018-03-26 12:41:45 |
last_update | 2018-03-26 12:41:45 |
depth | 1 |
children | 3 |
last_payout | 2018-04-02 12:41:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 356 |
author_reputation | -4,535,154,553,995 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,687,785 |
net_rshares | 307,324,637 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cardboard | 0 | 186,038,086 | 100% | ||
crypt0cry | 0 | 121,286,551 | 100% |
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.
author | crypt0cry |
---|---|
permlink | re-tts-re-steem-sincerity-improved-anti-spam-api-20180326t124144-20180326t235133010z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 23:51:24 |
last_update | 2018-03-26 23:51:24 |
depth | 2 |
children | 2 |
last_payout | 2018-04-02 23:51:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.087 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 1,163,710,148 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,788,634 |
net_rshares | 46,823,295,186 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skypilot | 0 | 46,823,295,186 | 100% |
steemit block target=_blank :-(
author | tts |
---|---|
permlink | re-crypt0cry-re-tts-re-steem-sincerity-improved-anti-spam-api-20180326t124144-20180327t124449488z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 12:44:51 |
last_update | 2018-03-27 12:44:51 |
depth | 3 |
children | 1 |
last_payout | 2018-04-03 12:44:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | -4,535,154,553,995 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,889,149 |
net_rshares | 122,511,667 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crypt0cry | 0 | 122,511,667 | 100% |
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.
author | tysler |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t150416838z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 15:04:18 |
last_update | 2018-03-27 15:04:18 |
depth | 1 |
children | 1 |
last_payout | 2018-04-03 15:04:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 799 |
author_reputation | 166,859,315,212,312 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,913,357 |
net_rshares | 9,103,845,528 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,103,845,528 | 100% |
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.
author | andybets |
---|---|
permlink | re-tysler-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t201456568z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 20:14:54 |
last_update | 2018-03-27 20:14:54 |
depth | 2 |
children | 0 |
last_payout | 2018-04-03 20:14:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 224 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,963,605 |
net_rshares | 0 |
This post received a $2.100 (97.23%) upvote from @upvotewhale thanks to @gex231! For more information, check out my profile!
author | upvotewhale |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180327t193704965z |
category | steemdev |
json_metadata | {"app":"steembot/0.7.0"} |
created | 2018-03-27 19:37:09 |
last_update | 2018-03-27 19:37:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-03 19:37:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 308,881,963,743 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,958,263 |
net_rshares | 0 |
Thank you, this is what steemit needs!
author | vander |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t231711111z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 23:17:15 |
last_update | 2018-03-26 23:17:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-02 23:17:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 20,729,326,154,850 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,784,715 |
net_rshares | -55,129,769 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
spbid | 0 | -55,129,769 | -100% |
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!
author | viking-ventures |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180329t154501046z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-29 15:44:54 |
last_update | 2018-03-29 15:44:54 |
depth | 1 |
children | 2 |
last_payout | 2018-04-05 15:44:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 389 |
author_reputation | 265,426,088,322,183 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,299,320 |
net_rshares | 9,103,845,528 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,103,845,528 | 100% |
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.
author | andybets |
---|---|
permlink | re-viking-ventures-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t180031565z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-29 18:00:30 |
last_update | 2018-03-29 18:00:48 |
depth | 2 |
children | 1 |
last_payout | 2018-04-05 18:00:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,319,453 |
net_rshares | 0 |
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.
author | viking-ventures |
---|---|
permlink | re-andybets-re-viking-ventures-re-andybets-steem-sincerity-improved-anti-spam-api-20180329t211353799z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-29 21:13:48 |
last_update | 2018-03-29 21:13:48 |
depth | 3 |
children | 0 |
last_payout | 2018-04-05 21:13:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 612 |
author_reputation | 265,426,088,322,183 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,344,251 |
net_rshares | 0 |
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!
author | yabapmatt |
---|---|
permlink | re-andybets-steem-sincerity-improved-anti-spam-api-20180326t220529112z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-26 22:05:30 |
last_update | 2018-03-26 22:05:30 |
depth | 1 |
children | 13 |
last_payout | 2018-04-02 22:05:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.055 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 160,224,638,135,630 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,776,527 |
net_rshares | 29,703,443,764 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 9,691,190,401 | 100% | ||
steemreports | 0 | 17,456,230,657 | 100% | ||
indigoocean | 0 | 2,556,022,706 | 10% |
Great! Let me know if you would like any changes on my side.
author | andybets |
---|---|
permlink | re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t065239245z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-03-27 06:52:39 |
last_update | 2018-03-27 06:52:39 |
depth | 2 |
children | 5 |
last_payout | 2018-04-03 06:52:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 15,189,090,569,005 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,840,482 |
net_rshares | 0 |
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?
author | cliffpower |
---|---|
permlink | re-andybets-re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180503t035328886z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-05-03 03:53:30 |
last_update | 2018-05-03 03:53:30 |
depth | 3 |
children | 1 |
last_payout | 2018-05-10 03:53:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 35,501,365,873,268 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,563,824 |
net_rshares | 0 |
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.
author | crypt0cry |
---|---|
permlink | re-andybets-re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180327t091110425z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["andybets"],"links":["https://github.com/andybets/steem-sincerity-chrome-extension/blob/master/background.js"],"app":"steemit/0.1"} |
created | 2018-03-27 09:11:00 |
last_update | 2018-03-27 09:11:00 |
depth | 3 |
children | 2 |
last_payout | 2018-04-03 09:11:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 384 |
author_reputation | 1,163,710,148 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,858,489 |
net_rshares | 8,810,173,091 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andybets | 0 | 8,810,173,091 | 100% |
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 :)  THANK YOU, I just want to be a good player :) I'm one man one account.
author | cliffpower |
---|---|
permlink | re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180503t035923993z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["buildawhale","smartsteem"],"app":"steemit/0.1","image":["https://steemitimages.com/DQmU7PoWsAMzsALqWA8P8tiPB4jkiYrsAxBvKbsioo5kciw/%40smartsteem%20owing.png"]} |
created | 2018-05-03 03:59:24 |
last_update | 2018-05-03 04:02:36 |
depth | 2 |
children | 6 |
last_payout | 2018-05-10 03:59:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 467 |
author_reputation | 35,501,365,873,268 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,564,503 |
net_rshares | 0 |
You are not on the @buildawhale blacklist, so I don't know how you can claim we stole money from you.
author | themarkymark |
---|---|
permlink | re-cliffpower-re-yabapmatt-re-andybets-steem-sincerity-improved-anti-spam-api-20180503t042532841z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["buildawhale"],"app":"steemit/0.1"} |
created | 2018-05-03 04:25:03 |
last_update | 2018-05-03 04:25:03 |
depth | 3 |
children | 5 |
last_payout | 2018-05-10 04:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 1,772,918,693,450,156 |
root_title | "Steem Sincerity - Improved Anti-Spam API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 53,567,860 |
net_rshares | 0 |