<img src="https://steemit-production-imageproxy-thumbnail.s3.amazonaws.com/U5drxhdemuq4r4ezSCFC6xhAknvQspB_1680x8400"> #### Powering up *** Powering up is a process on steem blockchain where you convert your liquid STEEMs to Steem Power. Every time an account powers up, it broadcast a "transfer_to_vesting" operation to the network. @sndbox and some other organizations have weekly power-up challenges. And I was lucky to win a couple of them. Today I was curious how much I have powered up in the last month. (I did powered-up a lot.) #### Filtering "transfer\_to\_vesting" ops with steem-python *** Out script's main flow should be like this: - Get an input with username, start_date, and end_date - Filter all "transfer\_to\_vesting" operations between start_date and end_date - Sum all powered-up amount in corresponding transactions. And we have the number. *Basic example to filter specific operations:* ``` from steem import Steem from steem.account import Account s = Steem(nodes=["https://api.steemit.com"]) acc = Account('emrebeyler', steemd_instance=s) for op in acc.history_reverse(filter_by=["transfer_to_vesting"]): print(op) ``` This script will filter all "transfer\_to\_vesting" operations in your **entire** account history and prints them. #### The Calculator script *** ```python from steem import Steem from steem.account import Account from steem.amount import Amount from dateutil.parser import parse from datetime import datetime import tableprint as tp def calculate_powerup(username, start_date, end_date): s = Steem(nodes=["https://api.steemit.com"]) account = Account(username, steemd_instance=s) data = [] total = 0 for op in account.history_reverse(filter_by=["transfer_to_vesting"]): ts = parse(op["timestamp"]) if ts > end_date: continue if ts < start_date: break total += Amount(op["amount"]).amount data.append((op["amount"], op["timestamp"])) data.append(("Total: %s STEEM" % round(total, 2), "-")) return data, total if __name__ == '__main__': data, total = calculate_powerup( 'emrebeyler', datetime(2018, 2, 1), datetime(2018, 3, 1), ) tp.table(data, ['Amount', 'Timestamp'], width=32) ``` #### Example output ****  <center><sup>Seems like I was good powering-up on February!</sup></center> *** You can play with other accounts and timeframes by changing start_date and end_date. Make sure you have steem-python and tableprint libraries installed on your local environment. Have fun.
author | emrebeyler |
---|---|
permlink | steem-python-tips-1-calculating-power-ups |
category | python |
json_metadata | {"community":"busy","app":"busy/2.4.0","format":"markdown","tags":["python","steem-python","steem","sndbox","busy"],"users":["sndbox"],"links":["/@sndbox"],"image":["https://steemitimages.com/0x0/https://steemit-production-imageproxy-thumbnail.s3.amazonaws.com/U5drxhdemuq4r4ezSCFC6xhAknvQspB_1680x8400","https://steemitimages.com/0x0/https://res.cloudinary.com/hpiynhbhq/image/upload/v1519903918/aldpmg7pblf2uc5ij1ec.png"]} |
created | 2018-03-01 11:36:30 |
last_update | 2018-03-01 11:45:45 |
depth | 0 |
children | 14 |
last_payout | 2018-03-08 11:36:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 53.481 HBD |
curator_payout_value | 8.251 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,708 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,360,264 |
net_rshares | 11,806,145,860,444 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
olegn | 0 | 2,554,973,463 | 100% | ||
felixxx | 0 | 204,898,982,071 | 50% | ||
lgm-1 | 0 | 1,915,725,315 | 25% | ||
mindfreak | 0 | 24,426,500,056 | 12.5% | ||
sambillingham | 0 | 39,288,939,803 | 25% | ||
redes | 0 | 927,873,126,210 | 19% | ||
hansikhouse | 0 | 95,995,153,868 | 12.5% | ||
voronoi | 0 | 195,206,590,487 | 25% | ||
oleg326756 | 0 | 201,533,920 | 0.45% | ||
teamhumble | 0 | 3,093,045,929 | 6% | ||
alfarisi | 0 | 156,437,258 | 25% | ||
piscaryk | 0 | 0 | 100% | ||
alexis555 | 0 | 1,434,853,566,938 | 21% | ||
damla | 0 | 4,756,533,502 | 20% | ||
erb | 0 | 9,750,412,739 | 25% | ||
oendertuerk | 0 | 36,101,524,029 | 20% | ||
scrooger | 0 | 85,528,317 | 0.59% | ||
dbzfan4awhile | 0 | 2,992,991,458 | 3.75% | ||
cryptastic | 0 | 6,062,940,343 | 30% | ||
luvabi | 0 | 4,642,266,711 | 12.5% | ||
world-travel-pro | 0 | 1,052,580,322 | 1.25% | ||
coquiunlimited | 0 | 305,797,335 | 2.5% | ||
hknyasar | 0 | 3,526,783,280 | 100% | ||
lastozgur | 0 | 2,838,854,578 | 100% | ||
sndbox | 0 | 4,029,340,684,542 | 25% | ||
appreciator | 0 | 3,605,580,581,174 | 5.8% | ||
leotrap | 0 | 9,660,151,673 | 25% | ||
nettybot | 0 | 10,043,598,857 | 20% | ||
matrixonsteem | 0 | 567,202,452 | 100% | ||
somethingburger | 0 | 1,456,403,403 | 25% | ||
steemliberator | 0 | 715,409,815 | 100% | ||
theleapingkoala | 0 | 89,735,808 | 0.45% | ||
bleyker | 0 | 113,919,285 | 25% | ||
msp3k | 0 | 4,672,497,658 | 100% | ||
witnessstats | 0 | 566,785,943 | 100% | ||
shawkr13 | 0 | 234,564,906 | 1.25% | ||
dakeshi | 0 | 6,702,458,083 | 100% | ||
boontjie | 0 | 16,794,835,534 | 100% | ||
crokkon | 0 | 10,236,041,680 | 50% | ||
mudawilqulub | 0 | 592,521,423 | 100% | ||
osm0sis | 0 | 682,061,740 | 1% | ||
espoem | 0 | 22,892,097,566 | 50% | ||
superdavey | 0 | 104,473,880 | 0.03% | ||
playitforward | 0 | 6,186,778,142 | 7.5% | ||
tach | 0 | 18,522,178,628 | 50% | ||
feedyourminnows | 0 | 6,152,568,333 | 3.5% | ||
mrblinddraw | 0 | 4,145,979,695 | 10% | ||
animagic | 0 | 306,655,080 | 25% | ||
r2steem2 | 0 | 570,819,731 | 100% | ||
qurator | 0 | 75,460,177,309 | 1.8% | ||
steemcreate | 0 | 593,104,941 | 100% | ||
hsynterkr | 0 | 4,222,152,629 | 100% | ||
omersurer | 0 | 1,445,305,610 | 5% | ||
cryptotradingfr | 0 | 306,336,721 | 1% | ||
favcau | 0 | 31,020,170,481 | 100% | ||
emrebeyler | 0 | 702,900,063,250 | 100% | ||
zoltarian | 0 | 67,182,595,139 | 100% | ||
turbot | 0 | 444,581,187 | 74% | ||
ethemkibar | 0 | 1,067,932,167 | 5% | ||
shaff.aff | 0 | 110,794,265 | 25% | ||
jeffbernst | 0 | 12,085,244,589 | 100% | ||
thashadowbrokers | 0 | 69,079,949 | 100% | ||
qustodian | 0 | 61,144,019,965 | 20.85% | ||
gokos | 0 | 554,600,769 | 100% | ||
muhammetcan | 0 | 581,477,400 | 97% | ||
enjoyy | 0 | 53,524,836 | 12.5% | ||
aydant | 0 | 580,240,360 | 100% | ||
intelligencer | 0 | 18,605,252,836 | 100% | ||
irfandogan | 0 | 1,566,267,360 | 10% | ||
brotato | 0 | 330,994,265 | 100% | ||
pizaz | 0 | 330,318,485 | 100% | ||
triplethreat | 0 | 69,042,318 | 100% | ||
dootdoot | 0 | 52,183,317 | 100% | ||
wewt | 0 | 5,413,713,138 | 20% | ||
conflaxus | 0 | 69,007,843 | 100% | ||
tittilatey | 0 | 69,065,257 | 100% | ||
cajun | 0 | 330,880,717 | 100% | ||
coonass | 0 | 330,531,525 | 100% | ||
squirrelnuts | 0 | 330,385,159 | 100% | ||
ewq | 0 | 1,347,801,313 | 6% | ||
ademkrgl | 0 | 1,160,953,561 | 25% | ||
steemdevs | 0 | 330,168,026 | 100% | ||
jeezy | 0 | 68,978,357 | 100% | ||
test.with.dots | 0 | 68,979,712 | 100% | ||
pi-pi | 0 | 68,944,980 | 100% | ||
listentosteem | 0 | 68,941,261 | 100% | ||
jestemkioskiem | 0 | 21,216,773,453 | 100% | ||
tugbabeauty | 0 | 909,189,951 | 100% | ||
gravy | 0 | 68,920,790 | 100% | ||
sauronbey | 0 | 391,543,803 | 20% | ||
ohmylove | 0 | 101,546,518 | 25% | ||
yucealiosman | 0 | 448,847,800 | 80% | ||
onursa | 0 | 516,482,400 | 93% | ||
zorto | 0 | 625,129,523 | 100% | ||
selamtux | 0 | 568,412,500 | 96% | ||
ucmuharfli | 0 | 418,127,388 | 16% | ||
embesilikat | 0 | 59,222,165 | 10% | ||
bridjetbrouwn | 0 | 565,078,646 | 100% | ||
deejee | 0 | 76,632,842 | 12.5% | ||
eshapunver | 0 | 102,894,163 | 20% | ||
ilianiliev | 0 | 543,282,301 | 100% | ||
debruyne844 | 0 | 76,618,568 | 12.5% | ||
beanenergy | 0 | 55,166,966 | 12.5% | ||
energyaddict22 | 0 | 92,640,196 | 0.62% | ||
ooleyjulie | 0 | 76,617,813 | 12.5% | ||
samedb | 0 | 418,695,614 | 70% | ||
putinlbn | 0 | 92,175,000 | 100% | ||
maanabdullah | 0 | 247,271,424 | 100% | ||
eightbitfiction | 0 | 55,169,575 | 12.5% | ||
steem-rocks | 0 | 476,020,742 | 79% | ||
patrici | 0 | 107,618,728 | 100% | ||
pojgaerlan | 0 | 104,204,269 | 25% | ||
ulul44 | 0 | 408,621,924 | 100% | ||
tolgahanuzun | 0 | 3,380,574,322 | 100% | ||
hakancelik | 0 | 2,763,775,585 | 100% | ||
mslifesteem | 0 | 1,118,274,706 | 100% | ||
rjrudillas14 | 0 | 104,390,464 | 25% | ||
azat1 | 0 | 309,974,323 | 100% | ||
wirdayulahya | 0 | 52,103,130 | 12.5% | ||
firster78 | 0 | 168,551,801 | 28% | ||
ayoade96 | 0 | 55,319,676 | 12.5% | ||
hendragunawan | 0 | 52,267,598 | 12.5% | ||
blockmountain | 0 | 308,123,279 | 12.5% | ||
feronio | 0 | 469,118,943 | 100% | ||
jumbot | 0 | 16,837,486,997 | 40% | ||
esme-svh | 0 | 428,264,060 | 100% | ||
erickyoussif | 0 | 278,888,842 | 100% | ||
keybordjp | 0 | 70,755,415 | 12.5% | ||
testorz | 0 | 413,827,521 | 95% | ||
musicbot | 0 | 116,196,280 | 100% | ||
qotd | 0 | 449,458,480 | 100% |
This post has received gratitude of 5.80% from @appreciator courtesy of @emrebeyler!
author | appreciator |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t115806017z |
category | python |
json_metadata | {"app":"postpromoter/1.8.7"} |
created | 2018-03-01 11:58:06 |
last_update | 2018-03-01 11:58:06 |
depth | 1 |
children | 0 |
last_payout | 2018-03-08 11:58:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 55,801,543,512,306 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,364,266 |
net_rshares | 0 |
This is awesome! Do you know if there's something similar in Steem.js? I couldn't find a way to target the power up transactions specifically, so when I made the power up calcuator for sndbox I ended up having to just make an API call for a big slice of a user's transactions and then filter out the ones that were power ups.
author | jeffbernst |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t144216039z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 14:42:15 |
last_update | 2018-03-01 14:42:15 |
depth | 1 |
children | 2 |
last_payout | 2018-03-08 14:42:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.047 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 325 |
author_reputation | 13,041,257,634,850 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,398,313 |
net_rshares | 9,526,728,269 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 8,419,307,482 | 1% | ||
mslifesteem | 0 | 1,107,420,787 | 100% |
Actually, this is the same w/ python. It's a syntactic sugar that just filters while browsing all type of transactions. I remember a feature request at Github asking if filtering can be done on the steem daemon itself but it's not there yet.
author | emrebeyler |
---|---|
permlink | re-jeffbernst-re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t144638487z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 14:46:39 |
last_update | 2018-03-01 14:46:39 |
depth | 2 |
children | 1 |
last_payout | 2018-03-08 14:46:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.053 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 243 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,399,334 |
net_rshares | 11,358,312,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeffbernst | 0 | 11,358,312,584 | 100% |
Ah ok, yeah I found a feature request for Steem.js about that feature too. Super cool what you did here though! I keep getting more curious about Python :P
author | jeffbernst |
---|---|
permlink | re-emrebeyler-re-jeffbernst-re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t145943231z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 14:59:42 |
last_update | 2018-03-01 14:59:42 |
depth | 3 |
children | 0 |
last_payout | 2018-03-08 14:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 13,041,257,634,850 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,402,067 |
net_rshares | 0 |
woah nice one
author | kalvas |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t114209792z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 11:42:12 |
last_update | 2018-03-01 11:42:12 |
depth | 1 |
children | 2 |
last_payout | 2018-03-08 11:42:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 212,163,488,056,788 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,361,354 |
net_rshares | 8,419,180,407 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 8,419,180,407 | 1% |
did you start learning python?
author | emrebeyler |
---|---|
permlink | re-kalvas-re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t120332686z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 12:03:33 |
last_update | 2018-03-01 12:03:33 |
depth | 2 |
children | 1 |
last_payout | 2018-03-08 12:03: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 | 30 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,365,300 |
net_rshares | 0 |
Yeah I started you are my idol thanks for sharing
author | kalvas |
---|---|
permlink | re-emrebeyler-re-kalvas-re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t121135275z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 12:11:36 |
last_update | 2018-03-01 12:11:36 |
depth | 3 |
children | 0 |
last_payout | 2018-03-08 12:11:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 212,163,488,056,788 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,366,874 |
net_rshares | 0 |
you put out some awesome stuff man. thanks for everything you do! :)
author | teamhumble |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t130050046z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 13:00:51 |
last_update | 2018-03-01 13:00:51 |
depth | 1 |
children | 0 |
last_payout | 2018-03-08 13:00:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 315,232,864,758,316 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,376,510 |
net_rshares | 8,419,307,482 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 8,419,307,482 | 1% |
You should add a check for your account, it isn't common but you can power up another account and they will show up as `transfer_to_vesting` so your script will factor them in as local power-ups. It's kind of an edge case but I use it a lot.
author | themarkymark |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180304t195800479z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-04 19:57:57 |
last_update | 2018-03-04 19:58:15 |
depth | 1 |
children | 1 |
last_payout | 2018-03-11 19:57: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 | 242 |
author_reputation | 1,778,537,845,749,984 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,204,676 |
net_rshares | 0 |
True! I did that a couple of times actually. Thanks for the heads up.
author | emrebeyler |
---|---|
permlink | re-themarkymark-re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180304t195947749z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-04 19:59:48 |
last_update | 2018-03-04 19:59:48 |
depth | 2 |
children | 0 |
last_payout | 2018-03-11 19:59: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 | 69 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,205,008 |
net_rshares | 0 |
Whoa, creativity.
author | ulqu3 |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t113734434z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 11:37:39 |
last_update | 2018-03-01 11:37:39 |
depth | 1 |
children | 0 |
last_payout | 2018-03-08 11:37: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 | 17 |
author_reputation | 43,754,280,289,730 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,360,469 |
net_rshares | 0 |
Yeah nice guys
author | ulul44 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-emrebeyler-201831t183811308z | ||||||
category | python | ||||||
json_metadata | {"tags":["python","steem-python","steem","sndbox","busy"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-03-01 11:38:12 | ||||||
last_update | 2018-03-01 11:38:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-03-08 11:38: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 | 14 | ||||||
author_reputation | 3,144,655,345 | ||||||
root_title | "steem-python tips #1 - Calculating power-ups!" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 41,360,567 | ||||||
net_rshares | 0 |
That's my pythonman 😎
author | zorto |
---|---|
permlink | re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t124401161z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 12:43:48 |
last_update | 2018-03-01 12:43:48 |
depth | 1 |
children | 1 |
last_payout | 2018-03-08 12:43:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 1,380,371,663,915 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,373,151 |
net_rshares | 8,419,240,471 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 8,419,240,471 | 1% |
Grazie, Zorto.
author | emrebeyler |
---|---|
permlink | re-zorto-re-emrebeyler-steem-python-tips-1-calculating-power-ups-20180301t124421797z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2018-03-01 12:44:21 |
last_update | 2018-03-01 12:44:21 |
depth | 2 |
children | 0 |
last_payout | 2018-03-08 12:44: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 | 14 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python tips #1 - Calculating power-ups!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 41,373,266 |
net_rshares | 0 |