<html> <p>In response to @cryptoctopus's request for this, I spent <em>the last full week</em> making an anti-plagiarism bot for steemit. Unfortunately for me, I was too late to claim the 500 odd steem $ bounty.</p> <p>http://rs304.pbsrc.com/albums/nn180/4chanRus/Awesome%20Face/1213841779552.png~c200</p> <p>Nevermind though, I had a feeling I'd be beaten as I'm not really a programmer.</p> <h1><a href="https://github.com/songproducer/SteemitPlagiarismBot">Here is the bot!</a></h1> <p>http://i.imgur.com/UUmbbNf.jpg</p> <p><br></p> <p>Source: <a href="http://www.publicdomainpictures.net/view-image.php?image=183468&picture=robot">publicdomainpictures.net</a></p> <h2>And what it looks like:</h2> <p>http://i.imgur.com/NpKOgBX.png?2</p> <p><br></p> <p>The famous steem API tool <a href="https://github.com/xeroc/piston">Piston</a>:</p> <p>http://i.imgur.com/3PkDSYv.png?2</p> <p><a href="http://www.blendswap.com/blends/view/75521">Piston Bong</a> by XrNiX (changes made) <a href="https://creativecommons.org/licenses/by/3.0/">(CC BY 3.0)</a></p> <h2>Also a quick and easy way to read through new steemit posts without all the distractions of pictures, reaction-gifs, headers and other styling or waiting for page loading / navigating the website.</h2> <h2>It was fun learning to code!</h2> <p>I realise my code is likely unnecessarily unwieldy (it's all on one page) and needs to be refactored for other's sanity. Maybe I could have made better use of Python's inbuilt functions rather than relying on so many regular expressions.</p> <p><br></p> <p>I promise in my next project I will make use of functions and classes.</p> <p>If you want to point out any glaring errors I'd really appreciate the feedback!</p> <h3>Comments</h3> <p>I try to explain what's going on in most of the code so check it out!</p> <h3>What does it do?</h3> <p>It scans (and displays in the console) newly created posts and searches <a href="https://steemit.com/steemit-ideas/@bunix/a-gplv2-p2p-decentralized-web-search-portal-for-steemit">@bunix's yaCy index</a> for 4 random 'exact phrase' chunks of words. If a search hit comes up, and the author is different, the full content of the posts are compared (minus some formatting). If the match is at least 50% then a comment is made linking to the article and showing the percentage of the match.</p> <p><br></p> <h3>What doesn't it do?</h3> <p><strong>Doesn't search the whole web</strong></p> <p>I realise that a smarter anti-plagiarism bot might search the entire web using Google, Bing, or <a href="http://www.faroo.com/">Faroo</a> thus finding the original source of the content.</p> <p><br></p> <p>But most frustratingly, I just couldn't navigate Google's search API or get any example Python code to work (most written for Python 2.7). Faroo requires manual verification to get access to its API (still waiting for access).</p> <p><br></p> <p>In the end I decided it would be an interesting enough experiment to catch out spammers who copy content from other steemit peers.</p> <h2>Motivations</h2> <p>Although the bounty was certainly one motivation, learning to code has always been on my todo list. Also, I was getting annoyed at the amount of flagrant plagiarism in the new category, so @cryptoctopus's post resonated with me. This is my first potentially useful Python program!</p> <h3>I learnt how to use regular expressions (a bit) and debug Python errors</h3> <p>http://i.imgur.com/QwK4v5R.png</p> <p><br></p> <p><em>Image: Copyright © 2013 by </em><a href="http://twiki.org/"><em>TWiki.org</em></a></p> <h2>Resources I used</h2> <p>My reliance on <a href="http://pythex.org/">pythex.org</a> was extensive. They make practising regular expressions fun!</p> <p><a href="https://github.com/xeroc/piston">Piston</a>, obviously :) thanks to @xeroc for all your help!</p> <p>The <a href="https://docs.python.org/3/">Python documentation</a></p> <p><a href="http://www.tutorialspoint.com/python/">TutorialsPoint.com</a></p> <p><a href="http://stackexchange.com/">StackExchange</a></p> <p><a href="https://freenode.net/">IRC freenode</a> #python channel</p> <h2>Requirements</h2> <p>You'll need <a href="https://www.python.org/download/releases/3.0/">Python 3</a>, some pip modules (starting with Python 3.4, it is included by default with the Python binary installers) and most importantly <a href="https://github.com/xeroc/piston">Piston</a>.</p> <p><em>Note: Starting with Python 3.4, pip is included by default with the Python binary installers.</em></p> <h2>Bugs</h2> <p>Some random chunks should come up in the search results but don't. I guess it could be with the way yaCy indexes posts but I'm just guessing.</p> <p>Another bug (albeit a minor one) is when a match is found it will continuously print '.Percentage difference:' which is pretty annoying - anyone know how to fix it?</p> <p>Also it doesn't shut down cleanly when you exit (ctrl+c) so you need to mash ctrl+c a few times.</p> <p>I'm sure there are many more that I haven't discovered yet so please make an issue on the GitHub page if you get one!</p> <h2>What's the next project?... an intelligent upvote bot!</h2> <p>I'd like to automate my curation duties using an upvote bot. I really find this AI social media stuff fascinating! If you know of any projects that do this already please shar</p> </html>
author | djleo |
---|---|
permlink | my-open-source-anti-plagiarism-steemit-bot |
category | steemit |
json_metadata | {"tags":["steemit","steemwork","steemit-ideas","opensource","programming","beyondbitcoin","python"],"users":["cryptoctopus","xeroc"],"image":["http://rs304.pbsrc.com/albums/nn180/4chanRus/Awesome%20Face/1213841779552.png~c200","http://i.imgur.com/UUmbbNf.jpg","http://i.imgur.com/NpKOgBX.png?2","http://i.imgur.com/3PkDSYv.png?2","http://i.imgur.com/QwK4v5R.png"],"links":["https://github.com/songproducer/SteemitPlagiarismBot","http://www.publicdomainpictures.net/view-image.php?image=183468&picture=robot","https://github.com/xeroc/piston","http://www.blendswap.com/blends/view/75521","https://creativecommons.org/licenses/by/3.0/","https://steemit.com/steemit-ideas/@bunix/a-gplv2-p2p-decentralized-web-search-portal-for-steemit","http://www.faroo.com/","http://twiki.org/","http://pythex.org/","https://docs.python.org/3/","http://www.tutorialspoint.com/python/","http://stackexchange.com/","https://freenode.net/","https://www.python.org/download/releases/3.0/"]} |
created | 2016-07-24 23:38:06 |
last_update | 2016-07-24 23:42:27 |
depth | 0 |
children | 19 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 257.830 HBD |
curator_payout_value | 70.451 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,320 |
author_reputation | 1,834,764,955,389 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,220 |
net_rshares | 32,371,560,643,646 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dantheman | 0 | 26,019,504,282,890 | 100% | ||
cyrano.witness | 0 | 779,253,318,701 | 100% | ||
xeroc | 0 | 1,948,722,106,633 | 100% | ||
dedriss | 0 | 16,495,182,905 | 100% | ||
noaommerrr | 0 | 411,802,593,190 | 100% | ||
noisy | 0 | 31,327,991,600 | 100% | ||
nastrom | 0 | 1,007,609,904 | 100% | ||
cyan91 | 0 | 12,565,360,060 | 100% | ||
cryptoctopus | 0 | 1,434,656,842,230 | 100% | ||
hannixx42 | 0 | 32,730,647,912 | 100% | ||
calamus056 | 0 | 250,419,368 | 100% | ||
cyber | 0 | 396,214,738,355 | 100% | ||
applecrisp | 0 | 352,455,286 | 100% | ||
schro | 0 | 130,768,374,075 | 100% | ||
trogdor | 0 | 196,318,067,273 | 100% | ||
tocode | 0 | 13,363,423,769 | 100% | ||
crok | 0 | 4,243,372,572 | 100% | ||
jparty | 0 | 7,471,779,459 | 100% | ||
djleo | 0 | 99,935,104,626 | 100% | ||
inboundinken | 0 | 300,802,412,343 | 100% | ||
primus | 0 | 14,130,232,536 | 100% | ||
billykeed | 0 | 1,765,322,150 | 100% | ||
orly | 0 | 1,124,897,542 | 100% | ||
robrigo | 0 | 22,121,700,721 | 100% | ||
hakise | 0 | 6,592,256,225 | 100% | ||
bitqueen | 0 | 252,478,385 | 100% | ||
elyaque | 0 | 12,605,860,010 | 100% | ||
zerohero | 0 | 283,478,178 | 100% | ||
ztl | 0 | 1,212,948,902 | 100% | ||
jholmes91 | 0 | 2,463,372,146 | 100% | ||
treasure | 0 | 246,889,758 | 100% | ||
neoxian | 0 | 270,419,473,948 | 100% | ||
marsresident | 0 | 4,672,233,703 | 100% | ||
cdubendo | 0 | 74,364,892,409 | 100% | ||
wesam | 0 | 30,919,565,083 | 100% | ||
anyx | 0 | 37,193,311,905 | 100% | ||
str11ngfello | 0 | 10,237,994,984 | 100% | ||
rafaelleonr | 0 | 278,390,309 | 100% | ||
jrd8526 | 0 | 555,781,519 | 100% | ||
cloveandcinnamon | 0 | 1,165,950,004 | 100% | ||
stephencurry | 0 | 5,583,294,324 | 100% | ||
splatterhaus | 0 | -1,916,450,024 | -100% | ||
artific | 0 | 1,963,968,368 | 100% | ||
alienation | 0 | 2,510,656,558 | 100% | ||
andriana | 0 | 239,830,982 | 100% | ||
yonuts | 0 | 2,113,515,587 | 100% | ||
calaber24p | 0 | 7,415,288,161 | 100% | ||
darwen | 0 | 113,381,792 | 100% | ||
rectusfemoris | 0 | 123,995,943 | 100% | ||
fintechrecruiter | 0 | 123,421,032 | 100% | ||
vlad | 0 | 252,813,652 | 100% | ||
cryptohustlin | 0 | 511,830,259 | 100% | ||
moonshine | 0 | 1,452,265,946 | 100% | ||
johann | 0 | 115,722,085 | 100% | ||
carlidos | 0 | 232,203,364 | 100% | ||
turretkilo | 0 | 129,637,058 | 100% | ||
atx | 0 | 197,097,412 | 100% | ||
eristoddle | 0 | 1,129,797,833 | 100% | ||
clonewarz | 0 | 41,612,228 | 100% | ||
drpepper | 0 | 507,627,679 | 100% | ||
curator | 0 | 158,428,209 | 100% | ||
culoemono | 0 | 121,977,571 | 100% | ||
lenka | 0 | 128,979,935 | 100% | ||
npl77 | 0 | 8,823,205,665 | 100% | ||
angielb | 0 | 138,505,454 | 100% | ||
nathanjones | 0 | 6,021,554,925 | 100% | ||
kenjiby | 0 | 118,657,649 | 100% | ||
nicoleta | 0 | 98,279,047 | 100% | ||
mattyfu | 0 | 146,904,294 | 100% | ||
shortcut | 0 | 1,838,741,228 | 100% | ||
alrx6918 | 0 | 68,314,587 | 100% | ||
taker | 0 | 9,220,299 | 100% | ||
exercise | 0 | 45,371,097 | 100% | ||
vitz81 | 0 | 51,321,162 | 100% | ||
najoh | 0 | 78,481,558 | 100% | ||
darrenturetzky | 0 | 36,773,767 | 100% | ||
luke490 | 0 | 60,236,777 | 100% | ||
riosparada | 0 | 42,663,359 | 100% | ||
hyperfocus | 0 | 63,948,138 | 100% | ||
alexpopov | 0 | 19,952,869 | 100% | ||
biggdogg | 0 | 33,617,221 | 100% | ||
aiaconelli707 | 0 | 27,347,614 | 100% | ||
leofirehorse | 0 | 44,378,310 | 100% | ||
mammon | 0 | 23,320,166 | 100% | ||
nomorealex | 0 | 60,873,134 | 100% | ||
hutch | 0 | 64,965,804 | 100% | ||
ackza | 0 | 0 | 100% |
Thanks for sharing and going into detail on your programming journey :) Best wishes on it's continued progress!
author | applecrisp |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160725t001949889z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-25 00:19:39 |
last_update | 2016-07-25 00:19:39 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 2,828,526,129,552 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,984 |
net_rshares | 97,975,592,771 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% |
Its good to have multiple. You and cheetah bot together could work nicely.
author | calaber24p |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160725t001955873z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-25 00:20:03 |
last_update | 2016-07-25 00:20:03 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.097 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 313,033,964,963,339 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,991 |
net_rshares | 99,935,104,626 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 99,935,104,626 | 100% |
Maybe just add something to check for a post by cheetahbot before posting, essentially splitting the workload if cheetahbot did the same? Either way kudos on the effort and maybe the experience will pay off when the next bot bounty gets thrown down.
author | mattyfu |
---|---|
permlink | re-calaber24p-re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160725t004109882z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-25 00:41:15 |
last_update | 2016-07-25 00:41:15 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.090 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 249 |
author_reputation | 89,627,656,557 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 335,371 |
net_rshares | 96,016,080,915 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 96,016,080,915 | 100% |
Thank you for your efforts; I cannot say anything more since i have no clue you approached or achived your programs goals. Thanks again , good luck on your next learning project ...
author | crok |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t235213028z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:53:00 |
last_update | 2016-07-24 23:53:00 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 181 |
author_reputation | 9,979,380,525,768 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,498 |
net_rshares | 97,975,592,771 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% |
sorry! you were a little late. I hope you've learned something useful in the process. :-)
author | cryptoctopus |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160726t021544868z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-26 02:15:24 |
last_update | 2016-07-26 02:15:24 |
depth | 1 |
children | 1 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.097 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 365,406,972,531,657 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 364,111 |
net_rshares | 113,180,546,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
perky | 0 | 6,977,575,062 | 100% | ||
by24seven | 0 | 6,267,677,008 | 100% | ||
djleo | 0 | 99,935,294,820 | 100% |
I certainly did! Thanks for your original post that got me started.
author | djleo |
---|---|
permlink | re-cryptoctopus-re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160726t031850068z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-26 03:18:51 |
last_update | 2016-07-26 03:18:51 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:28: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 | 68 |
author_reputation | 1,834,764,955,389 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 365,239 |
net_rshares | 0 |
I really would like to see how projects like this and cheetah bot play out a few months down the road.
author | cryptohustlin |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234352539z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:43:51 |
last_update | 2016-07-24 23:43:51 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.199 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 35,183,938,577,926 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,361 |
net_rshares | 172,945,349,963 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% | ||
cdubendo | 0 | 74,364,892,409 | 100% | ||
cryptohustlin | 0 | 457,960,489 | 100% | ||
mattyfu | 0 | 146,904,294 | 100% |
Good work. Thanks to share!
author | darwen |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160725t011544677z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-25 01:15:48 |
last_update | 2016-07-25 01:15:48 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28: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 | 28 |
author_reputation | 327,384,182,371 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 335,897 |
net_rshares | 238,130,116 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mapipaz | 0 | 238,130,116 | 100% |
author | drpepper |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234726016z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:47:27 |
last_update | 2016-07-24 23:47:27 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.170 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 149,639,650,409 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,416 |
net_rshares | 170,380,973,324 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 96,016,080,915 | 100% | ||
cdubendo | 0 | 74,364,892,409 | 100% |
Interested to hear more, thanks for sharing! :)
author | jholmes91 |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t235020212z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:50:15 |
last_update | 2016-07-24 23:50:15 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28: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 | 47 |
author_reputation | 2,806,857,550,600 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,452 |
net_rshares | 0 |
Well done, good luck with next project
author | kenjiby |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234125157z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:41:27 |
last_update | 2016-07-24 23:41:27 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.122 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 8,543,158,141,728 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,297 |
net_rshares | 97,975,592,771 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% |
author | djleo |
---|---|
permlink | re-kenjiby-re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234528281z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:45:27 |
last_update | 2016-07-24 23:45:27 |
depth | 2 |
children | 1 |
last_payout | 2016-08-25 04:28: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 | 7 |
author_reputation | 1,834,764,955,389 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,391 |
net_rshares | 236,365,798 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andriana | 0 | 235,128,414 | 100% | ||
juxtapozz | 0 | 1,237,384 | 0% |
author | andriana |
---|---|
permlink | re-djleo-re-kenjiby-re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160725t060537121z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-25 06:05:36 |
last_update | 2016-07-25 06:05:36 |
depth | 3 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.097 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 2,826,053,446 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 339,947 |
net_rshares | 98,228,071,156 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% | ||
bitqueen | 0 | 252,478,385 | 100% |
Here are some other Bots https://steemit.com/steemit/@marsresident/bots-and-the-steemit-ecosystem If you keep making Bots you will probably get a good amount of STEEM. People upvote Bot Comments not even realizing it sometimes, like Wang, he has over $1,000,000.
author | marsresident |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234129662z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/steemit/@marsresident/bots-and-the-steemit-ecosystem"]} |
created | 2016-07-24 23:41:42 |
last_update | 2016-07-24 23:42:06 |
depth | 1 |
children | 2 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.206 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 10,013,229,877,794 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,303 |
net_rshares | 177,392,337,240 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% | ||
jholmes91 | 0 | 2,463,372,146 | 100% | ||
cdubendo | 0 | 74,364,892,409 | 100% | ||
seelemonsonline | 0 | 2,023,153,960 | 100% | ||
cryptohustlin | 0 | 511,830,259 | 100% | ||
dmilash | 0 | 53,495,695 | 100% |
author | cryptohustlin |
---|---|
permlink | re-marsresident-re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234500860z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:45:00 |
last_update | 2016-07-24 23:45:00 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 35,183,938,577,926 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,381 |
net_rshares | 96,060,702,172 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 96,016,080,915 | 100% | ||
dmilash | 0 | 44,621,257 | 100% |
Thanks - this is really great!
author | djleo |
---|---|
permlink | re-marsresident-re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234449561z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:44:48 |
last_update | 2016-07-24 23:44:48 |
depth | 2 |
children | 0 |
last_payout | 2016-08-25 04:28: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 | 30 |
author_reputation | 1,834,764,955,389 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,379 |
net_rshares | 0 |
bien hecho!
author | rafaelleonr |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160724t234444392z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-07-24 23:44:45 |
last_update | 2016-07-24 23:44:45 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28: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 | 11 |
author_reputation | 114,732,256,577 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 334,377 |
net_rshares | 0 |
Hell yeah! All my content is original. I went to Area 51 to explain my ideas. https://steemit.com/area/@steve-mcclair/area-51-steemit-has-arrived
author | steve-mcclair |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160726t022805707z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/area/@steve-mcclair/area-51-steemit-has-arrived"]} |
created | 2016-07-26 02:28:06 |
last_update | 2016-07-26 02:28:06 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28: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 | 147 |
author_reputation | 2,707,974,922,314 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 364,313 |
net_rshares | -97,975,779,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | -97,975,779,235 | -100% |
Good job!!! http://svce.acm.org/wp-content/uploads/2013/07/keep-calm-and-try-coding.png
author | vlad |
---|---|
permlink | re-djleo-my-open-source-anti-plagiarism-steemit-bot-20160725t030710165z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["http://svce.acm.org/wp-content/uploads/2013/07/keep-calm-and-try-coding.png"]} |
created | 2016-07-25 03:07:24 |
last_update | 2016-07-25 03:07:24 |
depth | 1 |
children | 0 |
last_payout | 2016-08-25 04:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 2,715,371,190,063 |
root_title | "My open source anti-plagiarism steemit bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 337,710 |
net_rshares | 97,975,592,771 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djleo | 0 | 97,975,592,771 | 100% |