<center><img src="https://i.imgur.com/oVKm1G8.png"></center> *** The team page on Rabona doesn't let you filter/sort players by their properties. I've needed that functionality to plan my next season's roaster, so I have decided to hack a quick script to get the data and export it to excel (`.xlsx` format) ``` import pandas as pd from rabona_python import RabonaClient PLAYER_TYPE_GOAL_KEEPER = "1" PLAYER_TYPE_DEFENDER = "2" PLAYER_TYPE_MIDFIELDER = "3" PLAYER_TYPE_ATTACKER = "4" PLAYER_TYPE_MAP = { PLAYER_TYPE_GOAL_KEEPER: "goal keeper", PLAYER_TYPE_DEFENDER: "defender", PLAYER_TYPE_MIDFIELDER: "midfielder", PLAYER_TYPE_ATTACKER: "attacker", } def get_players(username): # https://api.rabona.io/team?user=emrebeyler rabona_client = RabonaClient() players = rabona_client.team(user=username) return players def normalize_players(players): normalized_players = [] for player in players: # human readable type player["position"] = PLAYER_TYPE_MAP.get(player["type"]) player["OS"] = player["overall_strength"] player["GK"] = player["goalkeeping"] player["TP"] = player["teamplayer"] # not needed del player["type"] del player["ask_id"] del player["teamplayer"] del player["goalkeeping"] normalized_players.append(player) return normalized_players def main(username): players = normalize_players(get_players(username)["players"]) df = pd.DataFrame(players, columns=[ "uid", "name", "position", "age", "OS", "GK", "defending", "passing", "dribbling", "shot", "headball", "form", "speed", "cleverness", "TP", "endurance", "vulnerability", "no_yellow_cards", "salary", "games_blocked", "games_injured", "for_sale", "frozen", ]) print(df) df.to_excel(f"players_{username}.xlsx", header=True) main("emrebeyler") ``` *** Just update the first argument in the main function with your username and let the script run. A new file (`players_{username}` will be created on the script's directory.) You need Python3, pandas, and rabona_python libraries. #### Result --- <center><img src="https://i.imgur.com/pJxKuVU.png"></center> -- I might transform this into a small web app so that you can download the same excel without knowing any scripting spells. Just let me know if that would be something useful for you. Posted with [STEMGeeks](https://stemgeeks.net)
author | emrebeyler |
---|---|
permlink | exporting-rabona-teams-to-excel-files |
category | hive-163521 |
json_metadata | {"tags":["rabona","python","development","stem"],"image":["https://i.imgur.com/oVKm1G8.png"],"app":"stemgeeks/0.1","format":"markdown","canonical_url":"https://stemgeeks.net/@emrebeyler/exporting-rabona-teams-to-excel-files","links":["https://stemgeeks.net"]} |
created | 2020-11-22 23:33:00 |
last_update | 2020-11-22 23:34:51 |
depth | 0 |
children | 12 |
last_payout | 2020-11-29 23:33:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.146 HBD |
curator_payout_value | 4.634 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,609 |
author_reputation | 448,535,049,068,622 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,642,332 |
net_rshares | 54,137,152,096,098 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 15,740,763,048 | 0.75% | ||
boatymcboatface | 0 | 153,153,247,930 | 10% | ||
modeprator | 0 | 736,825,556 | 100% | ||
team | 0 | 134,647,673,682 | 20% | ||
kingscrown | 0 | 420,711,163,583 | 10% | ||
theshell | 0 | 41,090,889,701 | 10% | ||
stranger27 | 0 | 6,526,758,754 | 100% | ||
livingfree | 0 | 257,920,405,415 | 4% | ||
sharker | 0 | 7,773,375,432 | 12.37% | ||
kibela | 0 | 3,898,954,886 | 13.75% | ||
twinner | 0 | 4,368,865,376,473 | 100% | ||
laoyao | 0 | 42,965,701,667 | 100% | ||
somebody | 0 | 73,986,829 | 100% | ||
midnightoil | 0 | 150,861,424,643 | 100% | ||
alinalazareva | 0 | 1,099,673,764 | 10% | ||
xiaohui | 0 | 853,771,539,614 | 100% | ||
jphamer1 | 0 | 3,062,678,053,164 | 100% | ||
joele | 0 | 3,456,059,584,185 | 100% | ||
oflyhigh | 0 | 5,177,080,028,379 | 100% | ||
anech512 | 0 | 8,892,111,521 | 25% | ||
helene | 0 | 1,123,054,915,795 | 100% | ||
uwelang | 0 | 448,878,233,030 | 40% | ||
funnyman | 0 | 751,214,333,459 | 20% | ||
steemcleaners | 0 | 1,582,981,505,415 | 62% | ||
justyy | 0 | 48,220,533,039 | 5% | ||
slider2990 | 0 | 876,640,185 | 30% | ||
created | 0 | 624,787,943,153 | 4% | ||
zorg67 | 0 | 612,314,877 | 100% | ||
edb | 0 | 64,294,621,793 | 50% | ||
doodleman | 0 | 632,613,505 | 9.8% | ||
blackbunny | 0 | 67,441,633,330 | 100% | ||
lingfei | 0 | 71,525,282,176 | 100% | ||
sudutpandang | 0 | 9,068,890,936 | 100% | ||
roomservice | 0 | 79,025,571,145 | 1.87% | ||
exec | 0 | 228,858,496,239 | 100% | ||
eval | 0 | 781,617,691 | 100% | ||
ruel.cedeno | 0 | 4,670,129,002 | 100% | ||
maxer27 | 0 | 111,023,062,105 | 25% | ||
ew-and-patterns | 0 | 187,999,218,449 | 9% | ||
thegreens | 0 | 997,841,692 | 1% | ||
geekgirl | 0 | 1,567,058,986,184 | 100% | ||
mcoinz79 | 0 | 12,206,981,883 | 1% | ||
jacekw | 0 | 32,880,424,502 | 100% | ||
themarkymark | 0 | 2,413,574,830,427 | 10% | ||
stayoutoftherz | 0 | 639,439,718,605 | 19% | ||
vikisecrets | 0 | 421,703,588,795 | 30% | ||
valchiz | 0 | 6,577,299,880 | 100% | ||
bashadow | 0 | 69,988,714,707 | 25% | ||
accelerator | 0 | 46,388,127,512 | 5% | ||
buildawhale | 0 | 7,362,942,029,132 | 10% | ||
voxmonkey | 0 | 697,456,921 | 100% | ||
therealwolf | 0 | 862,672,515,385 | 2.5% | ||
revisesociology | 0 | 262,758,125,007 | 20% | ||
dailystats | 0 | 2,463,317,742 | 5% | ||
omra-sky | 0 | 86,940,056,727 | 50% | ||
makerhacks | 0 | 30,298,450,480 | 10% | ||
dinglehopper | 0 | 6,793,302,303 | 10% | ||
murattatar | 0 | 1,056,818,570 | 20% | ||
unforgettable | 0 | 3,973,982,655 | 100% | ||
emrebeyler | 0 | 2,253,274,656,228 | 100% | ||
smartsteem | 0 | 167,637,808,060 | 2.5% | ||
not-a-bird | 0 | 11,355,715,569 | 50% | ||
evilest-fiend | 0 | 1,270,903,148 | 50% | ||
mytechtrail | 0 | 45,890,801,244 | 15% | ||
forkonti | 0 | 562,281,658 | 100% | ||
fourfourfun | 0 | 7,150,092,870 | 25% | ||
upmyvote | 0 | 7,075,406,682 | 10% | ||
tinowhale | 0 | 21,200,290,274 | 49% | ||
oliverschmid | 0 | 4,358,121,357,086 | 100% | ||
hayirhah | 0 | 1,294,702,979 | 50% | ||
fromhell2sky | 0 | 9,690,895,107 | 24.5% | ||
belemo | 0 | 106,398,489,176 | 100% | ||
baycan | 0 | 1,681,576,002 | 20% | ||
samueladams314 | 0 | 912,188,156 | 100% | ||
coinmeria | 0 | 767,460,893 | 35% | ||
soyrosa | 0 | 909,089,929,755 | 100% | ||
portugalcoin | 0 | 30,337,695,482 | 20% | ||
chorock | 0 | 114,706,976,672 | 10% | ||
warnas | 0 | 40,703,809,769 | 10% | ||
tobias-g | 0 | 34,151,550,529 | 7.5% | ||
icuz | 0 | 4,797,702,041 | 70% | ||
lidiceml | 0 | 570,883,880 | 49% | ||
dailychina | 0 | 1,150,513,643 | 5% | ||
isisfemale | 0 | 732,302,742 | 100% | ||
upfundme | 0 | 1,994,165,075 | 6% | ||
ahmetmertugrul | 0 | 832,386,610 | 100% | ||
sudefteri | 0 | 22,451,104,198 | 100% | ||
tdogvoid | 0 | 571,980,657 | 100% | ||
condeas | 0 | 498,898,619,469 | 20% | ||
allyson19 | 0 | 1,694,131,032 | 8% | ||
agememnon | 0 | 2,491,631,001 | 90% | ||
tipitip | 0 | 802,382,191 | 100% | ||
ahmeterbay | 0 | 10,361,381,341 | 100% | ||
raoul.poenar | 0 | 2,589,720,891 | 100% | ||
cst90 | 0 | 67,921,223,224 | 100% | ||
movement19 | 0 | 2,398,742,777 | 2.5% | ||
melvin7 | 0 | 43,463,281,631 | 100% | ||
steempampanga | 0 | 1,779,663,742 | 10% | ||
thomasthewolf | 0 | 62,394,356,282 | 90% | ||
backinblackdevil | 0 | 192,695,284,464 | 75% | ||
ruh | 0 | 816,273,267 | 100% | ||
frassman | 0 | 4,181,782,979 | 25% | ||
satren | 0 | 664,838,131,548 | 100% | ||
bulent1976 | 0 | 652,028,240 | 100% | ||
muratkbesiroglu | 0 | 45,332,478,400 | 100% | ||
ahmetchef | 0 | 958,163,392 | 50% | ||
mahyulmaulana | 0 | 3,246,881,121 | 100% | ||
manniman | 0 | 402,895,524,351 | 100% | ||
schlafhacking | 0 | 355,075,589,552 | 100% | ||
sereze | 0 | 1,854,056,997 | 100% | ||
dera123 | 0 | 14,026,761,115 | 2% | ||
jan23com | 0 | 5,632,455,777 | 90% | ||
emotionalsea | 0 | 646,583,168 | 10% | ||
racibo | 0 | 13,326,812,688 | 100% | ||
genoner | 0 | 1,372,107,777 | 46.55% | ||
gadrian | 0 | 53,568,165,185 | 35% | ||
tonimontana | 0 | 7,992,617,066 | 100% | ||
choco11oreo11 | 0 | 3,445,683,108 | 90% | ||
gogreenbuddy | 0 | 13,657,012,515 | 25% | ||
ecotone | 0 | 8,761,761,141 | 100% | ||
thedevilsbride | 0 | 5,096,247,282 | 50% | ||
we-are | 0 | 2,558,166,462 | 15.42% | ||
jumbot | 0 | 70,773,994,908 | 100% | ||
promobot | 0 | 87,473,004,941 | 100% | ||
fitnessgourmet | 0 | 529,730,291 | 50% | ||
meins0815 | 0 | 17,902,471,859 | 23% | ||
pladozero | 0 | 38,798,813,306 | 10% | ||
crimo | 0 | 607,963,936 | 11.5% | ||
nateaguila | 0 | 456,280,564,783 | 12% | ||
darthgexe | 0 | 5,414,685,810 | 30% | ||
enforcer48 | 0 | 131,276,489,511 | 15% | ||
viniciotricolor | 0 | 1,437,037,657 | 100% | ||
khiabels | 0 | 948,954,700 | 9% | ||
bilimkurgu | 0 | 20,278,731,181 | 100% | ||
kahvesizlik | 0 | 1,314,778,723 | 100% | ||
moneybaby | 0 | 845,960,742 | 2.5% | ||
luciomcabee | 0 | 713,316,788 | 100% | ||
cmplxty | 0 | 104,316,072,996 | 30% | ||
tahirozgen | 0 | 4,277,615,684 | 100% | ||
pablorg94 | 0 | 606,339,437 | 100% | ||
thehive | 0 | 98,833,103,301 | 70% | ||
dalz | 0 | 346,171,782,948 | 100% | ||
elmauza | 0 | 1,072,909,801 | 100% | ||
quatro | 0 | 607,446,703 | 8% | ||
littleshadow | 0 | 5,200,860,912 | 90% | ||
luppers | 0 | 13,499,984,900 | 2% | ||
london65 | 0 | 906,440,358 | 9% | ||
voxmortis | 0 | 884,886,376 | 0.5% | ||
joseph6232 | 0 | 1,769,603,879 | 90% | ||
emaillisahere | 0 | 3,157,902,815 | 75% | ||
buzzbee | 0 | 618,166,537 | 50% | ||
altonos | 0 | 68,726,921,454 | 15% | ||
gabbynhice | 0 | 787,834,314 | 100% | ||
caoimhin | 0 | 4,123,414,179 | 100% | ||
djtrucker | 0 | 1,419,291,727 | 75% | ||
voter000 | 0 | 335,707,306 | 20% | ||
alucian | 0 | 21,058,910,035 | 100% | ||
steemituplife | 0 | 654,456,242 | 25% | ||
marshalmugi | 0 | 74,482,797,917 | 85% | ||
alexbiojs | 0 | 2,945,782,751 | 100% | ||
podg3 | 0 | 1,681,212,123 | 90% | ||
steemwhalepower | 0 | 899,067,277 | 100% | ||
misstaken | 0 | 6,360,509,037 | 90% | ||
balticbadger | 0 | 34,158,011,175 | 25% | ||
ibc | 0 | 14,370,980,163 | 20% | ||
linuxbot | 0 | 235,037,016 | 40% | ||
kristall97 | 0 | 120,119,292,579 | 60% | ||
maonx | 0 | 933,052,885 | 10% | ||
bluedwains | 0 | 954,764,169 | 50% | ||
jussbren | 0 | 1,971,185,961 | 90% | ||
rael5 | 0 | 5,904,679,046 | 100% | ||
criptoanarquista | 0 | 1,092,321,474 | 100% | ||
starrouge | 0 | 1,048,492,524 | 50% | ||
rasalom | 0 | 15,699,680,681 | 100% | ||
wherein | 0 | 292,616,899,712 | 100% | ||
leviackerman | 0 | 936,158,466 | 100% | ||
bluerobo | 0 | 121,903,792,149 | 100% | ||
zerofive | 0 | 982,221,335 | 50% | ||
cnstm | 0 | 235,587,501,379 | 100% | ||
likuang007 | 0 | 642,243,360 | 100% | ||
ctime | 0 | 319,633,588,408 | 2% | ||
lianjingmedia | 0 | 946,427,675 | 100% | ||
samflow | 0 | 613,299,703 | 100% | ||
curationvoter | 0 | 12,181,887,878 | 50% | ||
curationhelper | 0 | 10,916,252,678 | 100% | ||
realgoodcontent | 0 | 937,312,245 | 100% | ||
cooperfelix | 0 | 1,394,962,441 | 15% | ||
limka | 0 | 635,053,200 | 100% | ||
cabalen | 0 | 628,718,543 | 7% | ||
jadung | 0 | 1,072,367,965 | 10% | ||
angelanichole | 0 | 969,841,346 | 50% | ||
theithei | 0 | 737,457,152 | 8% | ||
samuel.steem | 0 | 1,275,541,986 | 100% | ||
bitcoinator | 0 | 1,586,602,985 | 50% | ||
korle | 0 | 2,166,009,984 | 100% | ||
actifit-devil | 0 | 7,536,463,803 | 100% | ||
samujaeger | 0 | 35,821,423,502 | 100% | ||
epicdice | 0 | 5,519,006,153 | 0.75% | ||
bigmoneyman | 0 | 900,972,274 | 50% | ||
raspibot | 0 | 3,795,660,619 | 100% | ||
gadrian-sp | 0 | 5,144,460,834 | 35% | ||
likwid | 0 | 540,873,623,448 | 100% | ||
quantumdeveloper | 0 | 2,414,356,966 | 50% | ||
maruskina | 0 | 15,381,334,330 | 20% | ||
nalacanecorso | 0 | 1,131,691,163 | 100% | ||
sparstrumpf | 0 | 2,265,170,330 | 100% | ||
steem-meetup-ffb | 0 | 2,017,444,875 | 100% | ||
suigener1s | 0 | 530,372,942 | 100% | ||
yeswecan | 0 | 17,454,707,683 | 90% | ||
ssiena | 0 | 7,012,603,082 | 30% | ||
stemgeeks | 0 | 10,615,129,362 | 50% | ||
stemcuration | 0 | 1,941,524,835 | 50% | ||
babytarazkp | 0 | 1,627,960,856 | 40% | ||
boohugs | 0 | 861,582,182 | 100% | ||
abh12345.stem | 0 | 734,793,599 | 100% | ||
rusbe | 0 | 761,290,931 | 50% | ||
acta | 0 | 32,313,438,089 | 100% | ||
the-table | 0 | 21,082,625,152 | 90% | ||
cardtrader | 0 | 2,287,819,233 | 100% | ||
maxuvd | 0 | 31,148,811,980 | 7% | ||
tmps | 0 | 952,700,417 | 6% | ||
thehouse | 0 | 1,833,272,789 | 90% | ||
stemd | 0 | 331,613,224 | 100% | ||
silverquest | 0 | 145,160,363,378 | 90% | ||
axel-blaze | 0 | 52,189,870,783 | 100% | ||
mittwochsquickie | 0 | 2,504,343,552 | 60% | ||
yggdrasil.laguna | 0 | 178,357,950 | 40% | ||
cd-stem | 0 | 542,913,606 | 100% | ||
honeychip | 0 | 9,791,920,997 | 85% | ||
stem.curate | 0 | 883,355,004 | 100% | ||
sportsbuddy | 0 | 3,941,334,919 | 100% | ||
vinicio.spt | 0 | 0 | 50% | ||
boomalex | 0 | 2,265,725,099 | 100% | ||
gmlrecordz | 0 | 604,722,397 | 50% | ||
kgsupport | 0 | 1,767,939,155 | 50% | ||
tommys.shop | 0 | 1,673,215,032 | 90% | ||
dapplr | 0 | 2,555,276,372 | 20% | ||
stuntman.mike | 0 | 28,167,770,859 | 50% | ||
hivewaves | 0 | 547,204,608 | 75% | ||
hivewatchers | 0 | 234,185,244,664 | 62% | ||
blue-witness | 0 | 2,566,499,092 | 100% | ||
hiveyoda | 0 | 136,277,372 | 4% | ||
hivevenezuela | 0 | 1,162,263,219 | 100% | ||
quello | 0 | 3,810,777,745 | 7.5% | ||
agnerthenx | 0 | 4,524,228,940 | 100% | ||
meppij | 0 | 420,985,813,457 | 100% | ||
paulman | 0 | 1,438,933,843 | 75% | ||
hiveonboard | 0 | 2,650,616,369 | 1.87% | ||
ninnu | 0 | 45,165,047,908 | 10% | ||
heystack | 0 | 3,789,191,685 | 100% | ||
localgrower | 0 | 11,167,438,983 | 20% | ||
yugimuto | 0 | 923,119,902 | 100% | ||
magodelcaosnegro | 0 | 921,560,975 | 100% | ||
hivebtc | 0 | 914,979,340 | 100% | ||
ronavel | 0 | 58,496,767,576 | 15% | ||
sagadegeminis | 0 | 924,255,631 | 100% | ||
constantinopla | 0 | 920,069,410 | 100% | ||
bellaciao | 0 | 915,690,265 | 100% | ||
jesucristo | 0 | 918,847,921 | 100% | ||
fancyfox | 0 | 1,537,728,432 | 100% | ||
yodinzaku | 0 | 918,619,897 | 100% | ||
lordarianthus | 0 | 918,572,076 | 100% | ||
spiritminer | 0 | 918,164,868 | 100% | ||
drfate | 0 | 917,695,433 | 100% | ||
confucio | 0 | 917,604,184 | 100% | ||
rabona | 0 | 1,013,805,984,273 | 100% | ||
splintergod | 0 | 917,454,963 | 100% | ||
magnor | 0 | 917,469,833 | 100% | ||
meele | 0 | 916,471,739 | 100% | ||
kretchtallevor | 0 | 916,538,017 | 100% | ||
splinterlandspro | 0 | 350,000,000 | 50% | ||
hivecur2 | 0 | 63,281,272,744 | 10% | ||
onyxsentinel | 0 | 914,984,561 | 100% | ||
khymeria | 0 | 914,882,105 | 100% | ||
sicmundus | 0 | 914,964,948 | 100% | ||
lainiwakura | 0 | 1,158,597,491 | 100% | ||
roymustang | 0 | 913,896,912 | 100% | ||
recoveryinc | 0 | 93,741,731,030 | 5% | ||
darkarmy | 0 | 913,901,985 | 100% | ||
hive-108278 | 0 | 8,356,023,866 | 31% | ||
reiayanami | 0 | 913,496,362 | 100% | ||
kaiosama | 0 | 913,595,265 | 100% | ||
pitagoras | 0 | 913,416,698 | 100% | ||
steinitz | 0 | 930,896,309 | 100% | ||
kran11 | 0 | 526,373,666 | 100% | ||
kran12 | 0 | 526,373,655 | 100% | ||
kran13 | 0 | 526,222,586 | 100% | ||
kran14 | 0 | 526,221,562 | 100% | ||
kran15 | 0 | 526,374,638 | 100% | ||
kran16 | 0 | 526,221,456 | 100% | ||
kran19 | 0 | 525,616,095 | 100% | ||
gohive | 0 | 26,355,820,697 | 100% | ||
cryptosimplify | 0 | 23,726,089,717 | 100% | ||
dying | 0 | 4,795,131,500 | 5% | ||
vtol79 | 0 | 607,948,023 | 100% | ||
anillounico | 0 | 1,395,080,370 | 100% | ||
discohedge | 0 | 1,891,600,019 | 6% | ||
trangbaby | 0 | 5,089,217,418 | 15.1% | ||
pfwaus | 0 | 502,489,178 | 100% | ||
dorkpower | 0 | 3,411,179,598 | 100% | ||
damus-nostra | 0 | 81,808,382,986 | 100% | ||
brofund-stem | 0 | 2,642,942,559 | 100% | ||
rikarivka | 0 | 0 | 100% | ||
miner.wkoin | 0 | 13,283,052,553 | 5% | ||
betterdev | 0 | 99,422,915,029 | 100% | ||
nathen007.stem | 0 | 2,644,106,819 | 100% | ||
meestemboom | 0 | 1,867,017,575 | 50% | ||
shmoogleosu.stem | 0 | 299,725,894 | 100% | ||
academiccuration | 0 | 852,087,425 | 100% |
Aeneas is a blockchain project under development and a decentralized blogging platform based on Hive spesialized on the #social #politics #economics #indiejournalizm and all the #cryptocurrency related threads <br>Join <a href='http://aeneas.blog' target = '_blank'>Aeneas.Blog</a> to earn more ASH for your unique content! <br>Dear, @emrebeyler, you have received <code>ASH</code> tokens! <br> Join our <a href = 'http://bit.ly/aeneasdiscord'>Discord Server </a> for further updates! <br> <img src = 'http://i.imgur.com/xu8QTmA.png' width = '150px'><p font size = 'small'> </p> </center>
author | aeneas.fund |
---|---|
permlink | re-exporting-rabona-teams-to-excel-files-20201123t065214z |
category | hive-163521 |
json_metadata | "{"app": "beem/0.24.19"}" |
created | 2020-11-23 06:52:15 |
last_update | 2020-11-23 06:52:15 |
depth | 1 |
children | 0 |
last_payout | 2020-11-30 06:52:15 |
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 | 589 |
author_reputation | 5,693,157,434,022 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,645,901 |
net_rshares | 0 |
Seems like every time I turn around lately I keep think I am in deep water trying to learn a little python 3 programming. Another aspect to look into the panda stuff. I wonder where it will all end, still fun trying to get out of the driveway. One day I may make it to the street.
author | bashadow |
---|---|
permlink | re-emrebeyler-qk8bbj |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2020.11.1"} |
created | 2020-11-23 03:06:54 |
last_update | 2020-11-23 03:06:54 |
depth | 1 |
children | 0 |
last_payout | 2020-11-30 03:06:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.012 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 280 |
author_reputation | 100,388,692,638,882 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,644,339 |
net_rshares | 217,493,979,049 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 346,230,785 | 13% | ||
dustsweeper | 0 | 217,077,698,823 | 16.5% | ||
abh12345.stem | 0 | 63,527,452 | 15% | ||
yggdrasil.laguna | 0 | 6,521,989 | 10% |
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p> Hey @emrebeyler, here is a little bit of <code>BEER</code> from @stranger27 for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
author | beerlover |
---|---|
permlink | re-exporting-rabona-teams-to-excel-files-20201123t065218z |
category | hive-163521 |
json_metadata | "{"app": "beem/0.23.11"}" |
created | 2020-11-23 06:52:21 |
last_update | 2020-11-23 06:52:21 |
depth | 1 |
children | 0 |
last_payout | 2020-11-30 06:52: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 | 525 |
author_reputation | 25,787,219,315,076 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,645,904 |
net_rshares | 0 |
Very handy!
author | manniman |
---|---|
permlink | re-emrebeyler-qk875r |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2020.11.1"} |
created | 2020-11-23 01:37:03 |
last_update | 2020-11-23 01:37:03 |
depth | 1 |
children | 0 |
last_payout | 2020-11-30 01:37:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 77,790,724,868,389 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,643,508 |
net_rshares | 417,077,464 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 347,252,081 | 13% | ||
abh12345.stem | 0 | 63,190,954 | 15% | ||
yggdrasil.laguna | 0 | 6,634,429 | 10% |
Awesome! (: > "I might transform this into a small web app so that you can download the same excel without knowing any scripting spells." That would be pretty cool.
author | oliverschmid |
---|---|
permlink | qk8hc5 |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-11-23 05:16:54 |
last_update | 2020-11-23 05:16:54 |
depth | 1 |
children | 1 |
last_payout | 2020-11-30 05:16:54 |
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 | 166 |
author_reputation | 108,456,372,075,578 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,645,321 |
net_rshares | 422,123,135 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 349,293,982 | 13% | ||
abh12345.stem | 0 | 64,544,398 | 15% | ||
yggdrasil.laguna | 0 | 8,284,755 | 10% |
will build something very quick
author | emrebeyler |
---|---|
permlink | qk93l2 |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-11-23 13:17:27 |
last_update | 2020-11-23 13:17:27 |
depth | 2 |
children | 0 |
last_payout | 2020-11-30 13:17: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 | 31 |
author_reputation | 448,535,049,068,622 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,648,987 |
net_rshares | 0 |
!ASH !BEER Great! Thank you!
author | stranger27 |
---|---|
permlink | re-emrebeyler-qk8lqo |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2020.11.1"} |
created | 2020-11-23 06:52:00 |
last_update | 2020-11-23 06:52:00 |
depth | 1 |
children | 2 |
last_payout | 2020-11-30 06:52: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 | 28 |
author_reputation | 49,275,349,388,874 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,645,898 |
net_rshares | 440,796,035 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 348,278,936 | 13% | ||
abh12345.stem | 0 | 64,204,850 | 15% | ||
yggdrasil.laguna | 0 | 8,171,086 | 10% | ||
beemengine | 0 | 20,141,163 | 0.05% |
Command accepted!
author | aeneas.fund |
---|---|
permlink | re-re-emrebeyler-qk8lqo-20201123t065220z |
category | hive-163521 |
json_metadata | "{"app": "beem/0.24.19"}" |
created | 2020-11-23 06:52:21 |
last_update | 2020-11-23 06:52:21 |
depth | 2 |
children | 0 |
last_payout | 2020-11-30 06:52: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 | 17 |
author_reputation | 5,693,157,434,022 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,645,902 |
net_rshares | 0 |
thanks
author | emrebeyler |
---|---|
permlink | qk8r66 |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-11-23 08:49:18 |
last_update | 2020-11-23 08:49:18 |
depth | 2 |
children | 0 |
last_payout | 2020-11-30 08:49:18 |
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 | 6 |
author_reputation | 448,535,049,068,622 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,646,742 |
net_rshares | 0 |
Nice one buddy and congrats to your win in the night - I only struggle with this: >You need Python3, pandas, and rabona_python libraries.
author | uwelang |
---|---|
permlink | qk8os4 |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-11-23 07:57:42 |
last_update | 2020-11-23 07:57:42 |
depth | 1 |
children | 2 |
last_payout | 2020-11-30 07:57: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 | 138 |
author_reputation | 826,992,595,589,956 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,646,386 |
net_rshares | 417,131,313 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slider2990 | 0 | 345,212,144 | 13% | ||
abh12345.stem | 0 | 63,863,597 | 15% | ||
yggdrasil.laguna | 0 | 8,055,572 | 10% |
will release a small web app to get the data, wait a little bit :)
author | emrebeyler |
---|---|
permlink | qk8r59 |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-11-23 08:48:45 |
last_update | 2020-11-23 08:48:45 |
depth | 2 |
children | 1 |
last_payout | 2020-11-30 08:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 448,535,049,068,622 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,646,739 |
net_rshares | 250,822,042,012 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
uwelang | 0 | 250,816,136,915 | 24% | ||
yggdrasil.laguna | 0 | 5,905,097 | 10% |
Great dude
author | uwelang |
---|---|
permlink | re-emrebeyler-qk8ttu |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2020.11.1"} |
created | 2020-11-23 09:40:03 |
last_update | 2020-11-23 09:40:03 |
depth | 3 |
children | 0 |
last_payout | 2020-11-30 09:40:03 |
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 | 826,992,595,589,956 |
root_title | "Exporting Rabona teams into EXCEL files" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 100,647,169 |
net_rshares | 0 |