<center>https://s4.postimg.org/stpazbwu5/Discovering_New_Authors_Faster.png</center> In a discussion with @patrice the other day, she asked me if it's possible to parse the blockchain in way in which we could find authors who made their first post in certain timeframe. A couple of back and forth messages, and I had something to work on; I was excited to experiment with the recently released ```steemtools``` python library by @furion. Many thanks! The purpose: - discover new users faster - from their first blogpost - eradicate spam/plagiarism in its infancy - from what I've seen, numerous new authors have been trying to fake it from their first post This code can be further expanded/optimized for other purposes - come with ideas. So, here's the rationale behind the algorithm: - parse all blocks from the last 24 hours (this could be modified) - look for ```comment``` operations (blogposts and comments) - restrict for blogposts - if this is the author's first blogpost, retrieve the link - output the link to the screen, and save it to file The code is redundant on purpose: if it does not get executed to the end (god of code knows why?!), there's no file to look into for the links, so better be safe and output to the screen as you get the links. However, the output to the screen will contain duplicates (some link may appear more than once). I can remediate the issues but the idea was to get this out immediately. This does not matter too much though, because once the code is completely executed, the duplicates are removed in the text file, so you get a clean final output. To run this, you obviously need Python and ```steemtools``` with all its dependencies. The guide to ```steemtools``` is provided by @furion in the release [post](https://steemit.com/steemtools/@furion/ann-steemtools-a-high-level-python-library-for-steem). Here's the code for my algorithm: ```python from steemtools.blockchain import Blockchain from steemtools.base import Account, Post b = Blockchain() curr_block = b.get_current_block() st_block = curr_block - 28800 # creating two lists, one will display results with duplicates # the second list will be the clean one, without the duplicates # removing duplicates could also be done with the set() function postlist1 = [] postlist2 = [] # 'replaying' the blockchain for the timeframe established above # filtering by comments (blogposts and comments) for event in b.replay(start_block=st_block, end_block=curr_block, filter_by=['comment']): post = event['op']['permlink'] author = event['op']['author'] # the meat of the code # looking for blogposts from users with their first post in the last 24 hours if post[:3] != 're-' and len(Account(author).get_blog())==1: try: if Post.time_elapsed(Account(author).get_blog()[0])/3600 < 24: print(Post.get_url(Account(author).get_blog()[0])) postlist1.append(Post.get_url(Account(author).get_blog()[0])) except: continue # removing duplicates for item in postlist1: if item not in postlist2: postlist2.append(item) # writing the final results to file with open('newauthors.txt', 'wt') as f: for line in postlist2: f.write(line+'\n') f.close() ``` You can get this code from my [github](https://github.com/CristiVlad25/stuff/blob/master/newauthors.py) as well. Use it at your discretion. If some of you guys want to get to curating right away, I ran the algorithm a couple of hours ago. Here's the output file: ``` https://steemit.com/health/@auky/the-basic-concept-of-post-partum-hemorrhage https://steemit.com/spirituality/@nathanhoskins/gnosis-the-knowledge-of-insight https://steemit.com/politics/@worldwidewojnar/how-america-has-changed-since-9-11 https://steemit.com/technology/@snails/digital-dementia-virus https://steemit.com/vaccine/@sal1/vaccine-morass https://steemit.com/news/@moveup/hello-self-driving-cars-goodbye-4-1-million-jobs https://steemit.com/entrepreneurship/@tygers/why-delegating-responsibilities-is-crucial-for-your-business-or-tygers-magazine https://steemit.com/photograpy/@jeffborba/photographing-at-home https://steemit.com/money/@gravity9/in-the-news-bitcoin-technology-block-chain-energy-and-the-electricity-revolution https://steemit.com/marcopolo/@marcopolo/creation-of-the-new-marco-polo-coming-soon https://steemit.com/life/@mktom79/if-you-don-t-know-where-to-start-just-start https://steemit.com/ethreum/@bruteforce/ethreum-minier https://steemit.com/dance/@elfede/a-dancer-s-story https://steemit.com/yocoin/@cryptoking619/pay-your-bills-with-yocoin https://steemit.com/story/@kovalkovich/my-first-flight https://steemit.com/education/@saynt01/give-education-not-policy https://steemit.com/bienvenido/@tenet/comenzamos https://steemit.com/trip/@fer7rules/my-experience-planning-a-trip-to-copenhagen-denmark https://steemit.com/introducemyself/@msendyart/hello-steemit-visual-artist-endy-introduction https://steemit.com/hobo/@hobogus/no-regrets https://steemit.com/zero/@cmc613/baked-pasta-fake-out-1-0-servings-at-195-calories https://steemit.com/introduceyourself/@fess/hi-steemit-i-m-fess-life-love-magic-and-traveling-journey-in-a-life-itself-this-is-my-blog-where-i-will-share-stories-from-my https://steemit.com/writing/@pentingharterman/altitude-fair https://steemit.com/airpods/@mrtobias/wireless-earbuds-why-do-people-fear-they-ll-fall-out-or-apple-s-airpods-are-on-the-right-track https://steemit.com/introduceyourself/@barcisz/introduction-mindfunk-included https://steemit.com/equality/@dragana/in-response-to-kate-upton-s-ig-post-and-those-who-have-an-issue-with-colin-kaepernick-s-protests https://steemit.com/chile/@chile-dog/fear-distrust-and-anarchy-in-chile https://steemit.com/voluntaryism/@gnosis474/let-justice-be-done-though-the-heavens-fall https://steemit.com/spanish/@alfredozofio/lo-que-no-te-han-contado-de-la-edad-media https://steemit.com/art/@digitalart/sharing-digital-art-on-steemit https://steemit.com/ilovebuttsex/@copycat114/leafy-wants-to-die https://steemit.com/cryptocurrency/@vaughnpierre/will-the-july-2016-bitcoin-block-halving-set-off-another-bitcoin-bubble https://steemit.com/introduceyourself/@andreaalexandria/andrea-alexandria-detoxification-educator-now-on-steemit https://steemit.com/introduction/@thejdah/intro https://steemit.com/story/@liamobtv/introduction-and-ama-ask-me-anything-about-living-and-working-on-an-ayahuacsa-retreat-centre-in-the-amazon-jungle https://steemit.com/rant/@raptorpc/my-first-rant-ever-hope-steemit-can-handle-me https://steemit.com/cn/@harambeisgod/the-beauty-of-chinese https://steemit.com/wildwill/@wildwill420/music https://steemit.com/technology/@jeragon775/some-food-for-thought https://steemit.com/story/@honeywish/the-rainbow-and-the-witch-part-1 https://steemit.com/bitcoin/@gaby64/end-the-blocksize-debate-with-gigabit-internet-access https://steemit.com/new/@kbailey01/6xb4as https://steemit.com/aquarium/@reefzone/hello-world https://steemit.com/dating/@joeghaleb/a-letter-to-an-ex-girlfriend-that-was-never-shared-not-even-to-her-until-now-but-only-to-all-of-you https://steemit.com/multifamily/@mrbrandondsmith/commercial-real-estate-market-updates https://steemit.com/introduceyourself/@seansclevername/hello-creators-of-all-types https://steemit.com/poetry/@itsallgoneleft/long-day https://steemit.com/government/@sanfords/a-design-for-a-social-network-to-replace-government https://steemit.com/funny/@lil.missy/this-hundred-year-old-tortoise-had-so-much-sex-he-actually-saved-his-species-from-extinction https://steemit.com/photography/@ronvalentino/love https://steemit.com/poetry/@insession/fruit https://steemit.com/awesomenyl/@simple-mhe20/introduce-yourself https://steemit.com/runescape/@dethykins/runescape-how-you-can-make-a-living-playing-a-game https://steemit.com/entrepreneur/@nickcownie/why-it-absolutely-sucks-to-be-an-entrepreneur ``` I'm always looking forward to getting my hands dirty with code, so if you have suggestions for others statistics and analytics, please let me know! ___ ### <center>To stay in touch with me, follow @cristi</center> #programming #steemit #curie ___ [Cristi Vlad](http://cristivlad.com), Self-Experimenter and Author
author | cristi |
---|---|
permlink | discovering-new-authors-faster |
category | programming |
json_metadata | {"tags":["programming","steemit","curie"],"users":["patrice","furion","cristi"],"image":["https://s4.postimg.org/stpazbwu5/Discovering_New_Authors_Faster.png"],"links":["https://steemit.com/steemtools/@furion/ann-steemtools-a-high-level-python-library-for-steem","https://github.com/CristiVlad25/stuff/blob/master/newauthors.py","http://cristivlad.com"]} |
created | 2016-09-17 12:48:54 |
last_update | 2016-09-17 12:48:54 |
depth | 0 |
children | 13 |
last_payout | 2016-10-18 15:11:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.152 HBD |
curator_payout_value | 1.940 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,233 |
author_reputation | 128,305,218,872,904 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,275,849 |
net_rshares | 9,836,196,501,033 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 357,228,617,285 | 100% | ||
pharesim | 0 | 3,297,179,130,091 | 33% | ||
aizensou | 0 | 89,415,668,444 | 100% | ||
grumlin | 0 | 405,406,666 | 100% | ||
patrice | 0 | 10,109,889,716 | 100% | ||
alexgr | 0 | 10,260,506,638 | 20% | ||
gavvet | 0 | 1,271,034,842,522 | 100% | ||
acidyo | 0 | 15,212,075,096 | 52% | ||
murh | 0 | 1,402,476,225 | 55.55% | ||
thecryptofiend | 0 | 68,518,287,954 | 100% | ||
justtryme90 | 0 | 71,618,406,087 | 100% | ||
coinbitgold | 0 | 143,832,913,841 | 100% | ||
hedge-x | 0 | 382,806,200,261 | 100% | ||
kenny-crane | 0 | 115,116,711,665 | 100% | ||
samether | 0 | 18,914,325,886 | 100% | ||
tee-em | 0 | 4,004,921,461 | 100% | ||
kimziv | 0 | 214,117,144,059 | 100% | ||
mctiller | 0 | 93,917,152,165 | 100% | ||
magnebit | 0 | 15,413,606,243 | 100% | ||
razvanelulmarin | 0 | 89,602,450,786 | 100% | ||
asmolokalo | 0 | 74,297,538,977 | 100% | ||
garik100 | 0 | 327,116,570 | 100% | ||
mindover | 0 | 25,038,536,819 | 100% | ||
instancex | 0 | 774,112,662 | 100% | ||
furion | 0 | 120,769,956,287 | 100% | ||
bitshares101 | 0 | 15,308,715,603 | 100% | ||
strangerarray | 0 | 23,631,684,497 | 100% | ||
alexbeyman | 0 | 116,037,815,462 | 100% | ||
ardina | 0 | 243,822,604 | 100% | ||
cynetyc | 0 | 621,356,687 | 100% | ||
gikitiki | 0 | 4,780,354,927 | 100% | ||
cherish | 0 | 900,500,933 | 100% | ||
cloh76 | 0 | 1,523,142,330 | 100% | ||
thegoodguy | 0 | 4,611,578,088 | 100% | ||
allmonitors | 0 | 12,540,540,753 | 100% | ||
luisucv34 | 0 | 986,170,571 | 100% | ||
knozaki2015 | 0 | 465,164,112,783 | 100% | ||
poseidon | 0 | 4,552,495,072 | 100% | ||
liberosist | 0 | 285,579,822,573 | 100% | ||
shredlord | 0 | 9,461,783,047 | 72% | ||
lpfaust | 0 | 2,955,489,288 | 50% | ||
team-leibniz | 0 | 40,763,437,326 | 100% | ||
ace108 | 0 | 4,407,899,984 | 100% | ||
sisterholics | 0 | 35,388,984,006 | 100% | ||
logic | 0 | 11,446,356,963 | 100% | ||
remlaps | 0 | 1,854,261,915 | 100% | ||
clevecross | 0 | 15,977,472,361 | 100% | ||
sulev | 0 | 2,852,535,376 | 100% | ||
candy49 | 0 | 813,276,493 | 100% | ||
laonie | 0 | 1,282,390,212,185 | 100% | ||
myfirst | 0 | 44,123,700,484 | 100% | ||
somebody | 0 | 259,750,465,125 | 100% | ||
flysaga | 0 | 9,710,008,076 | 100% | ||
kryptik | 0 | 6,281,748,182 | 100% | ||
midnightoil | 0 | 57,373,310,837 | 100% | ||
cjclaro | 0 | 5,702,808,776 | 100% | ||
xiaohui | 0 | 143,569,445,472 | 100% | ||
elfkitchen | 0 | 6,699,844,195 | 100% | ||
xiaokongcom | 0 | 4,485,771,712 | 100% | ||
gargon | 0 | 14,210,890,335 | 100% | ||
pgarcgo | 0 | 3,087,016,454 | 100% | ||
future24 | 0 | 564,535,676 | 100% | ||
nonlinearone | 0 | 40,739,096,905 | 100% | ||
driv3n | 0 | 59,438,751,823 | 100% | ||
cristi | 0 | 14,494,235,876 | 100% | ||
xianjun | 0 | 9,044,370,876 | 100% | ||
bitcalm | 0 | 9,190,541,695 | 20% | ||
microluck | 0 | 621,243,396 | 100% | ||
kyriacos | 0 | 14,579,805,495 | 42% | ||
lemouth | 0 | 7,997,281,480 | 100% | ||
claudia | 0 | 457,315,539 | 100% | ||
sethlinson | 0 | 17,152,678,368 | 100% | ||
booky | 0 | 3,449,891,213 | 33% | ||
mandibil | 0 | 58,911,570,949 | 100% | ||
contentjunkie | 0 | 4,979,010,758 | 100% | ||
shenanigator | 0 | 133,615,493,258 | 100% | ||
penguinpablo | 0 | 6,459,817,957 | 100% | ||
einsteinpotsdam | 0 | 7,630,074,970 | 100% | ||
laonie11 | 0 | 24,230,686,634 | 100% | ||
rusla | 0 | 87,533,488 | 100% | ||
plotbot2015 | 0 | 1,619,842,116 | 100% | ||
burnin | 0 | 6,047,700,072 | 100% | ||
positivesteem | 0 | 1,256,921,606 | 100% | ||
funnyman | 0 | 6,003,716,600 | 44% | ||
peskov | 0 | 2,581,666,587 | 100% | ||
ola1 | 0 | 50,103,218 | 100% | ||
stardust | 0 | 96,345,452 | 100% | ||
teo | 0 | 59,844,254 | 100% | ||
aksinya | 0 | 1,617,705,935 | 100% | ||
bapparabi | 0 | 1,034,854,022 | 100% | ||
airmike | 0 | 6,228,851,042 | 100% | ||
yanik | 0 | 1,520,488,176 | 100% | ||
robyneggs | 0 | 608,468,850 | 100% | ||
ninkhisibir | 0 | 146,114,040 | 100% | ||
ndea30 | 0 | 158,739,170 | 100% | ||
domenico | 0 | 155,557,374 | 100% | ||
witchcraftblog | 0 | 884,658,307 | 100% | ||
serena199 | 0 | 157,911,014 | 100% | ||
gia7 | 0 | 154,707,715 | 100% | ||
richie4 | 0 | 154,245,342 | 100% | ||
coraline88 | 0 | 154,199,666 | 100% | ||
harlen | 0 | 157,067,793 | 100% | ||
yanuel | 0 | 157,044,691 | 100% | ||
daritza | 0 | 156,979,398 | 100% | ||
techslut | 0 | 282,006,356 | 100% | ||
cowabunga.dude | 0 | 0 | 100% |
Holy shit. That is amazing work man.... well done
author | clevecross |
---|---|
permlink | re-cristi-discovering-new-authors-faster-20160917t130603548z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 13:06:03 |
last_update | 2016-09-17 13:06:03 |
depth | 1 |
children | 3 |
last_payout | 2016-10-18 15:11: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 | 49 |
author_reputation | 7,635,074,529,912 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,276,001 |
net_rshares | 0 |
thank you!
author | cristi |
---|---|
permlink | re-clevecross-re-cristi-discovering-new-authors-faster-20160917t131300307z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 13:13:00 |
last_update | 2016-09-17 13:13:00 |
depth | 2 |
children | 2 |
last_payout | 2016-10-18 15:11: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 | 10 |
author_reputation | 128,305,218,872,904 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,276,043 |
net_rshares | 0 |
I love this comes out like this.... best way to address it.... just look at it flaunted!!! That was 24 hours?
author | clevecross |
---|---|
permlink | re-cristi-re-clevecross-re-cristi-discovering-new-authors-faster-20160917t131357831z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 13:13:57 |
last_update | 2016-09-17 13:13:57 |
depth | 3 |
children | 1 |
last_payout | 2016-10-18 15:11: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 | 109 |
author_reputation | 7,635,074,529,912 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,276,054 |
net_rshares | 0 |
I think you may have been a little subtle with this line only >eradicate spam/plagiarism in its infancy - from what I've seen, numerous new authors have been trying to fake it from their first post Showed it to a friend and don't think they connected lol
author | clevecross |
---|---|
permlink | re-cristi-discovering-new-authors-faster-20160917t132018540z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 13:20:18 |
last_update | 2016-09-17 13:20:18 |
depth | 1 |
children | 0 |
last_payout | 2016-10-18 15:11: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 | 255 |
author_reputation | 7,635,074,529,912 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,276,115 |
net_rshares | 0 |
Really great job with this @cristi, I think this could be very useful going forward.
author | justtryme90 |
---|---|
permlink | re-cristi-discovering-new-authors-faster-20160917t165445829z |
category | programming |
json_metadata | {"tags":["programming"],"users":["cristi"]} |
created | 2016-09-17 16:54:42 |
last_update | 2016-09-17 16:54:42 |
depth | 1 |
children | 2 |
last_payout | 2016-10-18 15:11: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 | 84 |
author_reputation | 140,118,479,939,905 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,277,838 |
net_rshares | 0 |
it could be helpful in the curation process
author | cristi |
---|---|
permlink | re-justtryme90-re-cristi-discovering-new-authors-faster-20160917t170141990z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 17:01:42 |
last_update | 2016-09-17 17:01:42 |
depth | 2 |
children | 1 |
last_payout | 2016-10-18 15:11: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 | 43 |
author_reputation | 128,305,218,872,904 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,277,904 |
net_rshares | 0 |
Completely agree
author | justtryme90 |
---|---|
permlink | re-cristi-re-justtryme90-re-cristi-discovering-new-authors-faster-20160917t170219841z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 17:02:18 |
last_update | 2016-09-17 17:02:18 |
depth | 3 |
children | 0 |
last_payout | 2016-10-18 15:11: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 | 16 |
author_reputation | 140,118,479,939,905 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,277,911 |
net_rshares | 0 |
Indeed great to find new great authors and kill plagiarism and translations from the start (but probably a lot of work for following all of this).
author | lemouth |
---|---|
permlink | re-cristi-discovering-new-authors-faster-20160917t184634487z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 18:46:33 |
last_update | 2016-09-17 18:46:33 |
depth | 1 |
children | 1 |
last_payout | 2016-10-18 15:11: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 | 146 |
author_reputation | 338,011,164,701,274 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,278,895 |
net_rshares | 0 |
well, if you have the links readily available, it's a lot easier than checking the track record for each user :)
author | cristi |
---|---|
permlink | re-lemouth-re-cristi-discovering-new-authors-faster-20160917t200922569z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 20:09:24 |
last_update | 2016-09-17 20:09:24 |
depth | 2 |
children | 0 |
last_payout | 2016-10-18 15:11: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 | 112 |
author_reputation | 128,305,218,872,904 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,279,642 |
net_rshares | 0 |
This post has been linked to from another place on Steem. - [The Rules of Rules](https://steemit.com/steemit/@clevecross/the-rules-of-rules) by @clevecross Learn more about [**linkback bot v0.4**](https://steemit.com/steem/@ontofractal/steem-linkback-bot-v0-4-released). Upvote if you want the bot to continue posting linkbacks for your posts. Flag if otherwise. Built by @ontofractal
author | linkback-bot-v0 |
---|---|
permlink | re-cristi-discovering-new-authors-faster-linkbacks |
category | programming |
json_metadata | {} |
created | 2016-09-19 12:53:30 |
last_update | 2016-09-19 12:53:30 |
depth | 1 |
children | 0 |
last_payout | 2016-10-18 15:11: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 | 392 |
author_reputation | 1,915,954,976,722 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,295,288 |
net_rshares | 15,573,464,746 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cristi | 0 | 15,573,464,746 | 100% |
This is good. This is what is needed to boost new writers.
author | positivesteem |
---|---|
permlink | re-cristi-discovering-new-authors-faster-2016917t21931894z |
category | programming |
json_metadata | {"tags":"programming"} |
created | 2016-09-17 13:09:33 |
last_update | 2016-09-17 13:09:33 |
depth | 1 |
children | 1 |
last_payout | 2016-10-18 15:11: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 | 58 |
author_reputation | 85,819,942,349,665 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,276,024 |
net_rshares | 0 |
maybe find good new writers
author | cristi |
---|---|
permlink | re-positivesteem-re-cristi-discovering-new-authors-faster-2016917t21931894z-20160917t170112433z |
category | programming |
json_metadata | {"tags":["programming"]} |
created | 2016-09-17 17:01:12 |
last_update | 2016-09-17 17:01:12 |
depth | 2 |
children | 0 |
last_payout | 2016-10-18 15:11: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 | 27 |
author_reputation | 128,305,218,872,904 |
root_title | "Discovering New Authors Faster" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 1,277,896 |
net_rshares | 0 |