<center> .png) </center> Hello ! After two weeks it's time for another update. This time I'll focus on only a few snippets and talk about some code change. I mostly did a lot of work to bring forth a block parser skeleton with dsteem. To Allow you to easily act on some actions as soon as they enter the blockchain. If you're wondering what this project is about you can find the long version here : https://steemit.com/programming/@howo/introducting-steemsnippets In short : Steemsnippets is a repository with lots of small snippets examples with a very specific functionnality in mind so that programmers who are beginners ( or not) with the steem ecosystem can go in there and be like "ok how I do that ?" and find a corresponding snippet with complete documentation associated with it. # Slight modifications : - The repository is now using the MIT license ! - The voting and posting snippets now use the posting key instead of the password which was insecure. - Rewrote part of the readme to organize steemjs snippets in two categories : active aka putting operations on the blockchain and passive aka reading stuff from it. - Fixed a few errors on the README function Most of this small work can be found in the history of the commits : https://github.com/drov0/steemsnippets/commits/master ## New snippets : ### Block feed This is a big one, way bigger than my usual snippets but for a good reason. This snippet reads the blocks as they go live in the blockchain and for every operation inside of it there is an if clause to allow you to act on. Want to build a service where you activate their account as soon as you receive a payment ? Instead of having a function to check every x minutes if you received a payment, you can now know instantly. Same goes for trailing votes/ Making some pretty website where you see the flow of posts/comments etc. Or if you want your own ginabot to send you a dm/mail whenever something is happening on the blockchain that concerns you. This is also a great baseline if you have a project where you want to store some specific operations in a db for later use. I think I have added all the possible operations. but I let an "else" case anyways to future proof it. I won't show a code example in this post as it wouldn't make much sense without the context. So come check it out on github :D https://github.com/drov0/steemsnippets/commit/c0bb40ae527a9558805bb840fbbdc41c0cfabc02 ### Get root post Recently I found myself in a situation where I had a comment, the permlink and the author of that comment but not the actual post on which it was posted. So I wrote a function to get that :D This function catches errors and returns them properly in case of rpc errors. The example easily shows how it works I will show you how to get @wehmoen cool project, [pixelhosting](https://steemit.com/introduceyourself/@pixelhosting/pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects) introduction post from [this comment](https://steemit.com/introduceyourself/@pixelhosting/pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects#@howo/re-pixelhosting-pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects-20180422t001219308z) ``` // working example let data = await get_root_post("howo", "re-pixelhosting-pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects-20180422t001219308z"); console.log(data); // { root_permlink: 'pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects', root_author: 'pixelhosting' } // comment that doesn't exist data = await get_root_post("howo", "re-pixeddddlhosting-pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects-20180422t001219308z"); console.log(data) // { error: 'content not found' } ``` related commit : https://github.com/drov0/steemsnippets/commit/a67decc3e171e585d45008b7fd38495be5f20eb4 ### Get reputation After the simplified rep to raw from last week : https://github.com/drov0/steemsnippets/tree/master/steemjs/simplified_rep_to_raw we continue our work on reputation with a snippet to get the simple and raw reputation from an user. This function catches errors and returns them properly in case of rpc errors/nonexistant accounts. The example : ``` // working example let data = await get_reputation("howo"); console.log(data); // { simplified_reputation: 63, raw_reputation: '17178492578569' } // account that doesn't exist data = await get_reputation("a"); console.log(data) // { error: 'Account doesn't exist' } ``` related commit : https://github.com/drov0/steemsnippets/commit/ace0fb809172c28d5f1a91f0ab2305010085c36a # SteemConnect incoming ! I have started to work with steemconnect so expect some snippets in the next weeks. The project is open source so feel free to submit pull requests with your own snippets :) @howo <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@howo/steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | howo | ||||||
---|---|---|---|---|---|---|---|
permlink | steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":115027303,"name":"steemsnippets","full_name":"drov0/steemsnippets","html_url":"https://github.com/drov0/steemsnippets","fork":false,"owner":{"login":"drov0"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemdev","technology","steem","programming"],"users":["howo","wehmoen","pixelhosting"],"links":["https://steemitimages.com/DQmVbv9bGp9AkDrNRn5WQN5P3XirjcyDLaj5NAvBBd2oZKx/steemsnippetsv1.2.2(2","https://steemit.com/introduceyourself/@pixelhosting/pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects","https://steemit.com/introduceyourself/@pixelhosting/pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects#@howo/re-pixelhosting-pixelhosting-by-wehmoen-free-image-hosting-for-steem-projects-20180422t001219308z"],"image":["https://steemitimages.com/DQmVbv9bGp9AkDrNRn5WQN5P3XirjcyDLaj5NAvBBd2oZKx/steemsnippetsv1.2.2(2"],"moderator":{"account":"justyy","time":"2018-04-25T14:16:19.449Z","pending":false,"reviewed":true,"flagged":false},"questions":{"voters":["justyy"],"answers":[{"question_id":"dev-1","answer_id":"dev-1-a-2","user":"justyy","influence":75},{"question_id":"dev-2","answer_id":"dev-2-a-2","user":"justyy","influence":75},{"question_id":"dev-3","answer_id":"dev-3-a-2","user":"justyy","influence":75},{"question_id":"dev-4","answer_id":"dev-4-a-2","user":"justyy","influence":75},{"question_id":"dev-5","answer_id":"dev-5-a-2","user":"justyy","influence":75},{"question_id":"dev-6","answer_id":"dev-6-a-2","user":"justyy","influence":75},{"question_id":"dev-7","answer_id":"dev-7-a-1","user":"justyy","influence":75}],"total_influence":0,"most_rated":[{"question_id":"dev-1","answer_id":"dev-1-a-2","influence":75,"voters":["justyy"]},{"question_id":"dev-2","answer_id":"dev-2-a-2","influence":75,"voters":["justyy"]},{"question_id":"dev-3","answer_id":"dev-3-a-2","influence":75,"voters":["justyy"]},{"question_id":"dev-4","answer_id":"dev-4-a-2","influence":75,"voters":["justyy"]},{"question_id":"dev-5","answer_id":"dev-5-a-2","influence":75,"voters":["justyy"]},{"question_id":"dev-6","answer_id":"dev-6-a-2","influence":75,"voters":["justyy"]},{"question_id":"dev-7","answer_id":"dev-7-a-1","influence":75,"voters":["justyy"]}]},"score":76.25,"total_influence":75,"staff_pick":null,"config":{"questions":[{"question":"How would you describe the formatting, language and overall presentation of the post?","question_id":"dev-1","answers":[{"answer":"The quality of the post is fantastic.","answer_id":"dev-1-a-1","value":10},{"answer":"The post is of very good quality. ","answer_id":"dev-1-a-2","value":8},{"answer":"The post is poorly written and/or formatted, but readable.","answer_id":"dev-1-a-3","value":3},{"answer":"The post is really hard to read and the content is barely understandable.","answer_id":"dev-1-a-4","value":0}]},{"question":"How would you rate the impact and significance of the contribution to the project and/or open source ecosystem in terms of uniqueness, usefulness and potential future applications?","question_id":"dev-2","answers":[{"answer":"This contribution adds high value and holds great significance for the project and/or open source ecosystem.","answer_id":"dev-2-a-1","value":35},{"answer":"This contribution adds some value to the project and/or open source ecosystem. ","answer_id":"dev-2-a-2","value":28},{"answer":"This contribution adds some value to the project and/or open source ecosystem.","answer_id":"dev-2-a-3","value":17.5},{"answer":"This contribution hold no value and is insignificant in impact. ","answer_id":"dev-2-a-4","value":0}]},{"question":"How would you rate the total volume of work invested into this contribution?","question_id":"dev-3","answers":[{"answer":"This contribution appears to have demanded a lot of intensive work.","answer_id":"dev-3-a-1","value":20},{"answer":"This contribution appears to have required an average volume of work.","answer_id":"dev-3-a-2","value":14},{"answer":"This contribution shows some work done.","answer_id":"dev-3-a-3","value":6},{"answer":"This contribution shows no work done.","answer_id":"dev-3-a-4","value":0}]},{"question":"How would you rate the quality of the code submitted?","question_id":"dev-4","answers":[{"answer":"High - it follows all best practices. ","answer_id":"dev-4-a-1","value":20},{"answer":"Average - it follows most best practices.","answer_id":"dev-4-a-2","value":14},{"answer":"Low - it follows some best practices.","answer_id":"dev-4-a-3","value":6},{"answer":"Very low - it doesn't follow any best practices. ","answer_id":"dev-4-a-4","value":0}]},{"question":"How would you rate the knowledge and expertise necessary to fix the bug / implement the added feature(s)?","question_id":"dev-5","answers":[{"answer":"High - a lot of research and specific knowledge was required.","answer_id":"dev-5-a-1","value":7.5},{"answer":"Average - some research and knowledge was required.","answer_id":"dev-5-a-2","value":5.25},{"answer":"Low - not much knowledge or skill were required.","answer_id":"dev-5-a-3","value":2.25},{"answer":"Insignificant - no knowledge or skills were necessary.","answer_id":"dev-5-a-4","value":0}]},{"question":"How would you rate the accuracy and readability of the commit messages?","question_id":"dev-6","answers":[{"answer":"High - they are concise, descriptive and consistent. ","answer_id":"dev-6-a-1","value":2.5},{"answer":"Average - they are mostly concise, descriptive and consistent. ","answer_id":"dev-6-a-2","value":2},{"answer":"Low - they could be more concise, descriptive or consistent.","answer_id":"dev-6-a-3","value":0.75},{"answer":"Very low - they aren't concise, descriptive or consistent at all.","answer_id":"dev-6-a-4","value":0}]},{"question":"How do you rate the quality of the comments in the code?","question_id":"dev-7","answers":[{"answer":"High - everything is well-commented and adds to the readability of the code. ","answer_id":"dev-7-a-1","value":5},{"answer":"Average - most of the code is commented and most if it adds to the readability of the code.","answer_id":"dev-7-a-2","value":3},{"answer":"Low - little of the code is commented, but it still adds to the readability.","answer_id":"dev-7-a-3","value":1.5},{"answer":"Very low - the added comments provide no value or are not present at all.","answer_id":"dev-7-a-4","value":0}]}]}}" | ||||||
created | 2018-04-23 14:22:27 | ||||||
last_update | 2018-04-25 14:16:21 | ||||||
depth | 0 | ||||||
children | 14 | ||||||
last_payout | 2018-04-30 14:22:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 180.308 HBD | ||||||
curator_payout_value | 68.163 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,213 | ||||||
author_reputation | 515,737,941,459,006 | ||||||
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 51,688,936 | ||||||
net_rshares | 40,466,081,064,122 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 8,542,575,296 | 100% | ||
acidyo | 0 | 5,576,941,981,163 | 40% | ||
jacobts | 0 | 13,554,853,789 | 10% | ||
sambillingham | 0 | 4,135,998,630 | 100% | ||
marc0o | 0 | 611,196,638 | 100% | ||
sequentialvibe | 0 | 654,994,605 | 25% | ||
jakipatryk | 0 | 47,617,924,519 | 100% | ||
suesa | 0 | 339,364,214,107 | 100% | ||
howo | 0 | 144,171,055,353 | 100% | ||
ciruls | 0 | 561,730,770 | 100% | ||
makerhacks | 0 | 9,108,709,415 | 20% | ||
elear | 0 | 5,774,510,428 | 100% | ||
zazelpop | 0 | 55,539,786 | 4% | ||
utopian-io | 0 | 34,163,670,714,362 | 22.88% | ||
tuanis | 0 | 1,138,515,587 | 10% | ||
alexs1320 | 0 | 39,523,673,498 | 100% | ||
tdre | 0 | 43,134,289,837 | 100% | ||
ismailkah | 0 | 611,287,098 | 100% | ||
scienceangel | 0 | 21,246,954,560 | 100% | ||
jjay | 0 | 646,950,483 | 100% | ||
rhotimee | 0 | 385,404,590 | 100% | ||
positivelife | 0 | 305,605,567 | 50% | ||
saqibnazir | 0 | 215,258,280 | 100% | ||
thetroublenotes | 0 | 57,399,550 | 0.3% | ||
michaelizer | 0 | 10,257,055,937 | 100% | ||
midun | 0 | 1,161,358,779 | 100% | ||
nafestw | 0 | 12,914,008,100 | 100% | ||
ulisessabeque | 0 | 221,660,165 | 30% | ||
apasabon | 0 | 233,792,215 | 100% | ||
senku | 0 | 91,035,195 | 5% | ||
partyheld | 0 | 107,007,181 | 25% | ||
lilianajaimes | 0 | 305,976,090 | 50% | ||
adarshh | 0 | 614,468,432 | 100% | ||
jayed007 | 0 | 393,418,244 | 100% | ||
zcool | 0 | 114,591,651 | 10% | ||
thecase | 0 | 306,260,641 | 50% | ||
eltoroo | 0 | 307,231,115 | 50% | ||
yann85 | 0 | 1,405,124,038 | 100% | ||
trendingsports | 0 | 336,246,705 | 100% | ||
raimbow | 0 | 299,573,499 | 50% | ||
funcounts | 0 | 486,757,167 | 100% | ||
japasep16 | 0 | 116,836,376 | 25% | ||
japasep | 0 | 76,401,029 | 23% | ||
mrcalxy | 0 | 385,896,284 | 100% | ||
j4zz | 0 | 1,126,995,396 | 100% | ||
jlalvarez | 0 | 574,077,040 | 100% | ||
claroscuro | 0 | 518,796,567 | 100% | ||
jhonyitan | 0 | 248,273,436 | 50% | ||
nielfid | 0 | 995,923,483 | 100% | ||
josepiamba | 0 | 324,613,767 | 75% | ||
yacneris | 0 | 511,547,934 | 100% | ||
szabina | 0 | 122,855,115 | 25% | ||
mahiralpha | 0 | 611,856,076 | 100% | ||
xavierh282 | 0 | 79,454,417 | 100% | ||
ari.afliandi | 0 | 529,245,060 | 100% | ||
isabel17 | 0 | 609,430,468 | 100% | ||
ayerz | 0 | 613,386,048 | 100% | ||
fragmentado | 0 | 446,742,851 | 100% | ||
daboinsteemit | 0 | 453,129,777 | 100% | ||
malorne | 0 | 446,738,656 | 100% | ||
fergynote | 0 | 410,560,534 | 100% | ||
elwasi | 0 | 409,725,463 | 100% | ||
hjstreet2 | 0 | 428,006,573 | 100% | ||
hjstreet | 0 | 446,349,712 | 100% | ||
eidan | 0 | 611,417,865 | 100% | ||
sweetemily | 0 | 446,229,393 | 100% | ||
malorne3 | 0 | 397,327,541 | 100% | ||
mercygourmet | 0 | 430,947,564 | 100% | ||
eldonking | 0 | 440,116,661 | 100% | ||
mechyz12 | 0 | 0 | 100% | ||
jocelyng | 0 | 501,209,892 | 100% | ||
freiver | 0 | 595,928,027 | 100% | ||
the.queen | 0 | 584,142,052 | 100% |
Thank you ! $upvote https://steemit.com/introduceyourself/@ari.afliandi/hello-steemians-here-s-my-introduction-post-3355735829a71
author | ari.afliandi |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180425t161159767z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/introduceyourself/@ari.afliandi/hello-steemians-here-s-my-introduction-post-3355735829a71"],"app":"steemit/0.1"} |
created | 2018-04-25 16:12:00 |
last_update | 2018-04-25 16:12:00 |
depth | 1 |
children | 0 |
last_payout | 2018-05-02 16:12: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 | 129 |
author_reputation | 130,017,412,094 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,093,188 |
net_rshares | 0 |
* Are you a CSE engineer?You are brilliant in programming.Next time I also try to post on @utopian-io. Thanks @howo
author | intisar |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180423t162749167z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["utopian-io","howo"],"app":"steemit/0.1"} |
created | 2018-04-23 16:27:51 |
last_update | 2018-04-23 16:27:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-30 16:27: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 | 116 |
author_reputation | 1,170,656,062,477 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,709,092 |
net_rshares | 0 |
Your code was awesome. Thanks for this lesson. I'm gonna try it so soon.
author | jayed007 |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180423t152335559z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-23 15:23:33 |
last_update | 2018-04-23 15:23:33 |
depth | 1 |
children | 1 |
last_payout | 2018-04-30 15:23:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.184 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 575,746,000,975 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,698,765 |
net_rshares | 26,785,962,258 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 26,785,962,258 | 19% |
Thanks !
author | howo |
---|---|
permlink | re-jayed007-re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180423t152505556z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-23 15:25:06 |
last_update | 2018-04-23 15:25:06 |
depth | 2 |
children | 0 |
last_payout | 2018-04-30 15:25: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 | 8 |
author_reputation | 515,737,941,459,006 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,699,015 |
net_rshares | 0 |
Thank you for your contribution. ---------------------------------------------------------------------- Need help? Write a ticket on https://support.utopian.io. Chat with us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | justyy | ||||||
---|---|---|---|---|---|---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180425t060110443z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} | ||||||
created | 2018-04-25 06:01:15 | ||||||
last_update | 2018-04-25 06:01:15 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-05-02 06:01:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 2.020 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 274 | ||||||
author_reputation | 280,616,224,641,976 | ||||||
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 52,002,125 | ||||||
net_rshares | 488,384,274,794 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
happyukgo | 0 | 357,530,327 | 20% | ||
superbing | 0 | 2,150,575,838 | 20% | ||
dailyfortune | 0 | 1,430,662,463 | 20% | ||
dailystats | 0 | 3,553,514,375 | 20% | ||
dailychina | 0 | 2,424,395,757 | 20% | ||
utopian.tip | 0 | 478,467,596,034 | 42.31% |
Hey @justyy, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180425t060110443z-20180425t112708 |
category | utopian-io |
json_metadata | "" |
created | 2018-04-25 11:27:09 |
last_update | 2018-04-25 11:27:09 |
depth | 2 |
children | 0 |
last_payout | 2018-05-02 11:27: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 | 156 |
author_reputation | 238,310,597,885 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,047,566 |
net_rshares | 0 |
Great content ...... keep it up.
author | mahiralpha |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180425t174633182z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-25 17:46:45 |
last_update | 2018-04-25 17:46:45 |
depth | 1 |
children | 0 |
last_payout | 2018-05-02 17:46: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 | 32 |
author_reputation | 319,882,490 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,107,782 |
net_rshares | 0 |
author | nafestw |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180429t122855386z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-29 12:28:54 |
last_update | 2018-04-29 12:28:54 |
depth | 1 |
children | 0 |
last_payout | 2018-05-06 12:28:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.250 HBD |
curator_payout_value | 0.074 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 2,113,027,036,393 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,820,204 |
net_rshares | 51,228,903,564 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 36,754,223,253 | 23% | ||
nafestw | 0 | 14,474,680,311 | 100% |
Nice work on this update. It's great to see all of these examples up on Github now. Makes a massive change since the end of last year when I first started diving into steemdev it was a struggle to find any examples at all. Keep em coming, no doubt this is useful to many people. 👊
author | sambillingham | ||||||
---|---|---|---|---|---|---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180424t162603103z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} | ||||||
created | 2018-04-24 16:26:12 | ||||||
last_update | 2018-04-24 16:26:12 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-05-01 16:26:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.158 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 282 | ||||||
author_reputation | 34,876,406,478,004 | ||||||
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 51,896,472 | ||||||
net_rshares | 37,050,576,767 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 37,050,576,767 | 26% |
Thanks ! I started this project exactly because of that, no examples. So it was annoying as hell to do steem stuff proprely.
author | howo |
---|---|
permlink | re-sambillingham-re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180424t173031206z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-24 17:30:30 |
last_update | 2018-04-24 17:30:30 |
depth | 2 |
children | 0 |
last_payout | 2018-05-01 17:30:30 |
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 | 125 |
author_reputation | 515,737,941,459,006 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,906,933 |
net_rshares | 3,349,602,407 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 3,349,602,407 | 100% |
Snippets are a brilliant idea! I can see this making coding way easier. It reminds me of user defined procedures in old school programming. Awesome work.
author | sequentialvibe |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180423t142716856z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-04-23 14:27:21 |
last_update | 2018-04-23 14:27:21 |
depth | 1 |
children | 1 |
last_payout | 2018-04-30 14:27:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.138 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 58,203,363,771,917 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,689,713 |
net_rshares | 26,785,879,136 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 26,785,879,136 | 19% |
That's exactly the idea :D
author | howo |
---|---|
permlink | re-sequentialvibe-re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180423t145944832z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-23 14:59:45 |
last_update | 2018-04-23 14:59:45 |
depth | 2 |
children | 0 |
last_payout | 2018-04-30 14:59: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 | 26 |
author_reputation | 515,737,941,459,006 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,694,873 |
net_rshares | 0 |
author | the.queen |
---|---|
permlink | re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180427t024036858z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["howo"],"app":"steemit/0.1"} |
created | 2018-04-27 02:40:36 |
last_update | 2018-04-27 02:40:36 |
depth | 1 |
children | 1 |
last_payout | 2018-05-04 02:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 2,386,945,128 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,368,840 |
net_rshares | 10,348,511,101 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 9,776,731,843 | 7% | ||
the.queen | 0 | 571,779,258 | 100% |
I doubt very much I'll miss that ;)
author | howo |
---|---|
permlink | re-thequeen-re-howo-steemsnippets-1-2-5-block-feed-skeleton-get-root-comment-and-reputation-snippets-20180427t121820294z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-27 12:18:21 |
last_update | 2018-04-27 12:18:21 |
depth | 2 |
children | 0 |
last_payout | 2018-05-04 12:18: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 | 35 |
author_reputation | 515,737,941,459,006 |
root_title | "SteemSnippets 1.2.5, Block feed skeleton, get root comment and reputation snippets" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,445,259 |
net_rshares | 0 |