<h1>MMoSP001E- install steem python with anaconda</h1> 中文版本:[MMoSP001C- Anaconda 安装 steem-python 开发环境](/@dappcoder/mmosp001-anaconda-steem-python) [steem-python](https://github.com/steemit/steem-python) :It is the official Python Library of [Steem](https://steem.io), which has a bip38 encrypted wallet and a practical cli utility named 'steempy'. 'steem-python' requires Python3.5+. Here, anaconda is used to install it and provide cross platform management of Python development environment. This allows Windows developers and Linux / Mac OS developers to devote themselves to similar coding operations. MacOS10.14 install Anaconda3-2019.10 ----------------------------- Official address:https://repo.anaconda.com/archive/Anaconda3-2019.10-MacOSX-x86_64.sh If the official download is slow, you can use the image of Tsinghua University:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-MacOSX-x86_64.sh ```shell $ cd ~ $ wget https://repo.anaconda.com/archive/Anaconda3-2019.10-MacOSX-x86_64.sh $ bash Anaconda3-2019.10-MacOSX-x86_64.sh $ source ~/.bash_profile (base) ~$ python -V (base) ~$ pip -V ``` ubuntu18.04 install Anaconda3-2019.10 ----------------------------- Official address:https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh If the official download is slow, you can use the image of Tsinghua University:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-Linux-x86_64.sh ```shell $ cd ~ $ sudo apt-get remove python3 python3-dev python3-pip $ sudo apt-get install libffi-dev libssl-dev make $ wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh $ sh ./Anaconda3-2019.10-Linux-x86_64.sh $ source ~/.bashrc (base) ~$ python -V (base) ~$ pip -V ``` Anaconda3 install steem-python ----------------------------- The default installation mode of anaconda3 will automatically enter the python development environment of anaconda3 after the user logs in. If there is no default anaconda3 environment, you can manually enter the anaconda3 environment:`(base) ~$ conda activate` Quit Anaconda3 environment:`(base) ~$ conda deactivate` ```shell $ cd ~ $ conda activate (base) ~$ conda config --add channels conda-forge (base) ~$ conda install cryptography (base) ~$ git clone https://github.com/steemit/steem-python (base) ~$ cd steem-python (base) ~$ make install ``` Note: package installation (`pip install steem`) is error frequently Using the cli tool 'steempy' ------------------- help:`steempy --help` set API node:`(base) ~$ steempy set nodes https://anyx.io,https://api.steemit.com` create wallet password:`$ steempy changewalletpassphrase` add steem account key:`$ steempy addkey` list accounts in wallet:$ steempy listaccounts ```info +-----------+---------+-----------------------------------+ | Name | Type | Available Key | +-----------+---------+-----------------------------------+ | ddxxxxnk | active | STMxxxxxx9yyE | | ddnbbbbnk | posting | STM87YzixbssssEyyfU | +-----------+---------+-----------------------------------+ ``` set wallet default account:$ steempy set default_account testdappcoder set steem vote weight:$ steempy set default_vote_weight 88 list config:$ steempy config ```info ----------------------------------------------+ | Key | Value | +---------------------+-------------------------+ | nodes | https://anyx.io,https://api.steemit.com | | default_account | testdappcoder | | default_vote_weight | 88 | +---------------------+-------------------+ ``` Demo a robot to scan the latest voting data(print_live_votes.py): -------------------------------------- ```python from steem.blockchain import Blockchain from steem.post import Post blockchain = Blockchain() stream = map(Post, blockchain.stream(filter_by=['vote'])) for vote in stream: print('vote:',vote) ``` Run it:`python print_live_votes.py` Results consistent with expectations:  # English list: [MMoSP000E-< make money on steem-python > Preface](/@dappcoder/mmosp000-less-than-make-money-on-steem-python-greater-than-preface) # 中文列表 #cn #hive-180932 #chinese #hive-143316 [MMoSP000C-《steem-python赚钱实战教程》序言](/@dappcoder/mmosp000-steem-python) [MMoSP001C- Anaconda 安装 steem-python 开发环境](/@dappcoder/mmosp001-anaconda-steem-python)
author | dappcoder | ||||||
---|---|---|---|---|---|---|---|
permlink | mmosp001e-install-steem-python-with-anaconda | ||||||
category | esteem | ||||||
json_metadata | {"links":["https://github.com/steemit/steem-python","https://steem.io","https://repo.anaconda.com/archive/Anaconda3-2019.10-MacOSX-x86_64.sh","https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-MacOSX-x86_64.sh","https://repo.anaconda.com/archive/Anaconda3-2019.10-MacOSX-x86_64.sh","https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh","https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-Linux-x86_64.sh","https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh","https://github.com/steemit/steem-python","https://anyx.io,https://api.steemit.com","https://anyx.io,https://api.steemit.com"],"image":["https://img.esteem.app/bfibnr.png"],"tags":["esteem","hive-13953","steemdevs","community","programming","sct","dblog"],"app":"esteem/2.2.2-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2020-02-07 08:38:09 | ||||||
last_update | 2020-02-07 08:38:09 | ||||||
depth | 0 | ||||||
children | 3 | ||||||
last_payout | 2020-02-14 08:38:09 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.736 HBD | ||||||
curator_payout_value | 0.748 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4,281 | ||||||
author_reputation | 9,480,331,507,174 | ||||||
root_title | "MMoSP001E- install steem python with anaconda" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,190,700 | ||||||
net_rshares | 5,745,501,069,099 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 55,909,217,139 | 4.27% | ||
mysteem | 0 | 118,551,011 | 4.27% | ||
demo | 0 | 163,988,327 | 4.27% | ||
feruz | 0 | 12,991,905,374 | 4.27% | ||
esteemapp | 0 | 1,066,421,832,677 | 4.27% | ||
esteem.app | 0 | 966,782,215 | 4.27% | ||
raise-me-up | 0 | 0 | 0.01% | ||
laissez-faire | 0 | 99,569,246 | 100% | ||
demo123 | 0 | 15,399,826,476 | 100% | ||
dappcoder | 0 | 73,147,981,606 | 24.6% | ||
tex.fund | 0 | 581,832,817 | 100% | ||
hnt | 0 | 666,020,816 | 100% | ||
dblogbasicincome | 0 | 77,428,831 | 7% | ||
mana.bank | 0 | 4,532,928,302 | 100% | ||
acu.fund.witness | 0 | 679,341,336 | 100% | ||
spbank | 0 | 568,982,661 | 100% | ||
yaowl | 0 | 569,286,237 | 100% | ||
alanyao | 0 | 591,714,022 | 100% | ||
missingwolf | 0 | 601,550,471 | 100% | ||
xinhuaren | 0 | 568,016,586 | 100% | ||
acufund | 0 | 562,286,426 | 100% | ||
downvoter | 0 | 1,158,318,807 | 100% | ||
manabot1 | 0 | 552,530,502 | 100% | ||
manabot | 0 | 560,983,832 | 100% | ||
huaren.news | 0 | 4,483,377,927,658 | 100% | ||
cameron.barnes | 0 | 539,536,196 | 100% | ||
manabot2 | 0 | 551,430,692 | 100% | ||
sherryzhou | 0 | 568,986,854 | 98% | ||
goodvoter | 0 | 548,792,844 | 100% | ||
anonymity.inlet | 0 | 658,401,439 | 100% | ||
manabot3 | 0 | 555,126,880 | 100% | ||
manabot4 | 0 | 0 | 100% | ||
manabank | 0 | 534,514,472 | 100% | ||
texfund | 0 | 547,192,987 | 100% | ||
goodreader | 0 | 541,053,523 | 100% | ||
goodposter | 0 | 548,323,020 | 100% | ||
goodcurator | 0 | 2,595,555,668 | 100% | ||
goodauthor | 0 | 581,205,133 | 100% | ||
shanyi | 0 | 552,516,338 | 100% | ||
yuwenzhaobin | 0 | 548,578,035 | 100% | ||
huangyiru | 0 | 550,765,485 | 100% | ||
qiuruling | 0 | 554,451,710 | 100% | ||
tongpingxia | 0 | 536,331,052 | 100% | ||
fushuo | 0 | 544,157,201 | 100% | ||
downscaner | 0 | 611,511,824 | 100% | ||
wang.han | 0 | 556,636,207 | 100% | ||
anonym.inlet | 0 | 538,302,082 | 100% | ||
rongyongyu | 0 | 536,253,569 | 100% | ||
heyaochen | 0 | 543,151,135 | 100% | ||
miyijuan | 0 | 553,245,196 | 100% | ||
xiangsong | 0 | 538,206,419 | 100% | ||
haiyaochang | 0 | 537,425,084 | 100% | ||
zhangyanxie | 0 | 694,555,749 | 100% | ||
jiduanren | 0 | 546,600,739 | 100% | ||
hanyiya | 0 | 536,253,149 | 100% | ||
guxiefeng | 0 | 536,257,493 | 100% | ||
hejuangang | 0 | 536,252,667 | 100% | ||
mengyin | 0 | 536,252,371 | 100% | ||
liaohepeng | 0 | 540,119,152 | 100% | ||
gaituan | 0 | 536,251,770 | 100% | ||
quxibei | 0 | 536,251,595 | 100% | ||
church-of-god | 0 | 1,828,863,953 | 1% | ||
dblogvoter | 0 | 73,706,541 | 1.95% | ||
huarennews | 0 | 598,364,751 | 100% | ||
qukehan | 0 | 18,314,155 | 100% | ||
lvziyun | 0 | 355,659,335 | 100% | ||
telangpu | 0 | 0 | 100% | ||
chinesebi | 0 | 286,911,259 | 100% |
# According to the Bible, *In Matthew 17: 1-5, was Matthew in the mountain with Jesus?* ***(Sorry for sending this comment. We are not looking for our self profit, our intentions is to preach the words of God in any means possible.)*** https://youtu.be/NjhaK5Z7Sm8 https://i.postimg.cc/SxmKZFY2/image.jpg Comment what you understand of our Youtube Video to receive our full votes. We have 30,000 #SteemPower. It's our little way to **Thank you, our beloved friend.** Check our [Discord Chat](https://discord.gg/vzHFNd6) Join our Official Community: https://beta.steemit.com/trending/hive-182074
author | church-of-god |
---|---|
permlink | 379lo1ln82f |
category | esteem |
json_metadata | "" |
created | 2020-02-07 08:46:24 |
last_update | 2020-02-07 08:46:24 |
depth | 1 |
children | 0 |
last_payout | 2020-02-14 08:46: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 | 599 |
author_reputation | -10,142,640,475,011 |
root_title | "MMoSP001E- install steem python with anaconda" |
beneficiaries | [] |
max_accepted_payout | 10,000.000 HBD |
percent_hbd | 100 |
post_id | 95,190,885 |
net_rshares | -24,176,298,531 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mack-bot | 0 | -26,004,414,118 | -0.25% | ||
church-of-god | 0 | 1,828,115,587 | 1% |
!shop
author | dappcoder | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dappcoder-202027t16438550z | ||||||
category | esteem | ||||||
json_metadata | {"tags":["esteem","hive-13953","steemdevs","community","programming","sct","dblog"],"app":"esteem/2.2.2-surfer","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2020-02-07 08:43:12 | ||||||
last_update | 2020-02-07 08:43:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-02-14 08:43: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 | 5 | ||||||
author_reputation | 9,480,331,507,174 | ||||||
root_title | "MMoSP001E- install steem python with anaconda" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,190,811 | ||||||
net_rshares | 0 |
**Yay!** <br>Your post has been **boosted with ESTM**. Keep up the good work! <br>Dear reader, Install [Android](https://play.google.com/store/apps/details?id=app.esteem.mobile.android), [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!<br>Learn more: https://esteem.app <br>Join our discord: https://discord.me/esteem
author | esteemapp |
---|---|
permlink | re-202027t11454218z |
category | esteem |
json_metadata | {"tags":["esteem"],"app":"esteem/2.2.2-welcome","format":"markdown+html","community":"esteem.app"} |
created | 2020-02-07 10:45:42 |
last_update | 2020-02-07 10:45:42 |
depth | 1 |
children | 0 |
last_payout | 2020-02-14 10:45: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 | 459 |
author_reputation | 420,443,679,514,793 |
root_title | "MMoSP001E- install steem python with anaconda" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,193,460 |
net_rshares | 0 |