## Repository https://github.com/holgern/beem<center>  </center> [beem](https://github.com/holgern/beem) is a python library for steem. The current version is 0.21.1. There is also a discord channel for beem: https://discord.gg/4HM592V The newest beem version can be installed by: ``` pip install -U beem ``` ## Changelog ``` 0.21.1 ------ * Fix non ascii text handling on some nodes * Add STEEM_REVERSE_AUCTION_WINDOW_SECONDS_HF21 constant * Fix get_curation_rewards 0.21.0 ------ * First release for HF21 * get_downvoting_power added to account * get_downvote_manabar added to account * add options use_tags_api to use database api to get comments * fix get_similar_account_names * add more try expect to fail back to condenser api * operations for account_update2, create_proposal, update_proposal_votes and remove_proposal were added * update_proposal_votes was added to steem * update_account_jsonmetadata was added to account * new beempy delete were added ``` ## Get content without using the tags api At the moment most nodes have disabled the tags api. I added a new parameter, so that it is still possible to receive comments. ``` from beem import Steem from beem.comment import Comment stm = Steem(node="https://api.steemit.com") c = Comment("@holger80/bumpy-start-with-hf-21-scotbot-is-running", steem_instance=stm) set_full = set(list((c.keys()))) c = Comment("@holger80/bumpy-start-with-hf-21-scotbot-is-running", use_tags_api=False, steem_instance=stm) set_lite = set(list((c.keys()))) print(set_full - set_lite) print(set_lite - set_full) ``` Which shows the missing fields, when not using the tags_api: ``` {'active_votes', 'author_reputation', 'body_length', 'pending_payout_value', 'post_id', 'promoted', 'replies', 'root_title', 'url'} ``` and the added fields: ``` {'abs_rshares', 'active', 'allow_curation_rewards', 'allow_replies', 'allow_votes', 'author_rewards', 'children_abs_rshares', 'max_cashout_time', 'net_votes', 'reward_weight', 'root_author', 'root_permlink', 'total_vote_weight', 'vote_rshares'} ``` `use_tags_api=False` can be used when the active votes of the post are not needed. ## json-parsing was fixed ``` from beem import Steem stm = Steem("https://anyx.io") from beem.block import Block b = Block(35097419, steem_instance=stm) print(b.operations[-22]["value"]["title"]) ``` returns now the correct utf-8 string: <스파이더맨 : 파 프롬 홈> 블루엔젤 니어 프롬 (퓨처) 홈 💙 ## Downvote manabar ``` from beem.account import Account acc = Account("holger80") print(acc.get_downvote_manabar()) ``` returns ``` {'last_mana': 30121812653872, 'last_update_time': 1567022076, 'current_mana': 30429666853775, 'max_mana': 32442250357182.0, 'current_mana_pct': 93.79641214388982} ``` ## New proposal operation The new proposal operation were added as operation, so far only `update_proposal_votes` was added as function to steem: ``` from beem import Steem stm = Steem() stm.wallet.unlock("...") stm.update_proposal_votes([0], True, account="holger80") ``` ## Outlook The following things are on my todo list: * add the other proposal operations * fix get_replies * fix curation rewards calculations * add functions to show information about proposals * add proposal to beempy
author | holger80 |
---|---|
permlink | update-for-beem-first-release-for-hf-21 |
category | beem |
json_metadata | "{"tags": ["beem", "python", "steemdev", "development", "palnet", "neoxian", "stem"], "image": ["https://cdn.steemitimages.com/DQmcRrwLPSywSYMierfP6um6mejeMNGjN9Rxw7audJqTDgb/beem-logo"], "links": ["https://github.com/holgern/beem", "https://discord.gg/4HM592V"], "app": "beempy/0.23.10", "format": "markdown", "canonical_url": "https://hive.blog/beem/@holger80/update-for-beem-first-release-for-hf-21"}" |
created | 2019-08-28 22:14:12 |
last_update | 2020-05-23 14:23:36 |
depth | 0 |
children | 9 |
last_payout | 2019-09-04 22:14:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 13.555 HBD |
curator_payout_value | 10.985 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,320 |
author_reputation | 358,857,509,568,825 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,050,488 |
net_rshares | 71,734,497,372,383 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 5,735,263,326,993 | 100% | ||
steempty | 0 | 6,569,446,389,901 | 100% | ||
gregory-f | 0 | 1,410,845,797 | 1.37% | ||
flemingfarm | 0 | 21,073,370,214 | 50% | ||
thecryptodrive | 0 | 416,797,964,175 | 30% | ||
gtg | 0 | 3,623,299,897,284 | 25% | ||
arcange | 0 | 23,176,292,778 | 2% | ||
raphaelle | 0 | 793,616,352 | 2% | ||
remlaps | 0 | 4,761,705,014 | 25% | ||
twinner | 0 | 608,693,622,624 | 10% | ||
timcliff | 0 | 772,166,381,718 | 87% | ||
snwolak | 0 | 149,878,297 | 90% | ||
fooblic | 0 | 17,123,869,268 | 99% | ||
theb0red1 | 0 | 12,808,765,615 | 10% | ||
stevescoins | 0 | 3,990,132,682 | 75% | ||
jsantana | 0 | 815,341,831 | 30% | ||
fraenk | 0 | 66,391,274,195 | 100% | ||
doitvoluntarily | 0 | 15,198,977,851 | 100% | ||
abh12345 | 0 | 42,635,933,185 | 10% | ||
barton26 | 0 | 4,411,463,112 | 50% | ||
yadamaniart | 0 | 934,070,203 | 1.72% | ||
cardboard | 0 | 5,896,820,783 | 100% | ||
anthonyadavisii | 0 | 203,479,727,344 | 100% | ||
ripperone | 0 | 1,390,243,719,211 | 25% | ||
erikaflynn | 0 | 4,149,187,797 | 12% | ||
dyrt88 | 0 | 1,116,731,949 | 100% | ||
borislavzlatanov | 0 | 92,421,730,529 | 100% | ||
michelios | 0 | 6,891,892,681 | 1.72% | ||
freebornsociety | 0 | 11,716,369,881 | 10% | ||
detlev | 0 | 401,716,234,050 | 100% | ||
jarunik | 0 | 2,071,144,560,700 | 100% | ||
sepracore | 0 | 2,612,522,103 | 100% | ||
malay11 | 0 | 208,023,313 | 1.72% | ||
reggaemuffin | 0 | 1,272,637,284,221 | 100% | ||
rycharde | 0 | 13,818,286,622 | 22.2% | ||
coquiunlimited | 0 | 181,958,461 | 1.44% | ||
robofox | 0 | 6,222,181,332 | 100% | ||
lelon | 0 | 8,736,274,411 | 100% | ||
sam99 | 0 | 6,930,260,915 | 3% | ||
ewkaw | 0 | 14,850,714,771 | 15% | ||
ew-and-patterns | 0 | 54,828,796,520 | 2% | ||
changeangels | 0 | 28,097,068 | 100% | ||
warfeed | 0 | 352,140,207 | 37.5% | ||
bubke | 0 | 398,303,523,261 | 100% | ||
jacekw | 0 | 18,491,253,074 | 100% | ||
jeffrey24864 | 0 | 19,742,972,798 | 100% | ||
drorion | 0 | 50,062,135,009 | 20% | ||
hope-on-fire | 0 | 14,009,098,178 | 15% | ||
shebe | 0 | 20,089,825,220 | 53% | ||
abigail-dantes | 0 | 926,735,417,771 | 50% | ||
dreamarif | 0 | 150,756,043 | 30% | ||
upgoat | 0 | 3,239,415,661 | 100% | ||
resheep | 0 | 425,877,110 | 100% | ||
upcroak | 0 | 202,159,090 | 100% | ||
glitterbooster | 0 | 6,833,759,415 | 30% | ||
theleapingkoala | 0 | 80,643,678 | 0.86% | ||
shogo | 0 | 66,190,636,187 | 50% | ||
elenasteem | 0 | 29,987,497,337 | 100% | ||
badham | 0 | 50,872,301 | 50% | ||
make-a-whale | 0 | 52,535,669,606 | 8% | ||
sultan-aceh | 0 | 29,476,423,937 | 2% | ||
zeugen | 0 | 190,673,721 | 100% | ||
crokkon | 0 | 76,730,678,629 | 100% | ||
accelerator | 0 | 73,555,838,060 | 2.34% | ||
kamikaze | 0 | 72,234,443,025 | 15% | ||
memen | 0 | 5,112,046,541 | 100% | ||
therealwolf | 0 | 2,727,753,265,403 | 100% | ||
yangyanje | 0 | 63,499,997,010 | 100% | ||
feedyourminnows | 0 | 12,001,558,337 | 10% | ||
isnochys | 0 | 11,532,635,965 | 13% | ||
qurator | 0 | 255,932,119,781 | 3.44% | ||
emdesan | 0 | 139,913,508 | 10% | ||
steem-plus | 0 | 73,502,349,016 | 4.18% | ||
fulcrumleader | 0 | 5,075,400,530 | 100% | ||
david-grant | 0 | 174,829,549 | 50% | ||
eikejanssen | 0 | 17,419,132,625 | 30% | ||
sourovafrin | 0 | 26,159,218,712 | 15% | ||
che-shyr | 0 | 1,013,664,034 | 50% | ||
abbak7 | 0 | 142,317,301,462 | 50% | ||
steemtaker | 0 | 44,305,022,977 | 30% | ||
smartsteem | 0 | 23,403,061,358,244 | 20% | ||
anli | 0 | 2,539,451,709 | 99% | ||
mytechtrail | 0 | 14,478,828,081 | 25% | ||
jahedkhan | 0 | 244,050,886 | 30% | ||
deepak0018 | 0 | 458,528,796 | 100% | ||
lebin | 0 | 107,586,106,444 | 50% | ||
itchyfeetdonica | 0 | 97,392,854,408 | 50% | ||
bubbleburst | 0 | 9,013,494,203 | 100% | ||
steembasicincome | 0 | 781,854,645,419 | 100% | ||
jpphotography | 0 | 69,922,425,104 | 37.95% | ||
fulltimeangel | 0 | 26,791,096,197 | 100% | ||
thomasgift | 0 | 2,117,911,536 | 50% | ||
abitcoinskeptic | 0 | 112,357,246,573 | 50% | ||
fragmentarion | 0 | 29,343,497,798 | 100% | ||
aakom | 0 | 3,259,823,212 | 20% | ||
vaansteam | 0 | 151,878,993,245 | 30% | ||
cfminer | 0 | 1,018,570,757 | 100% | ||
neokuduk | 0 | 10,048,148,067 | 100% | ||
sargoon | 0 | 4,927,223,269 | 50% | ||
lukasmining | 0 | 3,378,573,299 | 50% | ||
literaturk | 0 | 2,032,469,205 | 100% | ||
holger80 | 0 | 2,568,279,862,572 | 100% | ||
michaelizer | 0 | 149,482,410 | 100% | ||
sudefteri | 0 | 9,397,482,072 | 100% | ||
turkishcrew | 0 | 37,663,359 | 1.72% | ||
sisygoboom | 0 | 130,179,544 | 0.1% | ||
maxpatternman | 0 | 72,303,065,760 | 100% | ||
sashas | 0 | 3,157,621,221 | 100% | ||
snackaholic | 0 | 54,047,351,398 | 100% | ||
flugschwein | 0 | 20,556,893,473 | 75% | ||
akifane | 0 | 1,690,016,927 | 100% | ||
wildarms65 | 0 | 407,120,413 | 100% | ||
themuffinman | 0 | 70,813,609 | 100% | ||
backinblackdevil | 0 | 45,758,601,881 | 10% | ||
reazuliqbal | 0 | 52,055,147,551 | 30% | ||
satren | 0 | 26,944,059,191 | 25% | ||
lauchmelder | 0 | 7,290,842,942 | 25% | ||
amico | 0 | 632,563,404,561 | 100% | ||
dotwin1981 | 0 | 7,093,617,511 | 15% | ||
schlafhacking | 0 | 256,929,143,892 | 100% | ||
qberry | 0 | 1,673,908,318 | 1.72% | ||
thefunfactory | 0 | 463,123,529 | 100% | ||
someonefun | 0 | 463,122,888 | 100% | ||
funbox | 0 | 463,122,883 | 100% | ||
funlands | 0 | 797,096,717 | 100% | ||
funanime | 0 | 463,122,865 | 100% | ||
funkyfun | 0 | 463,122,844 | 100% | ||
funnyfun | 0 | 463,122,844 | 100% | ||
goldrym | 0 | 463,122,153 | 100% | ||
qeoddrir | 0 | 463,122,139 | 100% | ||
dodrorth | 0 | 463,122,130 | 100% | ||
stmdev | 0 | 101,912,837 | 2% | ||
sbi2 | 0 | 650,578,575,401 | 100% | ||
zcool | 0 | 190,312,565 | 10% | ||
dera123 | 0 | 11,523,362,522 | 15% | ||
altobee | 0 | 42,124,331,252 | 65% | ||
elleok | 0 | 1,596,841,879 | 34% | ||
alitavirgen | 0 | 25,655,703,246 | 12.4% | ||
tonimontana | 0 | 3,441,900,200 | 100% | ||
tsurmb | 0 | 4,703,558,136 | 10% | ||
dreimaldad | 0 | 9,371,118,792 | 15% | ||
saboin | 0 | 97,115,238,071 | 40% | ||
agmoore | 0 | 71,149,867,862 | 100% | ||
sbi3 | 0 | 503,187,240,663 | 100% | ||
superlao | 0 | 9,674,296,554 | 100% | ||
sbi4 | 0 | 403,233,694,687 | 100% | ||
ikarus56 | 0 | 1,110,441,041 | 5% | ||
tronsformer | 0 | 312,785,195 | 20% | ||
carlpei | 0 | 306,193,141,426 | 100% | ||
darthgexe | 0 | 2,332,003,863 | 20% | ||
enforcer48 | 0 | 34,298,940,533 | 15% | ||
linnyplant | 0 | 42,510,286,842 | 100% | ||
commonlaw | 0 | 4,197,822,672 | 35% | ||
shahabudin | 0 | 27,652,299 | 50% | ||
soundworks | 0 | 1,956,314,101 | 100% | ||
smarmy | 0 | 89,356,346 | 1.72% | ||
mariajruizb | 0 | 80,288,072 | 1.72% | ||
sbi5 | 0 | 289,576,332,068 | 100% | ||
cloude22 | 0 | 7,203,239,621 | 100% | ||
sbi6 | 0 | 206,917,381,214 | 100% | ||
arsadulislam | 0 | 217,708,733 | 45% | ||
zua-khan | 0 | 1,542,768,870 | 100% | ||
vida-blanca | 0 | 757,744,502 | 20% | ||
partiko | 0 | 248,933,678,287 | 3% | ||
pagliozzo | 0 | 12,248,472,227 | 20% | ||
ubasti | 0 | 187,878,742 | 100% | ||
sbi7 | 0 | 142,468,694,773 | 100% | ||
themanny | 0 | 48,755,972,052 | 100% | ||
rakan-sikula | 0 | 70,288,650 | 26.5% | ||
kofie | 0 | 2,005,720,668 | 50% | ||
holger.random | 0 | 781,509,397 | 100% | ||
fullnodeupdate | 0 | 8,708,756,260 | 100% | ||
donkeyslayer | 0 | 3,818,090,243 | 100% | ||
fulltimebot2 | 0 | 4,014,664,340 | 100% | ||
fulltimebot6 | 0 | 4,158,845,708 | 100% | ||
bluengel | 0 | 29,359,734,723 | 10% | ||
remlaps-lite | 0 | 33,827,386,517 | 100% | ||
a-bot | 0 | 46,435,820,167 | 20% | ||
poisoncontrol | 0 | 1,710,260,593 | 100% | ||
laissez-faire | 0 | 33,351,319 | 100% | ||
fulltimebot20 | 0 | 4,179,170,298 | 100% | ||
fulltimebot28 | 0 | 4,043,209,857 | 100% | ||
fulltimebot31 | 0 | 4,086,604,881 | 100% | ||
fulltimebot33 | 0 | 4,022,835,567 | 100% | ||
fulltimebot37 | 0 | 4,038,463,430 | 100% | ||
fulltimebot40 | 0 | 3,956,471,270 | 100% | ||
fulltimebot42 | 0 | 3,940,452,796 | 100% | ||
jacekw.dev | 0 | 3,227,251,061 | 100% | ||
steemituplife | 0 | 302,935,938 | 15.9% | ||
fulltimebot52 | 0 | 4,013,803,985 | 100% | ||
muscara | 0 | 15,150,460,628 | 35% | ||
ayisigi | 0 | 253,927,763 | 100% | ||
palasatenea | 0 | 2,211,154,206 | 25% | ||
sbi8 | 0 | 101,726,315,878 | 100% | ||
perepilichnyy | 0 | 3,005,361,949,247 | 100% | ||
ibc | 0 | 232,105,845,025 | 100% | ||
linkerstinker | 0 | 672,557,496 | 50% | ||
steemitcuration | 0 | 12,471,119,951 | 100% | ||
sbi9 | 0 | 69,576,224,662 | 100% | ||
besheda | 0 | 6,861,033,625 | 100% | ||
tyrnannoght | 0 | 1,944,229,345 | 100% | ||
cryptorunway | 0 | 56,836,371 | 50% | ||
steem-ua | 0 | 27,105,328,226 | 0.59% | ||
alvinvoo | 0 | 91,366,426 | 100% | ||
ambercookie | 0 | 46,431,097 | 76% | ||
michealb | 0 | 1,123,589,583,731 | 20% | ||
goldmanmorgan | 0 | 2,122,475,626 | 100% | ||
rael5 | 0 | 400,225,956 | 20% | ||
svirus | 0 | 4,170,658,743 | 15% | ||
sbi10 | 0 | 57,639,541,181 | 100% | ||
justabystander | 0 | 116,454,517 | 100% | ||
tamito0201 | 0 | 20,225,195,361 | 50% | ||
jchappe | 0 | 50,090,039 | 49% | ||
hibee | 0 | 125,630,758 | 30% | ||
anthive | 0 | 59,757,836 | 50% | ||
gmtester | 0 | 564,774,210 | 100% | ||
curbot | 0 | 2,677,921,902 | 100% | ||
wherein | 0 | 45,803,560,492 | 1% | ||
gmdatacenter | 0 | 187,813,344 | 100% | ||
kingnosa | 0 | 118,338,659 | 50% | ||
dfen | 0 | 816,122,750 | 100% | ||
kaldewei | 0 | 742,920,100 | 15% | ||
michelangelo3 | 0 | 155,152,323,063 | 100% | ||
steemtank | 0 | 1,190,631,210,082 | 100% | ||
samantha-w | 0 | 4,083,711,379,303 | 100% | ||
flodor | 0 | 476,856,618 | 25% | ||
ctime | 0 | 18,778,051,415 | 0.62% | ||
tipu.curator | 0 | 21,641,817,673 | 100% | ||
tyrzone.tin01 | 0 | 1,136,084,160 | 100% | ||
broxi | 0 | 3,326,406,632 | 50% | ||
brujas | 0 | 4,188,489,179 | 100% | ||
m3bot | 0 | 9,513,125,927 | 100% | ||
goodcontentbot | 0 | 53,455,382 | 50% | ||
ultima-alianza | 0 | 921,814,256 | 20% | ||
hamsa.quality | 0 | 565,598,333 | 7% | ||
sternekoechin | 0 | 237,394,503 | 25% | ||
mister-eagle | 0 | 597,112,290 | 30% | ||
shogo.life | 0 | 74,674,268 | 50% | ||
tyrzone.tin00 | 0 | 541,517,491 | 100% | ||
orbo | 0 | 246,986,108 | 50% | ||
tyrzone.tin02 | 0 | 2,325,222,929 | 100% | ||
contrabourdon | 0 | 435,633,316,998 | 100% | ||
mohaaking | 0 | 162,759,372 | 50% | ||
gmtester2 | 0 | 556,514,818 | 100% | ||
tyrzone.tin03 | 0 | 4,703,485,061 | 100% | ||
tyrzone.tin04 | 0 | 1,284,254,453 | 100% | ||
cgames | 0 | 76,443,264 | 10% | ||
eliana-art | 0 | 233,353,520 | 20% | ||
szf | 0 | 718,242,007 | 50% | ||
bookkeeping | 0 | 6,693,758,838 | 100% | ||
vaccinusveritas | 0 | 4,675,226,176 | 50% | ||
ichmusslaufen | 0 | 211,297,990 | 12.5% | ||
bitcoingodmode | 0 | 74,644,824 | 2.09% | ||
shinersfamily | 0 | 1,965,919,942 | 100% | ||
tyrzone.tin05 | 0 | 1,476,123,194 | 100% | ||
raspibot | 0 | 312,875,110 | 100% | ||
smsmb-votebot | 0 | 134,916,128 | 25% | ||
genuinehuman | 0 | 1,772,435,394 | 50% | ||
never-giveup | 0 | 93,408,681 | 25% | ||
sugarzone | 0 | 533,076,175 | 100% | ||
financialadvice | 0 | 1,974,942,812 | 50% | ||
onespringday | 0 | 701,985,190 | 10% | ||
naltedtirt | 0 | 78,393,433,890 | 50% | ||
swedishdragon76 | 0 | 17,618,621,293 | 100% | ||
agmoore2 | 0 | 11,239,435,762 | 100% | ||
dachcolony | 0 | 36,024,682,113 | 100% | ||
captain.kirk | 0 | 7,351,645,353 | 50% | ||
diceshark | 0 | 10,321,731 | 1.54% | ||
ilovecanada | 0 | 4,014,359,561 | 50% | ||
kpopprincess | 0 | 1,791,691,824 | 50% | ||
jean-luc.picard | 0 | 790,338,709 | 100% | ||
map10k | 0 | 33,554,468,439 | 8.8% | ||
hadisp1415 | 0 | 324,226,891 | 100% | ||
cofvoter | 0 | 368,565,461 | 100% | ||
vxc | 0 | 2,318,974,946 | 100% | ||
soccermom | 0 | 1,773,644,826 | 50% | ||
goldentouch | 0 | 1,797,073,342 | 50% | ||
twenty1 | 0 | 1,737,799,521 | 50% | ||
soloduet | 0 | 1,741,099,366 | 50% | ||
thanksgiving | 0 | 1,665,565,582 | 50% | ||
dera123pal | 0 | 189,208,225 | 100% | ||
r-pal | 0 | 124,977,308 | 30% | ||
palvoter | 0 | 552,008,877 | 100% | ||
holycow2019 | 0 | 586,000,584 | 100% | ||
akomoajong1 | 0 | 119,983,041 | 30% | ||
r-ag | 0 | 125,014,600 | 30% | ||
fuckeverything | 0 | 531,650,273 | 30% | ||
amico.pal | 0 | 500,232,226 | 100% | ||
class101 | 0 | 358,180,629 | 30% | ||
jppal | 0 | 125,717,798 | 98.46% | ||
palnetvoter | 0 | 7,096,377,498 | 100% | ||
taskmaster4450pa | 0 | 1,335,036,682 | 100% | ||
fredkese.pal | 0 | 1,305,669,839 | 25% | ||
zaku-pal | 0 | 124,921,203 | 30% | ||
naha.stem | 0 | 347,411,221 | 100% | ||
mapxv | 0 | 86,945,342,098 | 9.6% | ||
abh12345.stem | 0 | 1,505,555,803 | 100% | ||
ticketyboo | 0 | 1,301,069,406 | 35% | ||
ticketywoof | 0 | 501,175,909 | 35% | ||
sasifuddin | 0 | 384,774,797 | 100% | ||
sbi-tokens | 0 | 1,345,811,226 | 32.53% | ||
anggreklesta.alt | 0 | 207,023,030 | 100% | ||
echobourdon | 0 | 1,397,835,873 | 50% | ||
tyrzone.cop00 | 0 | 628,663,814 | 100% | ||
organduo.pal | 0 | 0 | 3.44% | ||
laputis.pal | 0 | 2,076,546 | 3.44% | ||
sbd-steemfree | 0 | 463,498,313 | 100% | ||
re2pair | 0 | 0 | 100% | ||
brustem | 0 | 326,296,740 | 100% | ||
tyrzone.cop01 | 0 | 231,758,967 | 100% | ||
mk-stem-token | 0 | 439,750,885 | 12.4% | ||
maxuvv | 0 | 201,235,127 | 0.95% | ||
maxuva | 0 | 1,381,187,745 | 1.9% | ||
maxuvb | 0 | 1,403,343,701 | 1.9% | ||
maxuvc | 0 | 1,392,549,169 | 1.9% | ||
maxuvd | 0 | 1,392,193,541 | 1.9% | ||
maxuve | 0 | 11,123,405,755 | 2.37% | ||
stem.alfa | 0 | 536,220,232 | 100% |
___ #### <center> Everything is okay! 👌 </center> ___ Dear @holger80, you received an automatic upvote, because I believe in you and I love what you create! 😉 A huge hug from @amico! 🤗 <sup><sup><sup><sup> !trdo & !giphy okay </sup></sup></sup></sup> ___ <center> If you dislike this automatic message, please let me know: thanks! 🙏</center>
author | amico |
---|---|
permlink | re-update-for-beem-first-release-for-hf-21-20190828t222037z |
category | beem |
json_metadata | "{"app": "rewarding/0.1.5"}" |
created | 2019-08-28 22:20:45 |
last_update | 2019-08-28 22:20:45 |
depth | 1 |
children | 2 |
last_payout | 2019-09-04 22:20: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 | 357 |
author_reputation | 51,076,240,298,517 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,050,615 |
net_rshares | 57,966,544,269 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
trendotoken | 0 | 1,204,383,052 | 5% | ||
giphy | 0 | 56,762,161,217 | 59.4% |
<img src="https://media3.giphy.com/media/kRXnZwKrPTwVq/giphy.gif?cid=0aaf8a74eb8cc5dc84591da916f8733dd09eaaddb990c489&rid=giphy.gif" /><br><a href="https://giphy.com/gifs/ok-wink-kRXnZwKrPTwVq"><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 | 8mnefjh6xj6 |
category | beem |
json_metadata | "" |
created | 2019-08-28 22:20:57 |
last_update | 2019-08-28 22:20:57 |
depth | 2 |
children | 0 |
last_payout | 2019-09-04 22:20: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 | 487 |
author_reputation | 1,297,028,681,726 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,050,620 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dailyjackpot | 0 | 0 | 1% |
Congratulations @amico, you are successfuly trended the post that shared by @holger80! @holger80 got 6 [TRDO](https://steem-engine.com/?p=history&t=TRDO) & @amico got 4 [TRDO](https://steem-engine.com/?p=history&t=TRDO)! <b>"Call [TRDO](https://steem-engine.com/?p=history&t=TRDO), Your Comment Worth Something!"</b> --- <sup>To view or trade TRDO go to [steem-engine.com](https://steem-engine.com/?p=market&t=TRDO) Join [TRDO Discord Channel](https://discord.gg/wySP8T9) or Join [TRDO Web Site](http://www.trendotoken.info/)</sup>
author | trendotoken |
---|---|
permlink | re-amico-re-update-for-beem-first-release-for-hf-21-20190828t222037z-20190829t044123317z |
category | beem |
json_metadata | {"tags":["comments-scot","trendo-bot"],"app":"comments-scot/1.1","format":"markdown"} |
created | 2019-08-29 04:41:24 |
last_update | 2019-08-29 04:41:24 |
depth | 2 |
children | 0 |
last_payout | 2019-09-05 04:41: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 | 533 |
author_reputation | 5,546,209,053,433 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,058,650 |
net_rshares | 0 |
Nice work, as always! Beem is so beneficial to a lot of projects out here. Great work.
author | mstafford |
---|---|
permlink | re-holger80-px0czr |
category | beem |
json_metadata | {"tags":["beem"],"app":"steempeak/1.15.0"} |
created | 2019-08-29 17:09:27 |
last_update | 2019-08-29 17:09:27 |
depth | 1 |
children | 0 |
last_payout | 2019-09-05 17:09: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 | 86 |
author_reputation | 63,425,345,982,192 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,079,564 |
net_rshares | 0 |
Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!
author | partiko |
---|---|
permlink | re-update-for-beem-first-release-for-hf-21-20190829t133021 |
category | beem |
json_metadata | "{"app": "partiko"}" |
created | 2019-08-29 13:30:24 |
last_update | 2019-08-29 13:30:24 |
depth | 1 |
children | 0 |
last_payout | 2019-09-05 13:30: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 | 213 |
author_reputation | 39,207,160,334,751 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,070,629 |
net_rshares | 0 |
Hi, @holger80! You just got a **4.18%** upvote from SteemPlus! To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn. If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
author | steem-plus |
---|---|
permlink | update-for-beem-first-release-for-hf-21---vote-steemplus |
category | beem |
json_metadata | {} |
created | 2019-08-29 14:09:39 |
last_update | 2019-08-29 14:09:39 |
depth | 1 |
children | 0 |
last_payout | 2019-09-05 14:09: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 | 435 |
author_reputation | 247,952,188,232,400 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,072,310 |
net_rshares | 0 |
#### Hi @holger80! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your **UA** account score is currently 7.611 which ranks you at **#49** across all Steem accounts. Your rank has not changed in the last three days. In our last Algorithmic Curation Round, consisting of 118 contributions, your post is ranked at **#113**. ##### Evaluation of your UA score: * Your follower network is great! * Try to show your post to more followers, for example via networking on our discord! * Try to work on user engagement: the more people that interact with you via the comments, the higher your UA score! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-update-for-beem-first-release-for-hf-21-20190829t113246z |
category | beem |
json_metadata | "{"app": "beem/0.21.0"}" |
created | 2019-08-29 11:32:48 |
last_update | 2019-08-29 11:32:48 |
depth | 1 |
children | 0 |
last_payout | 2019-09-05 11:32: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 | 734 |
author_reputation | 23,214,230,978,060 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,067,658 |
net_rshares | 0 |
This post has been just added as new item to _[timeline of beem on Steem Projects](https://steemprojects.com/projects/p/beem/?utm_source=comment_timeline&utm_medium=steem&utm_campaign=new_event&utm_content=c1)_. If you want to be notified about new updates from this project, register on Steem Projects and add beem to your favorite projects.
author | steemprojects |
---|---|
permlink | re-update-for-beem-first-release-for-hf-21-20190828t234138 |
category | beem |
json_metadata | "" |
created | 2019-08-28 23:41:39 |
last_update | 2019-08-28 23:41:39 |
depth | 1 |
children | 0 |
last_payout | 2019-09-04 23:41: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 | 345 |
author_reputation | 29,054,729,340 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,052,501 |
net_rshares | 0 |
Hi @holger80 , I am curious to know if you are planning to re-lauch beempy as well. Do you have any new about it?
author | toofasteddie |
---|---|
permlink | px28xc |
category | beem |
json_metadata | {"tags":["beem"],"users":["holger80"],"app":"steemit/0.1"} |
created | 2019-08-30 17:36:48 |
last_update | 2019-08-30 17:36:48 |
depth | 1 |
children | 0 |
last_payout | 2019-09-06 17:36: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 | 113 |
author_reputation | 670,098,609,022,646 |
root_title | "update for beem: first release for HF 21" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 90,115,332 |
net_rshares | 0 |