<center><img src="https://ipfs.busy.org/ipfs/QmQYqd91dQKfVswTApg5KFkAU7WDCnbfj5SYSeU4sSQF7S" alt="ubuntu-python-steem.png" /><br/><br/><a href="https://cn.yuxifan.com/setup-python-steem-development-environment-ubuntu16/">图源:范羽西博客</a></center> > *六天前,我在[《体验“在Ubuntu 16上配置Python和Steem开发环境“》](https://busy.org/@liuzg/ubuntu16pythonsteem-gavm4ocp9i)一文中记录了我第一次在ubuntu配置Python和Steem开发环境。在编程方面我是一个门外汉,我的编程语言水平只停留在大学时的几次计算机课上,对linux、python更是白纸一张。因为是个门外汉,那次的体验可想而知,最后以失败告终。* > > *昨天晚上,我再次尝试了一次在Ubuntu 16上配置Python和Steem开发环境。虽然过程有点曲折,但是最后却成功了。*<br/><br/>***下面是我对我的操作过程的记录。*** ### 对第一次失败的思考 在第一次配置过程中,最后出现的问题是找不到模块错误(ModuleNotFoundError)。出现这个问题,很可能是因为我们使用的steem开发软件包“steem-python”这个项目没有及时维护更新。 **为什么这么说?** 在github上,steem开发软件包[“steem-python”项目](https://github.com/steemit/steem-python)的更新还停留在2018年3月23日。在2018年6月,steem进行过一次硬分叉,这次的分叉很可能就是ModuleNotFoundError问题的元凶。 **怎么解决?** 我在网上搜索时,发现github上还有另一个steem开发软件包[“beem”项目](https://github.com/holgern/beem),它的更新时间是2019年4月19日。可以看出这个项目更新的非常及时,我决定用这个项目试一试。 ### 具体步骤 1、配置Python和Steem开发环境 根据我之前的[帖子](https://busy.org/editor?draft=liuzg/ubuntu16pythonsteem-gavm4ocp9i),结合github上[“beem”项目](https://github.com/holgern/beem)的README文件完成Python和Steem开发环境的配置。 2、测试开发环境<br/>*(接下来的过程是按照@emrebeyler的post[《Beem Tutorials #1 - Introduction to Beem and creating a post with it》](https://steemit.com/utopian-io/@emrebeyler/beem-tutorials-1-introduction-to-beem-and-creating-a-post-with-it)完成。)* a、打开shell进入虚拟运行环境  b、打开python  c、测试steem链的版本 ```python from beem import Steem s = Steem() print(s.get_blockchain_version()) ```  当我执行到```s = Steem()```的时候,第一个错误出现(如上图)。 出现这个问题以后,我在网上没有找到答案,我猜想这个错误可能与api.steemit.com在国内被屏蔽有关。于是进入下一步:设置节点。 d、设置节点(Setting a node) ```python from beem import Steem s = Steem( node=["https://api.steemit.com",] ) ```  同样出现问题,原因还是出在api.steemit.com节点。最后我把steemit节点换成国内可用的anyx.io,执行``` s = Steem(node=["https://anyx.io",])```问题解决。 执行上一步中测试steem区块链版本号```print(s.get_blockchain_version())```,显示当前版本为:```0.20.10```。  ### 到现在为止,在Ubuntu 16上配置Python和Steem开发环境顺利完成!!! 3、下面是我通过调试完成的开发环境发出的第一个测试帖子。 shell终端显示如下:  busy.org显示如下:
author | liuzg | ||||||
---|---|---|---|---|---|---|---|
permlink | ubuntu-16-python-steem | ||||||
category | sct | ||||||
json_metadata | {"links":["https://cn.yuxifan.com/setup-python-steem-development-environment-ubuntu16/","https://busy.org/@liuzg/ubuntu16pythonsteem-gavm4ocp9i","https://github.com/steemit/steem-python","https://github.com/holgern/beem","https://busy.org/editor?draft=liuzg/ubuntu16pythonsteem-gavm4ocp9i","https://github.com/holgern/beem","/@emrebeyler","https://steemit.com/utopian-io/@emrebeyler/beem-tutorials-1-introduction-to-beem-and-creating-a-post-with-it"],"image":["https://ipfs.busy.org/ipfs/QmQYqd91dQKfVswTApg5KFkAU7WDCnbfj5SYSeU4sSQF7S","https://cdn.steemitimages.com/DQmSCu3jwzCdUoc7rXCTayy71x2UNFpRkCCM6N1qdB63n8c/2019-05-29%2010-43-46%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png","https://cdn.steemitimages.com/DQmTHmLXXhkWEWHkdWnS3bQtwmCJ2ecHudhGkMzeKZUytTg/2019-05-29%2010-46-02%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png","https://cdn.steemitimages.com/DQmYHjBEiFm2JmfhLV3AQrYEP9uJzz3JvL7eqX6aMP9pcBL/2019-05-29%2010-46-24%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png","https://cdn.steemitimages.com/DQmdk4ABGhj57ZFKKFE6xrHfA4Nc3dpLu6DXwZzj8snDyMM/2019-05-29%2010-58-54%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png","https://cdn.steemitimages.com/DQmY1nN4ESAu6tomidbPk7WV2JZFaRjNZXpGRJYQCgkRRu5/2019-05-29%2011-11-16%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png","https://cdn.steemitimages.com/DQmNkPPWhU7c2HhA44sprjjCGVWDB32M4nQNbDR4wPQrLTT/2019-05-29%2011-21-04%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png","https://cdn.steemitimages.com/DQmPUoKmP8XoRGgTZoCuy2YKejxHF1CL2dtrNoZPx4f8MpU/2019-05-29%2011-23-02%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png"],"tags":["sct","sct-cn","cn","esteem-cn","cn-stem"],"app":"busy/2.5.6","format":"markdown","community":"busy","users":["liuzg","emrebeyler"]} | ||||||
created | 2019-05-29 08:31:03 | ||||||
last_update | 2019-05-29 15:12:24 | ||||||
depth | 0 | ||||||
children | 10 | ||||||
last_payout | 2019-06-05 08:31:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 1.824 HBD | ||||||
curator_payout_value | 0.605 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 3,269 | ||||||
author_reputation | 20,078,417,529,815 | ||||||
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 85,674,372 | ||||||
net_rshares | 4,638,645,945,749 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 17,032,842,934 | 0.32% | ||
tombstone | 0 | 24,561,758,094 | 0.1% | ||
delegate.lafona | 0 | 101,933,010,016 | 5% | ||
kevinwong | 0 | 40,835,200,175 | 0.5% | ||
anwenbaumeister | 0 | 10,656,492 | 1.08% | ||
mammasitta | 0 | 205,608,052 | 0.05% | ||
good-karma | 0 | 56,169,774,453 | 4.41% | ||
anyx | 0 | 1,095,209,715,385 | 100% | ||
liberosist | 0 | 244,965,712 | 1.08% | ||
arconite | 0 | 127,848,461 | 0.25% | ||
mysteem | 0 | 111,969,971 | 4.41% | ||
steemitqa | 0 | 663,276,949 | 15% | ||
lemouth | 0 | 12,996,635,400 | 2.5% | ||
demo | 0 | 162,248,182 | 4.41% | ||
tumutanzi | 0 | 3,653,393,915 | 0.5% | ||
lamouthe | 0 | 2,863,461,170 | 5% | ||
feruz | 0 | 396,741,347 | 4.41% | ||
justyy | 0 | 77,370,722,805 | 3.05% | ||
jack8831 | 0 | 228,125,191,923 | 100% | ||
fukako | 0 | 116,988,400 | 7% | ||
whoib | 0 | 423,736,193 | 70% | ||
curie | 0 | 345,749,355,326 | 1.08% | ||
hendrikdegrote | 0 | 14,468,795,575 | 1.08% | ||
vact | 0 | 20,990,834,273 | 1.08% | ||
steemstem | 0 | 204,163,996,192 | 5% | ||
dashfit | 0 | 72,493,822 | 0.54% | ||
esteemapp | 0 | 879,180,657,860 | 4.41% | ||
dna-replication | 0 | 1,361,963,590 | 5% | ||
coldhair | 0 | 1,151,156,398 | 0.5% | ||
diebaasman | 0 | 2,291,521,502 | 12% | ||
bloom | 0 | 22,476,341,946 | 5% | ||
jiujitsu | 0 | 469,367,535 | 0.54% | ||
lekang | 0 | 109,511,509 | 0.54% | ||
improv | 0 | 7,443,526,849 | 7% | ||
helo | 0 | 6,694,598,646 | 2.5% | ||
samminator | 0 | 2,419,783,915 | 2.5% | ||
wishmaiden | 0 | 21,859,617 | 5% | ||
locikll | 0 | 828,060,304 | 2.16% | ||
kjaeger | 0 | 57,598,856 | 50% | ||
mahdiyari | 0 | 4,264,823,193 | 2.5% | ||
lorenzor | 0 | 5,870,732,229 | 50% | ||
aboutyourbiz | 0 | 167,790,338 | 1.08% | ||
alexander.alexis | 0 | 2,761,377,770 | 5% | ||
jayna | 0 | 85,443,802 | 0.16% | ||
suesa | 0 | 68,276,844,568 | 25% | ||
cryptokrieg | 0 | 149,315,233 | 1.08% | ||
rival | 0 | 2,132,817,115 | 2% | ||
tensor | 0 | 654,895,648 | 0.54% | ||
corsica | 0 | 2,296,376,281 | 5% | ||
fancybrothers | 0 | 76,183,898 | 1.5% | ||
allcapsonezero | 0 | 485,114,072 | 0.54% | ||
drotto | 0 | 6,182,465,107 | 1.56% | ||
howo | 0 | 7,234,612,766 | 2.5% | ||
tsoldovieri | 0 | 324,342,154 | 2.5% | ||
hotsteam | 0 | 3,314,427,239 | 10% | ||
neumannsalva | 0 | 124,147,336 | 0.54% | ||
wargof | 0 | 207,880,367 | 10% | ||
abigail-dantes | 0 | 85,502,791,146 | 5% | ||
zonguin | 0 | 282,643,917 | 1.25% | ||
alexzicky | 0 | 1,823,573,783 | 1.25% | ||
mountain.phil28 | 0 | 3,583,145,797 | 25% | ||
jasonbu | 0 | 12,422,514,981 | 25% | ||
coolbuddy | 0 | 0 | 1% | ||
stinawog | 0 | 714,715,797 | 7% | ||
tuoficinavirtual | 0 | 98,549,820 | 25% | ||
iamphysical | 0 | 23,725,954,838 | 90% | ||
zest | 0 | 917,634,612 | 2.5% | ||
felixrodriguez | 0 | 80,110,563 | 2.5% | ||
aaronleang | 0 | 4,280,127,629 | 5% | ||
azulear | 0 | 831,661,477 | 100% | ||
felicenavidad | 0 | 200,269,626 | 50% | ||
psicoluigi | 0 | 409,030,840 | 50% | ||
lmon | 0 | 4,531,740,010 | 50% | ||
massivevibration | 0 | 3,289,269,242 | 5% | ||
reaverza | 0 | 1,180,282,682 | 15% | ||
joshman | 0 | 223,899,618 | 0.07% | ||
davidke20 | 0 | 4,042,572,775 | 4% | ||
june0620 | 0 | 12,328,997,945 | 2.5% | ||
osm0sis | 0 | 4,944,770,600 | 7% | ||
superbing | 0 | 757,662,074 | 7.33% | ||
xiaoshancun | 0 | 4,656,186,234 | 100% | ||
erikkun28 | 0 | 0 | 1% | ||
cryptononymous | 0 | 84,215,180 | 0.54% | ||
minloulou | 0 | 743,763,433 | 5% | ||
dailystats | 0 | 2,249,862,374 | 7.32% | ||
mayowadavid | 0 | 127,605,098 | 2.5% | ||
cryptocurrencyhk | 0 | 374,188,652 | 20% | ||
esteem.app | 0 | 879,248,940 | 4.41% | ||
peaceandwar | 0 | 115,085,540 | 0.54% | ||
enzor | 0 | 122,634,094 | 5% | ||
namchau | 0 | 2,797,257,730 | 70% | ||
lekosvapenglass | 0 | 69,593,672 | 40% | ||
carloserp-2000 | 0 | 66,842,737,635 | 100% | ||
carlos84 | 0 | 7,299,477,575 | 100% | ||
gra | 0 | 1,873,437,404 | 5% | ||
jianan | 0 | 1,188,155,120 | 7.37% | ||
shayekh2 | 0 | 71,833,639 | 50% | ||
pinksteam | 0 | 1,090,109,428 | 10% | ||
aalok | 0 | 104,913,845 | 26% | ||
tbaumer2 | 0 | 143,366,648 | 50% | ||
cnbuddy | 0 | 13,197,838,605 | 1% | ||
beom | 0 | 95,415,718 | 100% | ||
drmake | 0 | 542,011,798 | 0.54% | ||
anxin | 0 | 115,389,073 | 7.37% | ||
guga34 | 0 | 61,154,257 | 3.75% | ||
amestyj | 0 | 5,701,341,765 | 100% | ||
sandracarrascal | 0 | 147,766,197 | 100% | ||
bitinvdig0 | 0 | 674,070,705 | 24% | ||
skycae | 0 | 94,858,725 | 1.08% | ||
zapncrap | 0 | 5,169,281,823 | 7% | ||
kenadis | 0 | 1,211,178,516 | 5% | ||
maticpecovnik | 0 | 697,465,759 | 2% | ||
robotics101 | 0 | 415,587,718 | 5% | ||
gentleshaid | 0 | 2,474,347,993 | 10% | ||
nunesso | 0 | 35,151,657,584 | 50% | ||
ledjo1991 | 0 | 66,015,498 | 50% | ||
danaedwards | 0 | 73,856,706 | 1.08% | ||
ivymalifred | 0 | 2,061,961,528 | 50% | ||
sco | 0 | 4,762,827,039 | 5% | ||
douglimarbalzan | 0 | 428,017,212 | 100% | ||
ennyta | 0 | 951,324,775 | 50% | ||
rharphelle | 0 | 99,533,851 | 25% | ||
stahlberg | 0 | 194,925,505 | 0.54% | ||
vjap55 | 0 | 477,593,757 | 100% | ||
monie | 0 | 493,998,973 | 100% | ||
eliaschess333 | 0 | 11,159,346,734 | 50% | ||
ydavgonzalez | 0 | 566,886,284 | 5% | ||
mattiarinaldoni | 0 | 0 | 1% | ||
mathowl | 0 | 1,101,130,937 | 2.5% | ||
shinedojo | 0 | 81,978,094 | 1.08% | ||
gaming.yer | 0 | 500,586,977 | 100% | ||
suesa-random | 0 | 13,543,494,408 | 50% | ||
curx | 0 | 5,861,460,553 | 7% | ||
steem-familia | 0 | 498,939,860 | 100% | ||
terrylovejoy | 0 | 883,692,718 | 2% | ||
steepup | 0 | 76,502,849 | 2% | ||
gribouille | 0 | 122,564,187 | 5% | ||
joeliew | 0 | 3,399,049,356 | 100% | ||
sargoon | 0 | 96,912,873 | 1.21% | ||
traviseric | 0 | 246,649,524 | 50% | ||
woolfe19861008 | 0 | 92,442,752 | 7.38% | ||
yrmaleza | 0 | 370,946,327 | 50% | ||
stemng | 0 | 1,606,260,978 | 2.5% | ||
trixie | 0 | 68,289,879 | 10% | ||
evangelista.yova | 0 | 491,069,298 | 100% | ||
miguelangel2801 | 0 | 788,478,040 | 50% | ||
dailychina | 0 | 2,157,812,895 | 7.32% | ||
didic | 0 | 556,055,584 | 0.54% | ||
jenniferjulieth | 0 | 420,481,989 | 100% | ||
emiliomoron | 0 | 5,784,088,237 | 50% | ||
dexterdev | 0 | 304,923,948 | 2.5% | ||
intellihandling | 0 | 3,828,535,292 | 50% | ||
oghie | 0 | 473,913,147 | 50% | ||
nanobot | 0 | 373,647,919 | 5% | ||
geopolis | 0 | 283,791,404 | 5% | ||
ajfernandez | 0 | 385,311,096 | 100% | ||
dongfengman | 0 | 637,996,917 | 7.37% | ||
robertbira | 0 | 487,607,257 | 1.25% | ||
teekingtv | 0 | 91,592,951 | 1.25% | ||
heiduya | 0 | 372,230,842 | 100% | ||
alexdory | 0 | 212,518,272 | 2% | ||
pizzapai | 0 | 27,731,167,017 | 100% | ||
francostem | 0 | 641,286,647 | 5% | ||
ivan-g | 0 | 89,495,755 | 0.54% | ||
endopediatria | 0 | 692,910,972 | 20% | ||
croctopus | 0 | 1,397,000,410 | 100% | ||
zipporah | 0 | 182,711,120 | 0.21% | ||
ingmarvin | 0 | 435,438,341 | 100% | ||
emmanuel293 | 0 | 98,467,764 | 25% | ||
cryptofuwealth | 0 | 79,284,272 | 11% | ||
ethanlee | 0 | 174,087,471 | 6.34% | ||
alix96 | 0 | 420,663,489 | 100% | ||
ericet | 0 | 11,528,273,744 | 25% | ||
tomastonyperez | 0 | 13,967,511,614 | 50% | ||
elvigia | 0 | 10,739,734,147 | 50% | ||
scoora82 | 0 | 468,917,515 | 24% | ||
lesmouths-travel | 0 | 204,491,913 | 3.25% | ||
tanzy | 0 | 1,021,719,374 | 37.5% | ||
markko | 0 | 69,081,882 | 100% | ||
effofex | 0 | 417,958,175 | 2.5% | ||
luiscd8a | 0 | 743,366,981 | 80% | ||
chuuuckie | 0 | 1,847,897,743 | 2.5% | ||
eniolw | 0 | 357,820,881 | 5% | ||
de-stem | 0 | 2,034,708,217 | 4.95% | ||
geadriana | 0 | 688,811,054 | 15% | ||
elpdl | 0 | 534,239,920 | 100% | ||
derbesserwisser | 0 | 161,663,129 | 100% | ||
hiddenblade | 0 | 83,272,519 | 0.86% | ||
josedelacruz | 0 | 6,492,380,092 | 50% | ||
joseangelvs | 0 | 1,645,946,968 | 100% | ||
viannis | 0 | 762,271,103 | 50% | ||
liewps | 0 | 169,481,846 | 37.5% | ||
mariusfebruary | 0 | 32,739,273,865 | 0.21% | ||
majapesi | 0 | 246,867,544 | 50% | ||
broadcast | 0 | 7,749,650,697 | 10% | ||
oclinton | 0 | 243,455,022 | 12.5% | ||
menoski | 0 | 219,376,420 | 1.25% | ||
erickyoussif | 0 | 1,398,928,994 | 100% | ||
sbi3 | 0 | 19,705,196,061 | 2.28% | ||
deholt | 0 | 170,231,243 | 4.25% | ||
brightmoon | 0 | 258,612,413 | 100% | ||
liuzg | 0 | 6,687,894,521 | 50% | ||
goodway | 0 | 141,361,117 | 1% | ||
temitayo-pelumi | 0 | 337,802,383 | 5% | ||
andrick | 0 | 619,811,859 | 50% | ||
sweet-jenny8 | 0 | 1,261,544,035 | 7.38% | ||
yusvelasquez | 0 | 1,290,388,015 | 50% | ||
springfall | 0 | 167,723,710 | 50% | ||
doctor-cog-diss | 0 | 75,264,813 | 5% | ||
alexworld | 0 | 600,373,462 | 25% | ||
johnsonlai | 0 | 184,760,672 | 37.5% | ||
marcuz | 0 | 72,980,482 | 2.5% | ||
acont | 0 | 1,228,468,985 | 50% | ||
cn-malaysia | 0 | 69,657,456,918 | 75% | ||
elimao | 0 | 427,604,319 | 100% | ||
schroders | 0 | 361,392,912 | 0.32% | ||
anaestrada12 | 0 | 22,157,932,827 | 100% | ||
steemzeiger | 0 | 122,549,081 | 4.95% | ||
yorgermadison | 0 | 347,197,652 | 100% | ||
alexjunior | 0 | 368,879,718 | 100% | ||
moneybaby | 0 | 930,981,487 | 5% | ||
urme33 | 0 | 460,152,528 | 1% | ||
antunez25 | 0 | 427,516,264 | 100% | ||
haf67 | 0 | 380,103,793 | 100% | ||
chavas | 0 | 462,399,442 | 100% | ||
longer | 0 | 273,740,988 | 50% | ||
blewitt | 0 | 334,291,421 | 0.07% | ||
hardmetal | 0 | 404,110,448 | 100% | ||
kafupraise | 0 | 98,878,489 | 34% | ||
biomimi | 0 | 188,022,805 | 40% | ||
drsensor | 0 | 353,720,327 | 2% | ||
mrnightmare89 | 0 | 4,598,824,478 | 26% | ||
ilovecryptopl | 0 | 104,890,189 | 0.86% | ||
vmkoko | 0 | 138,331,170 | 37.5% | ||
eglinson | 0 | 327,886,203 | 100% | ||
uzcateguiazambra | 0 | 445,392,073 | 100% | ||
yomismosoy | 0 | 237,786,402 | 50% | ||
casiloko | 0 | 247,551,468 | 50% | ||
bflanagin | 0 | 172,731,958 | 0.54% | ||
ubaldonet | 0 | 5,931,681,888 | 65% | ||
asmeira | 0 | 510,234,481 | 100% | ||
garrillo | 0 | 335,566,785 | 100% | ||
px1 | 0 | 538,957,867 | 100% | ||
laiyuehta | 0 | 124,975,713 | 5.63% | ||
turtlegraphics | 0 | 634,807,418 | 7.45% | ||
wstanley226 | 0 | 62,554,993 | 50% | ||
gpcx86 | 0 | 135,340,083 | 50% | ||
cn-news | 0 | 536,696,940 | 100% | ||
yishion | 0 | 537,985,739 | 100% | ||
china-unicom | 0 | 535,977,908 | 100% | ||
china.mobile | 0 | 1,569,450,426 | 100% | ||
erke | 0 | 539,764,374 | 100% | ||
reinaseq | 0 | 5,642,810,764 | 100% | ||
lilanz | 0 | 537,438,546 | 100% | ||
cnpc | 0 | 539,767,527 | 100% | ||
yaelg | 0 | 2,481,229,538 | 5% | ||
youngor | 0 | 456,841,086 | 100% | ||
cn-times | 0 | 538,925,603 | 100% | ||
tonlion | 0 | 538,240,205 | 100% | ||
cn-reporter | 0 | 536,646,626 | 100% | ||
pfernandezpetit | 0 | 350,774,530 | 100% | ||
mgarrillogonzale | 0 | 397,627,610 | 100% | ||
rubenp | 0 | 534,803,423 | 100% | ||
jeferc | 0 | 533,639,407 | 100% | ||
julian2013 | 0 | 17,353,942,694 | 20% | ||
curationkiwi | 0 | 7,029,511,318 | 25% | ||
dxy | 0 | 538,431,861 | 100% | ||
ttf | 0 | 537,576,057 | 100% | ||
lupafilotaxia | 0 | 23,414,577,453 | 100% | ||
fran.frey | 0 | 2,622,429,456 | 50% | ||
alaiza | 0 | 471,253,345 | 100% | ||
jrevilla | 0 | 111,765,491 | 50% | ||
myreader | 0 | 22,158,803,658 | 27% | ||
di7tian | 0 | 536,261,323 | 100% | ||
emperorhassy | 0 | 121,447,503 | 2.5% | ||
tgu | 0 | 536,131,632 | 100% | ||
biglotto | 0 | 2,604,611,478 | 100% | ||
my-eye | 0 | 1,045,766,400 | 100% | ||
depend | 0 | 930,445,222 | 100% | ||
loquat | 0 | 539,547,188 | 100% | ||
moniroy | 0 | 444,833,971 | 50% | ||
stem-espanol | 0 | 68,877,331,151 | 100% | ||
praditya | 0 | 2,395,563,457 | 24% | ||
lapp | 0 | 472,861,880 | 100% | ||
steemtpistia | 0 | 472,337,506 | 100% | ||
crassipes | 0 | 472,587,140 | 100% | ||
kissfirer | 0 | 4,146,590,038 | 100% | ||
lianqiao | 0 | 457,404,991 | 100% | ||
macoolette | 0 | 3,131,320,207 | 0.54% | ||
javier.dejuan | 0 | 1,092,454,135 | 5% | ||
witnesstools | 0 | 599,041,074 | 7.38% | ||
tuq | 0 | 538,064,530 | 100% | ||
ouy | 0 | 539,338,142 | 100% | ||
faithfullwills | 0 | 66,675,949 | 85% | ||
agrovision | 0 | 472,861,901 | 100% | ||
hirally | 0 | 447,250,038 | 100% | ||
emynb | 0 | 340,582,085 | 100% | ||
fanta-steem | 0 | 477,353,507 | 30% | ||
licun | 0 | 538,052,925 | 100% | ||
buo | 0 | 535,968,081 | 100% | ||
ytr | 0 | 539,432,505 | 100% | ||
kusheng | 0 | 539,236,875 | 100% | ||
wqw | 0 | 539,119,539 | 100% | ||
thoor | 0 | 69,752,838 | 20% | ||
dishui | 0 | 536,938,188 | 100% | ||
didadi | 0 | 536,621,804 | 100% | ||
steem-ua | 0 | 195,898,717,108 | 2.42% | ||
giulyfarci52 | 0 | 1,641,378,385 | 50% | ||
wsb | 0 | 538,743,422 | 100% | ||
gff | 0 | 539,088,720 | 100% | ||
uhy | 0 | 538,137,046 | 100% | ||
songxm | 0 | 539,703,717 | 100% | ||
erz | 0 | 539,625,505 | 100% | ||
baizhu | 0 | 539,380,445 | 100% | ||
dishui1 | 0 | 537,344,096 | 100% | ||
shuizhi | 0 | 539,304,191 | 100% | ||
dishui2 | 0 | 536,582,285 | 100% | ||
gft | 0 | 538,262,707 | 100% | ||
babalo | 0 | 536,385,925 | 100% | ||
kal.eso | 0 | 536,268,785 | 100% | ||
biloqi | 0 | 538,206,895 | 100% | ||
cazbu | 0 | 538,013,813 | 100% | ||
eu-id | 0 | 619,783,059 | 10% | ||
ilovecoding | 0 | 592,771,681 | 7.37% | ||
marwamohamed | 0 | 95,574,011 | 25% | ||
zyj | 0 | 538,013,803 | 100% | ||
fty | 0 | 537,932,062 | 100% | ||
ambercookie | 0 | 74,267,878 | 90% | ||
stem.witness | 0 | 4,573,790,633 | 5% | ||
steemfuckeos | 0 | 375,417,899 | 7.39% | ||
double-negative | 0 | 517,616,737 | 20% | ||
blissfish | 0 | 206,529,813,370 | 100% | ||
alex-hm | 0 | 1,225,681,531 | 50% | ||
wilmer14molina | 0 | 1,107,823,959 | 50% | ||
zerofive | 0 | 2,910,664,541 | 100% | ||
eugenialobo | 0 | 508,806,214 | 100% | ||
ballesteroj | 0 | 369,564,391 | 100% | ||
jcmontilva | 0 | 468,602,662 | 100% | ||
rodriguezr | 0 | 392,254,543 | 100% | ||
marbely20 | 0 | 440,640,744 | 100% | ||
moyam | 0 | 535,529,785 | 100% | ||
emilycg | 0 | 386,250,433 | 100% | ||
darys | 0 | 470,253,814 | 100% | ||
sibaja | 0 | 477,735,379 | 100% | ||
balcej | 0 | 535,457,728 | 100% | ||
lmanjarres | 0 | 454,722,595 | 100% | ||
anaka | 0 | 536,578,754 | 100% | ||
benhurg | 0 | 535,535,785 | 100% | ||
judisa | 0 | 533,332,839 | 100% | ||
juddarivv | 0 | 535,532,764 | 100% | ||
mariamo | 0 | 416,152,628 | 100% | ||
kimmorales | 0 | 460,501,257 | 100% | ||
loraine25 | 0 | 440,247,887 | 100% | ||
kingnosa | 0 | 59,039,583 | 50% | ||
ishare | 0 | 2,560,183,378 | 100% | ||
ascorphat | 0 | 49,948,929 | 2.5% | ||
cnstm | 0 | 10,584,139,684 | 1% | ||
davidchen | 0 | 5,377,907,479 | 50% | ||
cameravisual | 0 | 9,293,072,771 | 50% | ||
amin-ove | 0 | 101,403,008 | 50% | ||
goodcontentbot | 0 | 66,061,358 | 50% | ||
huilco | 0 | 522,517,719 | 100% | ||
herculean | 0 | 57,871,843 | 50% | ||
combatsports | 0 | 363,541,644 | 1.08% | ||
mia-cc | 0 | 695,617,967 | 100% | ||
cecilian | 0 | 975,129,384 | 100% | ||
alexgamer | 0 | 115,217,791 | 25% | ||
ishare.group | 0 | 704,042,531 | 100% | ||
yanhan | 0 | 768,554,104 | 100% | ||
donasys | 0 | 44,464,392 | 50% | ||
breakout101 | 0 | 177,892,398 | 0.54% | ||
mtfmohammad | 0 | 99,149,998 | 25% | ||
chrisluke | 0 | 102,826,800 | 26% | ||
joannar | 0 | 114,620,735 | 25% | ||
pflanzenlilly | 0 | 246,272,051 | 50% | ||
sapphire.app | 0 | 1,908,441,351 | 50% | ||
cnbuddy-cnstm | 0 | 197,675,261 | 1% | ||
nicephoto | 0 | 346,978,939 | 0.86% | ||
sumotori | 0 | 403,847,140 | 75% | ||
naturalproducts | 0 | 699,200,716 | 25% | ||
jackramsey | 0 | 1,544,631,744 | 0.75% | ||
alexmonster | 0 | 99,750,174 | 25% | ||
smdragon | 0 | 114,975,940 | 25% | ||
gutenmorganism | 0 | 1,017,505,158 | 50% | ||
theinspiration | 0 | 69,228,473 | 100% | ||
faberleggenda | 0 | 520,301,603 | 100% | ||
epic4chris | 0 | 71,134,551 | 100% | ||
mohaaking | 0 | 123,009,083 | 50% | ||
gustavoagt | 0 | 256,211,024 | 97% | ||
vaccinusveritas | 0 | 6,708,789,761 | 50% | ||
celine-robichaud | 0 | 105,579,403 | 50% | ||
bergelmirsenpai | 0 | 325,961,408 | 7% | ||
imaloser | 0 | 47,466,205 | 50% | ||
ritch | 0 | 773,978,495 | 50% | ||
sembdelgado | 0 | 59,704,348 | 50% | ||
cojp | 0 | 55,072,083 | 50% | ||
descalante | 0 | 203,652,219 | 50% | ||
hertz300 | 0 | 738,307,280 | 25% | ||
sct.cu7 | 0 | 3,149,887,970 | 100% | ||
sct.jac | 0 | 7,644,888,890 | 33% | ||
teamcn-sct | 0 | 6,388,599,576 | 50% | ||
tumi1015 | 0 | 547,993,889 | 50% | ||
sct.kop7 | 0 | 9,875,571,012 | 50% | ||
curatrail | 0 | 0 | 1.4% |
<div class="pull-right"><img src='https://steemitimages.com/p/3jpR3paJ37V8JxyWvos7Po3CcsKfhvxkGk9C7hMZ8ZbCK1qDQAmGpBxKmZSbBFJn4XdxrGG4PVf8ZSGsDVQ6EHFUndnFsTWGvjKk6yBMna4egroJtLciGzQ1DDf7ePzDnjKHY?format=match&mode=fit&width=640'></div><div><center><h1>Congratulations!</h1><br>This post has been granted a 100% upvote, courtesy to @wokeprincess, from BlissFish!<br>Enjoy the Bliss!<br><hr><a href='https://discord.gg/gqWDz9U'> Join us on Discord!</a></center><blockquote>Upvote this post to help the minnows win a bigger upvote!</blockquote></div>
author | blissfish |
---|---|
permlink | 20190530t054748901z |
category | sct |
json_metadata | {"tags":["blissfish","bot","lottery","yourewelcome"]} |
created | 2019-05-30 05:47:48 |
last_update | 2019-05-30 05:47:48 |
depth | 1 |
children | 0 |
last_payout | 2019-06-06 05:47: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 | 547 |
author_reputation | 3,706,960,754,901 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,732,939 |
net_rshares | 0 |
吃了吗?这是哪里?你是谁?我为什么会来这边?你不要给我点赞不要点赞,哈哈哈哈哈哈。如果不想再收到我的留言,请回复“取消”。
author | cnbuddy |
---|---|
permlink | re-liuzg-ubuntu-16-python-steem-20190529t225351257z |
category | sct |
json_metadata | "" |
created | 2019-05-29 22:53:51 |
last_update | 2019-05-29 22:53:51 |
depth | 1 |
children | 0 |
last_payout | 2019-06-05 22:53:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | -1,449,160,991,441 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,715,621 |
net_rshares | 0 |
You got voted by @curationkiwi thanks to liuzg! This bot is managed by [KiwiJuce3](https://bit.ly/2HQOvIO) and run by [Rishi556](https://bit.ly/2OmBsQF), you can check both of them out there. To receive upvotes on your own posts, you need to join the [Kiwi Co. Discord](https://bit.ly/2U8Mo9M) and go to the room named #CurationKiwi. Submit your post there using the command "!upvote (post link)" to receive upvotes on your post. CurationKiwi is currently supported by donations from users like you, so feel free to leave an upvote on our posts or comments to support us! We have also recently added a new whitelist feature for those who would like to support CurationKiwi even more! If you would like to receive upvotes more than 2x greater than the normal upvote, all you need to do is delegate 50 SP to @CurationKiwi using [this link](https://app.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=curationkiwi&vesting_shares=110000%20VESTS).
author | curationkiwi |
---|---|
permlink | re-ubuntu-16-python-steem |
category | sct |
json_metadata | {"app":"Discord"} |
created | 2019-05-30 04:08:27 |
last_update | 2019-05-30 04:08:27 |
depth | 1 |
children | 1 |
last_payout | 2019-06-06 04:08: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 | 960 |
author_reputation | 1,922,388,472,606 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,728,812 |
net_rshares | 0 |
<p>Hi @curationkiwi! Special squad of highly trained hamsters prepared this delegation link for you:<br><strong><a href="https://steemconnect.com/sign/delegateVestingShares?account=curationkiwi&delegatee=curationkiwi&vesting_shares=99644.000000%20VESTS">steemconnect 50.0 SP delegation to @curationkiwi</a></strong>.</p>
author | tipu |
---|---|
permlink | re-re-ubuntu-16-python-steem-20190530t040837 |
category | sct |
json_metadata | "" |
created | 2019-05-30 04:08:39 |
last_update | 2019-05-30 04:08:39 |
depth | 2 |
children | 0 |
last_payout | 2019-06-06 04:08: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 | 320 |
author_reputation | 55,940,175,709,939 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,728,821 |
net_rshares | 0 |
<p>This post has received a 1.56 % upvote from @drotto thanks to: @curationkiwi.</p>
author | drotto |
---|---|
permlink | re-liuzg-ubuntu-16-python-steem-20190530t041436463z |
category | sct |
json_metadata | {"tags":["sct"],"app":"drotto/0.0.5pre2"} |
created | 2019-05-30 04:14:36 |
last_update | 2019-05-30 04:14:36 |
depth | 1 |
children | 0 |
last_payout | 2019-06-06 04:14: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 | 85 |
author_reputation | 419,916,705,599 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,729,069 |
net_rshares | 0 |
Thanks for using **eSteem**! <br>Your post has been voted as a part of [eSteem encouragement program](https://steemit.com/esteem/@good-karma/encouragement-program-continues-82eafcd10a299). Keep up the good work! Install [Android](https://play.google.com/store/apps/details?id=app.esteem.mobile), [iOS](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1451896376&mt=8) Mobile app or [Windows, Mac, Linux](https://github.com/esteemapp/esteem-surfer/releases) Surfer app, if you haven't already!<br>Learn more: https://esteem.app <br>Join our discord: https://discord.gg/8eHupPq
author | esteemapp |
---|---|
permlink | re-2019529t10472771z |
category | sct |
json_metadata | {"tags":["esteem"],"app":"esteem/2.0-welcome","format":"markdown+html","community":"esteem.app"} |
created | 2019-05-29 08:47:27 |
last_update | 2019-05-29 08:47:27 |
depth | 1 |
children | 0 |
last_payout | 2019-06-05 08:47: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 | 593 |
author_reputation | 420,443,679,514,793 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,675,101 |
net_rshares | 0 |
懂得折腾的老刘
author | sct.kop7 |
---|---|
permlink | re-liuzg-ubuntu-16-python-steem-20190529t135544392z |
category | sct |
json_metadata | {"tags":["sct"],"app":"steemcoinpan/0.1"} |
created | 2019-05-29 13:55:45 |
last_update | 2019-05-29 13:55:45 |
depth | 1 |
children | 1 |
last_payout | 2019-06-05 13:55: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 | 7 |
author_reputation | 24,257,846,581 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,689,114 |
net_rshares | 6,542,125,607 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jack8831 | 0 | 6,542,125,607 | 3% |
😱
author | liuzg |
---|---|
permlink | re-sctkop7-re-liuzg-ubuntu-16-python-steem-20190529t150920455z |
category | sct |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["sct"],"users":[],"links":[],"image":[]} |
created | 2019-05-29 15:09:24 |
last_update | 2019-05-29 15:09:24 |
depth | 2 |
children | 0 |
last_payout | 2019-06-05 15:09: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 | 1 |
author_reputation | 20,078,417,529,815 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,693,122 |
net_rshares | 0 |
#### Hi @liuzg! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your **UA** account score is currently 2.645 which ranks you at **#14522** across all Steem accounts. Your rank has dropped 366 places in the last three days (old rank 14156). In our last Algorithmic Curation Round, consisting of 189 contributions, your post is ranked at **#119**. ##### Evaluation of your UA score: * Only a few people are following you, try to convince more people with good work. * The readers appreciate your great work! * Try to improve on your user engagement! The more interesting interaction in the comments of your post, the better! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-ubuntu-16-python-steem-20190531t090633z |
category | sct |
json_metadata | "{"app": "beem/0.20.19"}" |
created | 2019-05-31 09:06:33 |
last_update | 2019-05-31 09:06:33 |
depth | 1 |
children | 0 |
last_payout | 2019-06-07 09:06: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 | 763 |
author_reputation | 23,214,230,978,060 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,801,213 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <center> <br /> <img width='200' src='https://res.cloudinary.com/drrz8xekm/image/upload/v1553698283/weenlqbrqvvczjy6dayw.jpg'> </center> <br/> </div> This post has been voted on by the **SteemSTEM** curation team and voting trail. It is elligible for support from <b><a href='https://www.steemstem.io/#!/@curie'>@curie</a></b>.<br /> If you appreciate the work we are doing, then consider supporting our witness [**stem.witness**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=stem.witness). Additional witness support to the [**curie witness**](https://steemconnect.com/sign/account_witness_vote?approve=1&witness=curie) would be appreciated as well.<br /> For additional information please join us on the [**SteemSTEM discord**]( https://discord.gg/BPARaqn) and to get to know the rest of the community!<br /> Please consider setting <b><a href='https://www.steemstem.io/#!/@steemstem'>@steemstem</a></b> as a beneficiary to your post to get a stronger support.<br /> Please consider using the <b><a href='https://www.steemstem.io'>steemstem.io</a></b> app to get a stronger support.</div>
author | steemstem |
---|---|
permlink | re-liuzg-ubuntu-16-python-steem-20190530t204512848z |
category | sct |
json_metadata | {"app":"bloguable-bot"} |
created | 2019-05-30 20:45:30 |
last_update | 2019-05-30 20:45:30 |
depth | 1 |
children | 0 |
last_payout | 2019-06-06 20:45:30 |
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 | 1,174 |
author_reputation | 262,017,435,115,313 |
root_title | "体验“在Ubuntu 16上配置Python和Steem开发环境“(二)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 85,770,306 |
net_rshares | 0 |