 Believe me, I'm not a big fan of the MacBook Pro Touch Bar (mainly because I need to use the ESC key a lot and I can't feel it!), but I have found a good use for it. Why not display four essential Steem stats? 1. My voting power 2. My owned Steem Power 3. My reputation score 4. The current market price of STEEM in USD You don't have to guess, but Apple don't provide this kind of functionality out of the box... I'm using the [BetterTouchTool](https://a.paddle.com/v2/click/30842/101639?link=1061) by *folivora.AI GmbH* (folivora are sloth and the AI is a specific kind of sloth).  The Steem data is made possible by witness @justyy (he deserves your vote!). He has a whole bunch of [freely available APIs](https://steemyy.com/) for the community. In particular, I am using: - https://uploadbeta.com/api/steemit/account/vp/?cached&id=justyy - https://uploadbeta.com/api/steemit/account/sp/?cached&id=justyy - https://uploadbeta.com/api/steemit/account/reputation/?cached&id=justyy - https://uploadbeta.com/api/steemit/info/ To get this as a widget on the touch bar, I simply added a *Shell Script/Task* that calls @justyy's API and outputs the text. Here they are, for those of you that have MacBook Pro's with Touch Bars! (It's just a simple http request and some text manipulation) **vp.sh** ``` #! /bin/bash output=$(curl -s "https://uploadbeta.com/api/steemit/account/vp/?id=$1") echo "VP [$output%]" ``` **sp.sh** ``` #! /bin/bash output=$(curl -s "https://uploadbeta.com/api/steemit/account/sp/?id=$1") sp=$(echo $output | xargs printf "%.*f" 3) echo "SP [$sp]" ``` **rep.sh** ``` #! /bin/bash output=$(curl -s "https://uploadbeta.com/api/steemit/account/reputation/?id=$1") sp=$(echo $output | xargs printf "%.*f" 3) echo "REP [$sp]" ``` **mp.sh** (requires [jq](https://stedolan.github.io/jq/download/)) ``` #! /bin/bash output=$(curl -s "https://uploadbeta.com/api/steemit/info/") price=$(echo $output | /usr/local/bin/jq '.market_price' | xargs printf "%.*f" 3) echo "MP [\$$price]" ``` The first three scripts take an argument for the username. Here's how it's configured in BetterTouchTool: <center><img src="https://steemitimages.com/350x350/https://files.steempeak.com/file/steempeak/contrabourdon/ApVZAMoy-image.png"> </center> For extra prettiness, I use the Steemit branding colour as the button background :) <center> </center> Now I don't have to keep flicking back to my [steemworld.org](https://steemworld.org) tab to check on my stats (so regularlyโit's not a replacement for that great tool!). <hr> <center> ## Consider using one of your <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=untersatz&approve=1">witness votes on untersatz!</a> [<img src="https://steemitimages.com/0x0/https://files.steempeak.com/file/steempeak/organduo/9iWLfQY8-IMG_20190819_203521.jpg">](https://steemit.com/~witnesses) *Run by myself and <a href="https://steempeak.com/@organduo">organduo</a>โsupporting the community with regular contests: Easy SBI Contest, Pinky and Spiky Drawing Contest and Secrets of Organ Playing Contest. Also powering the popular <a href="https://steempeak.com/@giphy">giphy bot</a> and donating STEEM for <a href="https://steempeak.com/@deemarshall">deemarshall</a>'s creative contests.*</center> <center>[You can also support me using Steem Basic Income](https://app.steemconnect.com/sign/transfer?to=steembasicincome&amount=1.000%20STEEM&memo=contrabourdon)</center> <center>[<img src="https://cdn.steemitimages.com/DQmcoook3QEdV34PeAgmQbqfq7qujPzPrr2sM5SH6nLHn53/image.png">](https://www.patreon.com/jamesfloresorganist)</center> <center>[<img src="https://steemitimages.com/DQmSQnxEBigCNXYe3hUB5ujRMmAvq1r851wGFc5LwZTkfRv/rebelheart.png">](https://steemit.com/qurator/@qurator/qurator-4-0-or-new-multiplier-system)</center> <center>  The classical music community at #classical-music and [Discord](https://discord.gg/ppVmmgt). Follow our community accounts @classical-music and @classical-radio. Follow our curation trail (classical-radio) at [SteemAuto](steemauto.com) Community Logo by ivan.atman <a href="https://smartsteem.com?r=contrabourdon" target="_blank"><img src="https://smartsteem.com/static/smartsteem_banner.gif" /></a> [<img src="https://cdn.steemitimages.com/DQmc6z55Eu8NEE4Cd8W5zmPT7i7aYiyHgHg69oUTCbkbp3A/tabanner-slim-contrabourdon.png">](https://steempeak.com/@contrabourdon) </center>
author | contrabourdon | ||||||
---|---|---|---|---|---|---|---|
permlink | steem-stats-on-my-macbook-pro-touch-bar-or-four-simple-scripts-with-justyy-s-api | ||||||
category | stem | ||||||
json_metadata | {"app":"steempeak/1.16.1","format":"markdown","tags":["stem","palnet","neoxian","marlians","upfundme","steemdev","steem","apple","tech","teamaustralia"],"users":["justyy","organduo","giphy","deemarshall","qurator","classical-music","classical-radio.","contrabourdon"],"links":["https://a.paddle.com/v2/click/30842/101639?link=1061","/@justyy","https://steemyy.com/","https://uploadbeta.com/api/steemit/account/vp/?cached&id=justyy","https://uploadbeta.com/api/steemit/account/sp/?cached&id=justyy","https://uploadbeta.com/api/steemit/account/reputation/?cached&id=justyy","https://uploadbeta.com/api/steemit/info/","/@justyy","https://stedolan.github.io/jq/download/","https://steemworld.org"],"image":["https://files.steempeak.com/file/steempeak/contrabourdon/aDMdDlxq-IMG_0149.jpg","https://files.steempeak.com/file/steempeak/contrabourdon/Dyjm1DSy-image.png","https://steemitimages.com/350x350/https://files.steempeak.com/file/steempeak/contrabourdon/ApVZAMoy-image.png","https://files.steempeak.com/file/steempeak/contrabourdon/QUW5fE01-image.png","https://files.steempeak.com/file/steempeak/organduo/9iWLfQY8-IMG_20190819_203521.jpg","https://cdn.steemitimages.com/DQmcoook3QEdV34PeAgmQbqfq7qujPzPrr2sM5SH6nLHn53/image.png","https://steemitimages.com/DQmSQnxEBigCNXYe3hUB5ujRMmAvq1r851wGFc5LwZTkfRv/rebelheart.png","https://steemitimages.com/DQmeoERDzqJXs2uwJ3BQjuKvTEQf4jjhCxuAr6pt87qkGr5/Classical_Music_smaller.png","https://smartsteem.com/static/smartsteem_banner.gif","https://cdn.steemitimages.com/DQmc6z55Eu8NEE4Cd8W5zmPT7i7aYiyHgHg69oUTCbkbp3A/tabanner-slim-contrabourdon.png"]} | ||||||
created | 2019-09-11 02:05:36 | ||||||
last_update | 2019-09-11 02:05:36 | ||||||
depth | 0 | ||||||
children | 16 | ||||||
last_payout | 2019-09-18 02:05:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 4.014 HBD | ||||||
curator_payout_value | 5.334 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4,800 | ||||||
author_reputation | 224,782,047,497,429 | ||||||
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 90,460,085 | ||||||
net_rshares | 27,727,506,553,699 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gregory-f | 0 | 1,817,984,309 | 2.41% | ||
ausbitbank | 0 | 186,162,045,202 | 10% | ||
krystle | 0 | 5,994,239,243 | 8% | ||
inertia | 0 | 93,852,263,105 | 100% | ||
d3nv3r | 0 | 72,308,867 | 44% | ||
bidnat | 0 | 1,709,398,463 | 16.5% | ||
anarcist69 | 0 | 326,572,134 | 4% | ||
doitvoluntarily | 0 | 7,150,265,947 | 100% | ||
justyy | 0 | 62,143,415,666 | 2.5% | ||
fukako | 0 | 55,887,813 | 4% | ||
steemyoda | 0 | 742,805,604,148 | 4% | ||
oleg326756 | 0 | 8,059,163,494 | 25% | ||
yadamaniart | 0 | 1,642,303,731 | 3.01% | ||
taskmanager | 0 | 964,509,808 | 100% | ||
erikaflynn | 0 | 4,153,684,225 | 12% | ||
msg768 | 0 | 8,935,355,976 | 50% | ||
sepracore | 0 | 4,812,279,594 | 100% | ||
malay11 | 0 | 303,023,566 | 3.01% | ||
gamersclassified | 0 | 3,693,095,213 | 6% | ||
mikepedro | 0 | 1,412,299,633 | 20% | ||
jerrybanfield | 0 | 134,263,715,069 | 100% | ||
gohba.handcrafts | 0 | 199,305,417 | 5% | ||
urs | 0 | 19,637,532,637 | 32% | ||
rycharde | 0 | 1,243,236,874 | 2.25% | ||
coquiunlimited | 0 | 331,624,287 | 2.53% | ||
wishmaiden | 0 | 225,308,516 | 10% | ||
kjaeger | 0 | 92,888,443 | 50% | ||
sam99 | 0 | 1,651,580,385 | 10% | ||
teamaustralia | 0 | 2,971,837,142 | 25% | ||
centerlink | 0 | 262,596,848,401 | 40% | ||
jesus.christ | 0 | 4,629,073,644 | 50% | ||
taylor.swift | 0 | 274,139,067 | 70% | ||
onethousandwords | 0 | 621,943,404 | 20% | ||
faustofraser | 0 | 216,374,234 | 3.01% | ||
openledgerio | 0 | 308,684,976 | 62% | ||
theleapingkoala | 0 | 177,866,879 | 1.5% | ||
chrisdavidphoto | 0 | 1,541,880,446 | 3% | ||
roger-ramjet | 0 | 377,501,727 | 7% | ||
webcoop | 0 | 1,153,884,250 | 20% | ||
accelerator | 0 | 4,523,980,778 | 0.25% | ||
masterwu | 0 | 1,359,328,509 | 12% | ||
osm0sis | 0 | 2,905,942,004 | 4% | ||
scorer | 0 | 270,221,835,260 | 100% | ||
superbing | 0 | 653,380,745 | 6.12% | ||
storysharing | 0 | 11,368,969,897 | 100% | ||
steemmatt | 0 | 17,561,365,959 | 11% | ||
dailystats | 0 | 2,038,825,475 | 6.12% | ||
dinglehopper | 0 | 10,774,133,817 | 30% | ||
qurator | 0 | 551,706,284,276 | 6.03% | ||
joendegz | 0 | 2,438,300,158 | 16.5% | ||
jianan | 0 | 3,654,989,347 | 7.32% | ||
red-rose | 0 | 15,809,163,961 | 100% | ||
dizzyjay | 0 | 78,633,065 | 4.04% | ||
thevillan | 0 | 1,070,359,527 | 0.8% | ||
lordnigel | 0 | 27,824,306,557 | 14% | ||
ali2star | 0 | 572,590,421 | 100% | ||
anxin | 0 | 132,291,335 | 7.67% | ||
skycae | 0 | 515,956,033 | 4.22% | ||
zapncrap | 0 | 6,243,337,860 | 4% | ||
cryptwo | 0 | 4,579,915,382 | 36% | ||
steemtaskr | 0 | 23,642,944,741 | 40% | ||
freemon | 0 | 9,668,784 | 8% | ||
jordan.white306 | 0 | 455,093,725 | 20% | ||
bengy | 0 | 224,227,365 | 1.2% | ||
itsben | 0 | 73,947,146 | 1.98% | ||
curx | 0 | 5,806,102,820 | 4% | ||
bec-on-the-block | 0 | 1,155,592,286 | 20% | ||
culgin | 0 | 25,567,994,135 | 30% | ||
terrylovejoy | 0 | 6,204,063,980 | 16% | ||
wisewoof | 0 | 115,068,075 | 2.11% | ||
gribouille | 0 | 69,395,084 | 3.01% | ||
woolfe19861008 | 0 | 107,199,245 | 7.67% | ||
holger80 | 0 | 2,159,731,971,359 | 80% | ||
dailychina | 0 | 1,886,700,697 | 6.13% | ||
upfundme | 0 | 17,681,710,939 | 33% | ||
moeenali | 0 | 661,251,763 | 1% | ||
gio6 | 0 | 320,230,414 | 20% | ||
verhp11 | 0 | 112,326,452 | 1% | ||
dongfengman | 0 | 712,951,783 | 7.67% | ||
benleemusic | 0 | 174,295,993 | 5% | ||
lakawero | 0 | 223,789,596 | 16.5% | ||
fullabeans | 0 | 76,078,905 | 20% | ||
organduo | 0 | 301,292,778,196 | 10% | ||
cauac | 0 | 128,608,546 | 16.5% | ||
kilianparadise | 0 | 289,365,718 | 8.25% | ||
ethanlee | 0 | 181,622,517 | 6.41% | ||
positiveninja | 0 | 6,306,958,076 | 20% | ||
evlachsblog | 0 | 3,486,913,950 | 20% | ||
amico | 0 | 59,399,994,184 | 9.07% | ||
sapphic | 0 | 3,881,818,917 | 20% | ||
qberry | 0 | 2,938,460,416 | 3.01% | ||
stmdev | 0 | 64,164,028 | 1% | ||
ezravandi | 0 | 3,539,757,979 | 1.02% | ||
bobaphet | 0 | 1,236,274,561 | 2% | ||
melbourneswest | 0 | 1,939,933,530 | 20% | ||
mumma-monza | 0 | 7,199,746,424 | 20% | ||
cryptoslicex | 0 | 552,279,191 | 20% | ||
jamsey | 0 | 75,184,315 | 20% | ||
fibrefox | 0 | 107,356,467 | 20% | ||
saboin | 0 | 50,889,779,376 | 20% | ||
andreasgrubhofer | 0 | 961,235,821 | 1% | ||
andrewma | 0 | 32,282,558 | 0.5% | ||
lifeofryan | 0 | 2,578,801,392 | 20% | ||
indayclara | 0 | 68,941,555 | 3.01% | ||
ntowl | 0 | 362,310,878 | 3.01% | ||
enforcer48 | 0 | 36,261,563,933 | 15% | ||
lulita24 | 0 | 70,149,387 | 20% | ||
sweet-jenny8 | 0 | 1,400,478,293 | 7.67% | ||
shookriya | 0 | 108,155,477 | 1.33% | ||
laputis | 0 | 58,395,313,528 | 10% | ||
famigliacurione | 0 | 1,379,422,466 | 11.11% | ||
vincy | 0 | 3,517,602,910 | 8% | ||
frost1903 | 0 | 77,413,429 | 100% | ||
sue-stevenson | 0 | 481,942,253 | 7% | ||
niouton | 0 | 3,997,353,562 | 16% | ||
lifeobserver | 0 | 166,841,281 | 13% | ||
vietthuy | 0 | 325,281,839 | 30% | ||
mariajruizb | 0 | 156,013,713 | 3.01% | ||
steemitcanarias | 0 | 222,099,401 | 16.5% | ||
moneybaby | 0 | 2,071,097,396 | 5% | ||
t50 | 0 | 4,591,629,096 | 13.2% | ||
tm50 | 0 | 1,826,625,780 | 13.2% | ||
sbi6 | 0 | 187,468,574,575 | 73.1% | ||
ocdb | 0 | 19,737,272,632,655 | 13.9% | ||
jason.che | 0 | 220,380,396 | 20% | ||
steemrollmix | 0 | 68,706,741 | 100% | ||
moonlightmining | 0 | 79,356,817 | 100% | ||
schooloffreeride | 0 | 68,708,367 | 100% | ||
hillhunters | 0 | 68,706,580 | 100% | ||
intshebe | 0 | 68,706,674 | 100% | ||
rockyridge | 0 | 68,706,657 | 100% | ||
cryptocupcake | 0 | 68,706,553 | 100% | ||
jojijoji | 0 | 158,458,372 | 32% | ||
strayanimals | 0 | 68,702,107 | 100% | ||
forballies | 0 | 68,701,943 | 100% | ||
trollogy | 0 | 68,702,739 | 100% | ||
merrycrab | 0 | 68,701,822 | 100% | ||
margate | 0 | 68,701,809 | 100% | ||
mfethu | 0 | 68,701,695 | 100% | ||
mahala | 0 | 68,701,687 | 100% | ||
hobopunks | 0 | 68,701,559 | 100% | ||
goodbadandugly | 0 | 68,701,423 | 100% | ||
dungeonmaster | 0 | 68,698,249 | 100% | ||
plantl | 0 | 68,688,409 | 100% | ||
plantlovers | 0 | 68,688,401 | 100% | ||
joinandskate | 0 | 130,424,024 | 100% | ||
laiyuehta | 0 | 103,803,733 | 5.2% | ||
turtlegraphics | 0 | 437,821,532 | 6.12% | ||
deividluchi | 0 | 845,087,271 | 20% | ||
steem-oracle | 0 | 725,705,351 | 15% | ||
metametheus | 0 | 4,893,396,703 | 20% | ||
laissez-faire | 0 | 137,831,124 | 100% | ||
aicurator | 0 | 5,425,610,537 | 4% | ||
blake.letras | 0 | 503,108,885 | 100% | ||
witnesstools | 0 | 420,841,103 | 6.12% | ||
upyougo | 0 | 150,036,869 | 100% | ||
jay.ell | 0 | 2,416,275,151 | 100% | ||
brianoflondon | 0 | 197,706,876,936 | 100% | ||
hobo.media | 0 | 829,133,554,067 | 100% | ||
priyanarc | 0 | 135,556,921 | 0.24% | ||
ilovecoding | 0 | 415,868,910 | 6.11% | ||
positiveninja2 | 0 | 380,832,451 | 10% | ||
alphaccino.art | 0 | 2,446,648,255 | 10% | ||
bioscrolls | 0 | 354,086,510 | 99% | ||
roime | 0 | 424,415,447 | 100% | ||
rizqyeka | 0 | 186,393,191 | 5% | ||
steemfuckeos | 0 | 257,472,981 | 6.12% | ||
swiftcash | 0 | 216,479,557,599 | 50% | ||
swiftbot | 0 | 5,900,676,272 | 50% | ||
bluesniper | 0 | 2,241,486,939 | 0.51% | ||
kamicurate | 0 | 1,816,187,659 | 100% | ||
crowdwitness | 0 | 3,705,848,937 | 4% | ||
waleedtee | 0 | 14,562,426,562 | 50% | ||
steether | 0 | 365,004,985 | 100% | ||
chorusmaster | 0 | 283,757,061 | 100% | ||
drugelis | 0 | 3,909,622,328 | 85% | ||
contrabourdon | 0 | 430,631,660,600 | 100% | ||
tommyrobinson | 0 | 22,625,179,701 | 50% | ||
brendanweinhold | 0 | 141,716,010 | 100% | ||
bookkeeping | 0 | 5,823,510,919 | 83.98% | ||
bergelmirsenpai | 0 | 187,281,469 | 4% | ||
coredump | 0 | 17,747,851 | 5% | ||
kheys | 0 | 80,092,605 | 3.01% | ||
deeanndmathews | 0 | 385,105,671 | 3.01% | ||
onespringday | 0 | 729,113,437 | 10% | ||
jackfitzgerald | 0 | 243,821,474 | 50% | ||
curacura | 0 | 0 | 100% | ||
leysa | 0 | 93,277,481,117 | 100% | ||
diceshark | 0 | 50,779,451 | 2.71% | ||
vxc | 0 | 2,265,396,168 | 100% | ||
wizardofaus | 0 | 102,658,114 | 4% | ||
onealfa.pal | 0 | 0 | 2.09% | ||
amico.pal | 0 | 103,106,074 | 23.06% | ||
neoxiancity | 0 | 863,910,809 | 20% | ||
amico.neoxian | 0 | 19,182,861 | 9.07% | ||
stemgeeks | 0 | 7,442,031,843 | 20% | ||
stemcuration | 0 | 745,976,689 | 20% | ||
abh12345.marlian | 0 | 0 | 5.05% | ||
abh12345.stem | 0 | 902,517,629 | 100% | ||
abh12345.neox | 0 | 0 | 5.05% | ||
lottotoken | 0 | 455,144,446 | 100% | ||
sasifuddin | 0 | 432,155,947 | 100% | ||
organduo.voter | 0 | 398,680,504,226 | 100% | ||
sbi-tokens | 0 | 104,647,911 | 4.07% | ||
anggreklesta.alt | 0 | 193,356,014 | 100% | ||
echobourdon | 0 | 3,176,605,575 | 100% | ||
organduo.stem | 0 | 0 | 10% | ||
ggvoter | 0 | 619,079,067 | 75% | ||
giphy | 0 | 197,392,321,440 | 100% | ||
laputis.stem | 0 | 0 | 10% | ||
curation.stem | 0 | 755,692,824 | 75% | ||
organduo.marlian | 0 | 67,281,264 | 10% | ||
laputis.marlians | 0 | 27,510,099 | 10% | ||
mk-stem-token | 0 | 0 | 1.02% | ||
mk-marlians-tkn | 0 | 380,454,446 | 13.56% | ||
maxuv | 0 | 3,327,142,688 | 100% | ||
taleeb | 0 | 584,395,120 | 100% | ||
maxuvv | 0 | 218,026,102 | 1% | ||
maxuva | 0 | 1,485,356,572 | 2% | ||
maxuvb | 0 | 1,485,388,546 | 2% | ||
maxuvc | 0 | 1,485,581,440 | 2% | ||
maxuvd | 0 | 1,484,020,394 | 2% | ||
maxuve | 0 | 12,020,844,998 | 2.5% | ||
ctl001 | 0 | 469,365,621 | 100% | ||
vxc.stem | 0 | 37,773,244 | 100% | ||
catscientist | 0 | 142,518,767 | 10% | ||
bruufm | 0 | 319,890,005 | 100% |
Hey, that's a really cool use of the MacBook Pro Touch Bar: well done, mate! !BEER & !giphy Touch+Bar ;)
author | amico |
---|---|
permlink | re-contrabourdon-pxnb05 |
category | stem |
json_metadata | {"tags":["stem"],"app":"steempeak/1.16.1"} |
created | 2019-09-11 02:31:18 |
last_update | 2019-09-11 02:31:18 |
depth | 1 |
children | 2 |
last_payout | 2019-09-18 02:31:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.012 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 51,076,240,298,517 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,460,502 |
net_rshares | 109,361,428,511 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dustbunny | 0 | 107,935,575,868 | 24.29% | ||
beerlover | 0 | 1,285,036,305 | 5% | ||
abh12345.stem | 0 | 140,816,338 | 20% |
Thanks! Posted using [Partiko iOS](https://partiko.app/referral/contrabourdon)
author | contrabourdon |
---|---|
permlink | contrabourdon-re-amico-re-contrabourdon-pxnb05-20190911t093058336z |
category | stem |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-09-11 09:31:00 |
last_update | 2019-09-11 09:31:00 |
depth | 2 |
children | 0 |
last_payout | 2019-09-18 09:31: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 | 79 |
author_reputation | 224,782,047,497,429 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,469,000 |
net_rshares | 140,055,878 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abh12345.stem | 0 | 140,055,878 | 20% |
<img src="https://media0.giphy.com/media/3otPoJQqJSIeJgueMU/giphy.gif?cid=0aaf8a74c23fc5330ee922ec50c210dbfc4c5e60f005274d&rid=giphy.gif" /><br><a href="https://giphy.com/gifs/apple-event-macbook-pro-touch-bar-3otPoJQqJSIeJgueMU"><img src="https://files.steempeak.com/file/steempeak/echobourdon/SCyDAmrs-PoweredBy_200px-White_HorizLogo.png" /></a><br>// You can support giphy by using one of your witness votes on <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=untersatz&approve=1">untersatz</a>! //
author | giphy |
---|---|
permlink | c6skv3ce5g5 |
category | stem |
json_metadata | "" |
created | 2019-09-11 02:31:27 |
last_update | 2019-09-11 02:31:27 |
depth | 2 |
children | 0 |
last_payout | 2019-09-18 02:31: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 | 523 |
author_reputation | 1,297,028,681,726 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,460,503 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dailyjackpot | 0 | 0 | 1% | ||
amityadav75752 | 0 | 0 | 2% |
<div class='pull-right'>https://cdn.steemitimages.com/DQmXK1U89BrMJHwgv6BysSpYswN7NA39URStPi65azu3PJo/Sich%20f%C3%BCllendes%20Bierglas.gif<p><sup>To view or trade <code>BEER</code> go to <a href='https://steem-engine.com/?p=market&t=BEER'>steem-engine</a>.</sup></p></div><center><br><br> <p> Hey @contrabourdon, here is your <code>BEER</code> token. Enjoy it!</p> </center>
author | beerlover |
---|---|
permlink | re-steem-stats-on-my-macbook-pro-touch-bar-or-four-simple-scripts-with-justyy-s-api-20190911t023126z |
category | stem |
json_metadata | "{"app": "beem/0.21.1"}" |
created | 2019-09-11 02:31:27 |
last_update | 2019-09-11 02:31:27 |
depth | 1 |
children | 0 |
last_payout | 2019-09-18 02:31: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 | 374 |
author_reputation | 25,806,928,345,618 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,460,504 |
net_rshares | 0 |
Very cool!
author | cadawg |
---|---|
permlink | re-contrabourdon-py78lq |
category | stem |
json_metadata | {"tags":["stem"],"app":"steempeak/1.17.1"} |
created | 2019-09-21 20:51:27 |
last_update | 2019-09-21 20:51:27 |
depth | 1 |
children | 0 |
last_payout | 2019-09-28 20:51: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 | 10 |
author_reputation | 100,771,927,095,688 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,800,957 |
net_rshares | 0 |
Thank you for supporting @CatsMakeKittens by being a part of our community @contrabourdon. Each CATS you purchase gets you daily upvotes from me @CatScientist as our community grows so do your rewards for being a member!
author | catscientist |
---|---|
permlink | re-steem-stats-on-my-macbook-pro-touch-bar-or-four-simple-scripts-with-justyy-s-api-20190911t022237z |
category | stem |
json_metadata | "{"app": "rewarding/0.1.5"}" |
created | 2019-09-11 02:22:39 |
last_update | 2019-09-11 02:22:39 |
depth | 1 |
children | 0 |
last_payout | 2019-09-18 02:22: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 | 223 |
author_reputation | 785,924,402,887 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,460,377 |
net_rshares | 0 |
!thumbup Upvoted and resteemed! Thanks for the shout!
author | justyy |
---|---|
permlink | pxo23e |
category | stem |
json_metadata | {"tags":["stem"],"app":"steemit/0.1"} |
created | 2019-09-11 12:16:27 |
last_update | 2019-09-11 12:16:27 |
depth | 1 |
children | 3 |
last_payout | 2019-09-18 12:16: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 | 53 |
author_reputation | 280,616,224,641,976 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,472,515 |
net_rshares | 29,292,444,349 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
happyukgo | 0 | 407,717,150 | 25% | ||
superbing | 0 | 2,853,191,230 | 25% | ||
dailyfortune | 0 | 20,402,163 | 25% | ||
dailystats | 0 | 8,578,535,973 | 25% | ||
dailychina | 0 | 7,933,522,244 | 25% | ||
turtlegraphics | 0 | 1,963,686,091 | 25% | ||
witnesstools | 0 | 1,893,431,581 | 25% | ||
ilovecoding | 0 | 1,876,577,352 | 25% | ||
curbot | 0 | 2,546,152,886 | 100% | ||
steemfuckeos | 0 | 1,219,227,679 | 25% | ||
cplusplus | 0 | 0 | 25% | ||
justsoso | 0 | 0 | 25% |
## Hello @contrabourdon! You are great!  <hr/> command: **!thumbup** is powered by witness @justyy and his contributions are: [https://steemyy.com](https://steemyy.com) *[More commands](https://steemyy.com/#bots) are coming!*
author | witnesstools |
---|---|
permlink | 20190911t121638310z |
category | stem |
json_metadata | {"tags":["thumbup","bot-reply","justyy"],"app":"witnesstools"} |
created | 2019-09-11 12:16:39 |
last_update | 2019-09-11 12:16:39 |
depth | 2 |
children | 2 |
last_payout | 2019-09-18 12: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 | 286 |
author_reputation | 159,850,393,835 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,472,522 |
net_rshares | 0 |
!giphy thumbs+up Posted using [Partiko iOS](https://partiko.app/referral/contrabourdon)
author | contrabourdon |
---|---|
permlink | contrabourdon-re-witnesstools-20190911t121638310z-20190911t122125781z |
category | stem |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-09-11 12:21:27 |
last_update | 2019-09-11 12:21:27 |
depth | 3 |
children | 1 |
last_payout | 2019-09-18 12:21: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 | 88 |
author_reputation | 224,782,047,497,429 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,472,613 |
net_rshares | 0 |
You got a 13.90% upvote from @ocdb courtesy of @contrabourdon! @ocdb is a non-profit bidbot for whitelisted Steemians, current min bid is 2 SBD and max bid is 10 SBD and the equivalent amount in STEEM. Check our website https://thegoodwhales.io/ for the whitelist, queue and delegation info. Join our Discord channel for more information. If you like what @ocd does, consider voting for ocd-witness through SteemConnect or on the Steemit Witnesses page. :)
author | ocdb |
---|---|
permlink | re-contrabourdon-steem-stats-on-my-macbook-pro-touch-bar-or-four-simple-scripts-with-justyy-s-api-20190911t021353830z |
category | stem |
json_metadata | {"app":"ocdb/1.9.3"} |
created | 2019-09-11 02:13:57 |
last_update | 2019-09-11 02:13:57 |
depth | 1 |
children | 0 |
last_payout | 2019-09-18 02:13: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 | 458 |
author_reputation | 759,928,010,475,575 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,460,244 |
net_rshares | 0 |
Now I have FOMO for MacBook Pro...
author | organduo |
---|---|
permlink | re-contrabourdon-pxni9o |
category | stem |
json_metadata | {"tags":["stem"],"app":"steempeak/1.15.5"} |
created | 2019-09-11 05:08:12 |
last_update | 2019-09-11 05:08:12 |
depth | 1 |
children | 4 |
last_payout | 2019-09-18 05:08: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 | 34 |
author_reputation | 241,344,590,388,394 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,463,549 |
net_rshares | 139,297,057 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abh12345.stem | 0 | 139,297,057 | 20% |
Easily solved. Just get one. Posted using [Partiko iOS](https://partiko.app/referral/contrabourdon)
author | contrabourdon |
---|---|
permlink | contrabourdon-re-organduo-re-contrabourdon-pxni9o-20190911t080532131z |
category | stem |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-09-11 08:05:33 |
last_update | 2019-09-11 08:05:33 |
depth | 2 |
children | 3 |
last_payout | 2019-09-18 08:05:33 |
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 | 224,782,047,497,429 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,467,210 |
net_rshares | 138,542,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abh12345.stem | 0 | 138,542,674 | 20% |
But then Bill Gates will be angry with me...
author | organduo |
---|---|
permlink | re-contrabourdon-pxpj8n |
category | stem |
json_metadata | {"tags":["stem"],"app":"steempeak/1.16.1"} |
created | 2019-09-12 07:24:24 |
last_update | 2019-09-12 07:24:24 |
depth | 3 |
children | 2 |
last_payout | 2019-09-19 07:24: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 | 44 |
author_reputation | 241,344,590,388,394 |
root_title | "Steem stats on my MacBook Pro Touch Bar | Four simple scripts with @justyy's API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,499,360 |
net_rshares | 0 |