<html> <p> 我在之前写过两篇文章,一篇是《<a href="https://steemit.com/steem-python/@rivalhw/steem-python">steem-python的安装和配置</a>》,另一篇是《<a href="https://steemit.com/steem-python/@rivalhw/hdwje-steemit">steemit下多用户维护同一个公共账户</a>》,今天这篇讲下steem-python的命令行操作。</p> <p> 在开始之前,我们先来看下steem-python都有哪些命令操作。</p> <p> 在命令提示符下输入如下:</p> <p> <em>steempy-h</em> 或 <em>steempy--help</em> 回车</p> <p> 返回如下图信息:</p> <p><img src="https://steemitimages.com/DQmaJo5S7XKac7YwmuKh8D9KCWk1ajXHgpt24Me8CE41LnL/1steempyhelp.png" width="939" height="883"/></p> <p> </p> <p> 从上图中我们可以看出,steempy命令共包括如下(未加中文备注表示我也不清楚或没有使用过该命令): </p> <p> set Set configuration</p> <p> config Show local configuration</p> <p> info Show basic STEEM blockchain info</p> <p><img src="https://steemitimages.com/DQmVkaGKE2bHkbWG43H3MXeofFAcmNJMssR6mDPCSNJvzct/2%20info.png" width="793" height="573"/></p> <p> changewalletpassphrase Change wallet password 修改钱包密码</p> <p> listkeys List available keys in your wallet 列出你钱包里所有的key</p> <p> addkey Add a new key to the wallet 添加一个新key到你的钱包</p> <p> delkey Delete keys from the wallet 从钱包里删除一个key</p> <p> parsewif Parse a WIF private key without importing</p> <p> getkey Dump the privatekey of a pubkey from the wallet</p> <p> listaccounts List available accounts in your wallet 列出你钱包里所有的信息,包括账户名称、类型和key </p> <p> upvote Upvote a post 点赞帖</p> <p> downvote Downvote a post 踩帖</p> <p> transfer Transfer STEEM 转账STEEM</p> <p> powerup Power up (vest STEEM as STEEM POWER) 将你的steem转成SP能量</p> <p> powerdown Power down (start withdrawing STEEM from steem POWER) 将你的SP转成STEEM</p> <p> powerdownroute Setup a powerdown route</p> <p> convert Convert STEEMDollars to Steem (takes a week to settle) 将SBD转成STEEM</p> <p> balance Show the balance of one more more accounts</p> <p> interest Get information about interest payment</p> <p> permissions Show permissions of an account 显示账户权限</p> <p> allow Allow an account/key to interact with your account 添加一个账户权限到</p> <p> disallow Remove allowance an account/key to interact with your account</p> <p> newaccount Create a new account 创建一个新账户</p> <p> importaccount Import an account using a passphrase 导入账户</p> <p> updatememokey Update an account's memo key 更新账户memo key</p> <p> approvewitness Approve a witnesses 赞成见证人</p> <p> disapprovewitness Disapprove a witnesses 取消见证人</p> <p> sign Sign a provided transaction with available and required keys 签名</p> <p> broadcast broadcast a signed transaction</p> <p> orderbook Obtain orderbook of the internal market</p> <p> buy Buy STEEM or SBD from the internal market 从内部市场购买STEEM 或 SBD</p> <p> sell Sell STEEM or SBD from the internal market 从内部市场出售STEEM 或 SBD</p> <p> cancel Cancel order in the internal market 取消订单</p> <p> resteem Resteem an existing post 转推帖子</p> <p> follow Follow another account 关注某个账户</p> <p> unfollow unfollow another account 取消关注</p> <p> setprofile Set a variable in an account's profile 修改资料</p> <p> delprofile Set a variable in an account's profile 删除资料</p> <p> witnessupdate Change witness properties 见证人更新</p> <p> witnesscreate Create a witness 创建一个新见证人</p> <p><br></p> <p> 下边我们就来操作实践下。</p> <p> 如果我们要查看某个命令如何使用,可以在命令后边加 -h ,系统会显示该命令的详细参数操作,见下图:</p> <p> 比如我们现在要从先前的授权操作里取消某个账户的授权,需要用到 disallow 命令,</p> <p><img src="https://steemitimages.com/DQmPLA2Lur4S3HAPnSziygRkvT8Dk4fjH7QiQzMXDATTEXh/3%20disallow.png" width="829" height="312"/></p> <p> 则我们按上边输入命令:</p> <p> <em>steempy disallow --account laodr XXX</em></p> <p> 注,XXX即 foreign_account,对应的公钥key,类似STMXXX</p> <p><br></p> <p> 如果我们要点赞某个帖子,</p> <p> 输入命令:</p> <p> <em>steempy upvote --account laodr -- weight 80 https://steemit.com/xxx</em></p> <p> --account 参数后跟跟使用的身份账户名,比如 laodr</p> <p> --weight 参数表示点赞的能量大小,从0.1到100 </p> <p> 最后边跟要点赞的帖子详细地址</p> <p> 其它功能大同小异,有兴趣的同学可以按照如上方法去实践。</p> </html>
author | rivalhw |
---|---|
permlink | 5bv5lg-steem-python |
category | steem-python |
json_metadata | {"tags":["steem-python","steemit","cn-reader","cn"],"image":["https://steemitimages.com/DQmaJo5S7XKac7YwmuKh8D9KCWk1ajXHgpt24Me8CE41LnL/1steempyhelp.png","https://steemitimages.com/DQmVkaGKE2bHkbWG43H3MXeofFAcmNJMssR6mDPCSNJvzct/2%20info.png","https://steemitimages.com/DQmPLA2Lur4S3HAPnSziygRkvT8Dk4fjH7QiQzMXDATTEXh/3%20disallow.png"],"links":["https://steemit.com/steem-python/@rivalhw/steem-python","https://steemit.com/steem-python/@rivalhw/hdwje-steemit","https://steemit.com/xxx"],"app":"steemit/0.1","format":"html"} |
created | 2018-04-17 10:10:18 |
last_update | 2018-04-17 10:13:42 |
depth | 0 |
children | 16 |
last_payout | 2018-04-24 10:10:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 26.348 HBD |
curator_payout_value | 2.769 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,422 |
author_reputation | 1,798,194,542,528,131 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,542,351 |
net_rshares | 5,730,266,212,901 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abit | 0 | 152,194,687,876 | 100% | ||
jademont | 0 | 142,978,133,953 | 50% | ||
juvyjabian | 0 | 1,648,201,400 | 3% | ||
fundurian | 0 | 14,744,350,191 | 40% | ||
joythewanderer | 0 | 162,677,834,436 | 35% | ||
lemooljiang | 0 | 274,266,833,064 | 55% | ||
ace108 | 0 | 276,113,137,700 | 25% | ||
btsabc | 0 | 6,321,165,870 | 100% | ||
rivalhw | 0 | 1,903,064,963,208 | 100% | ||
sweetsssj | 0 | 1,820,476,962,437 | 5% | ||
profitgenerator | 0 | 613,967,309 | 100% | ||
justyy | 0 | 60,537,939,821 | 5% | ||
luneknight | 0 | 251,866,052 | 100% | ||
dapeng | 0 | 85,866,723,403 | 50% | ||
happyukgo | 0 | 92,667,373 | 5% | ||
dragon40 | 0 | 472,859,631 | 2% | ||
kouhei-gahaku | 0 | 8,100,026,147 | 50% | ||
chessmasterhex | 0 | 150,756,449 | 100% | ||
htliao | 0 | 438,874,863,581 | 100% | ||
timlechner | 0 | 606,837,845 | 100% | ||
christianity101 | 0 | 263,927,741 | 52% | ||
rjayilustre | 0 | 614,070,917 | 100% | ||
catwomanteresa | 0 | 21,437,253,060 | 20% | ||
hannahwu | 0 | 68,783,490,997 | 100% | ||
jawad09 | 0 | 12,156,664,329 | 100% | ||
liangfengyouren | 0 | 954,372,259 | 50% | ||
jiangchen | 0 | 9,384,719,444 | 100% | ||
chaofanjun | 0 | 7,090,974,723 | 100% | ||
lancy | 0 | 4,868,306,883 | 100% | ||
needhunt | 0 | 608,363,644 | 100% | ||
cn-reader | 0 | 106,977,589,879 | 100% | ||
mrspointm | 0 | 26,242,766,989 | 55% | ||
liumei | 0 | 6,790,865,676 | 100% | ||
laozi | 0 | 609,166,800 | 100% | ||
asif4745 | 0 | 100,524,913 | 100% | ||
tetas08 | 0 | 439,918,392 | 100% | ||
davidke20 | 0 | 1,906,524,368 | 15% | ||
dgorbunov | 0 | 562,422,154 | 100% | ||
superbing | 0 | 551,262,640 | 5% | ||
connorhcranston | 0 | 6,906,314,510 | 28% | ||
dailyfortune | 0 | 365,238,793 | 5% | ||
dancingapple | 0 | 2,712,776,371 | 12% | ||
antone | 0 | 116,556,137 | 100% | ||
xiaoshancun | 0 | 302,069,355 | 100% | ||
blc | 0 | 613,945,043 | 100% | ||
dailystats | 0 | 897,836,306 | 5% | ||
faisal79 | 0 | 209,432,794 | 100% | ||
winniex | 0 | 3,461,881,760 | 10% | ||
cnbuddy | 0 | 3,279,547,969 | 0.1% | ||
chann | 0 | 2,319,277,435 | 10% | ||
santiagocazorla | 0 | 611,894,205 | 100% | ||
angelina6688 | 0 | 12,535,190,965 | 73% | ||
lebin | 0 | 31,851,442,220 | 30% | ||
coindzs | 0 | 122,482,385 | 100% | ||
dailychina | 0 | 615,696,219 | 5% | ||
mycat | 0 | 155,270,020 | 12% | ||
ericet | 0 | 3,328,537,074 | 50% | ||
mimam | 0 | 821,747,777 | 100% | ||
liewps | 0 | 181,493,170 | 30% | ||
freedomshift | 0 | 28,451,898,895 | 100% | ||
steemh | 0 | 4,761,065,809 | 100% | ||
bungaterakhir | 0 | 86,030,553 | 100% | ||
snailsong | 0 | 450,696,153 | 100% | ||
coder-bts | 0 | 4,105,671,647 | 100% | ||
lovetaxi005 | 0 | 604,255,782 | 100% |
thanks for sharing
author | bungaterakhir |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t102628127z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 10:26:36 |
last_update | 2018-04-17 10:26:36 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 10:26: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 | 18 |
author_reputation | 270,829,546,394 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,544,374 |
net_rshares | 0 |
谢谢分享
author | chineseman |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180418t012256634z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-18 01:22:57 |
last_update | 2018-04-18 01:22:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 01:22: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 | 4 |
author_reputation | 299,316,049,367 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,666,206 |
net_rshares | 0 |
果断收藏!
author | dapeng |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t104359298z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 10:44:00 |
last_update | 2018-04-17 10:44:00 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 10:44: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 | 5 |
author_reputation | 64,632,001,917,831 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,546,529 |
net_rshares | 0 |
谢谢,收藏了。正要学习steem-python
author | ericet |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t123158760z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-04-17 12:31:57 |
last_update | 2018-04-17 12:31:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 12:31: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 | 23 |
author_reputation | 195,650,625,080,393 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,561,135 |
net_rshares | 0 |
参与茶馆才让你开始接触这些技术性的东西?那真的非常好啊。
author | fr3eze |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t134704413z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-04-17 13:47:09 |
last_update | 2018-04-17 13:47:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 13:47:09 |
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 | 62,201,653,753,684 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,572,965 |
net_rshares | 0 |
谢谢分享,收藏了...
author | intmilanmilano |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t132003455z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 13:20:03 |
last_update | 2018-04-17 13:20:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 13:20: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 | 1,583,274,902,841 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,568,401 |
net_rshares | 0 |
A very nice way to teach the people through a well known language. I must appreciate your efforts on it my dearest friend @rivalhw. You have already written 02 Article on the steem-python and this one is 3rd from your side in a week. This is really interesting stuff **command-line operation of steem-python** And people must go through with it. Some commands are very interesting and useful. Thanks mate for your positive efforts for this awesome community. Keep smiling and stay blessed!
author | jawad09 |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t184354760z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"users":["rivalhw"],"app":"steemit/0.1"} |
created | 2018-04-17 18:43:54 |
last_update | 2018-04-17 18:43:54 |
depth | 1 |
children | 2 |
last_payout | 2018-04-24 18:43:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.320 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 490 |
author_reputation | 34,832,615,044,215 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,620,603 |
net_rshares | 74,500,201,586 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rivalhw | 0 | 62,600,821,158 | 3% | ||
jawad09 | 0 | 11,899,380,428 | 100% |
Thank you@jawad09
author | rivalhw |
---|---|
permlink | re-jawad09-re-rivalhw-5bv5lg-steem-python-20180417t235556510z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 23:56:03 |
last_update | 2018-04-17 23:56:03 |
depth | 2 |
children | 1 |
last_payout | 2018-04-24 23:56:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.045 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 1,798,194,542,528,131 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,656,344 |
net_rshares | 12,542,590,181 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jawad09 | 0 | 12,542,590,181 | 100% |
Always welcome my friend @rivalhw!
author | jawad09 |
---|---|
permlink | re-rivalhw-re-jawad09-re-rivalhw-5bv5lg-steem-python-20180418t023439327z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"users":["rivalhw"],"app":"steemit/0.1"} |
created | 2018-04-18 02:34:45 |
last_update | 2018-04-18 02:34:45 |
depth | 3 |
children | 0 |
last_payout | 2018-04-25 02:34: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 | 34 |
author_reputation | 34,832,615,044,215 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,674,682 |
net_rshares | 0 |
I like this steem-python.
author | kretorkk |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t101318101z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 10:13:30 |
last_update | 2018-04-17 10:13:30 |
depth | 1 |
children | 1 |
last_payout | 2018-04-24 10:13:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 2,221,016,017,555 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,542,719 |
net_rshares | 25,040,328,463 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rivalhw | 0 | 25,040,328,463 | 1% |
Thanks my friend
author | kretorkk |
---|---|
permlink | re-kretorkk-re-rivalhw-5bv5lg-steem-python-20180417t104413568z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 10:44:18 |
last_update | 2018-04-17 10:44:18 |
depth | 2 |
children | 0 |
last_payout | 2018-04-24 10:44: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 | 16 |
author_reputation | 2,221,016,017,555 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,546,574 |
net_rshares | 0 |
改天试试这些命令!
author | lemooljiang |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t110647225z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 11:06:39 |
last_update | 2018-04-17 11:06:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 11:06:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.848 HBD |
curator_payout_value | 0.609 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 438,533,463,787,739 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,549,346 |
net_rshares | 483,716,471,701 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lemooljiang | 0 | 482,837,003,691 | 100% | ||
penghuren | 0 | 879,468,010 | 4.51% |
增加删除授权都成功了,但是点赞不成功。 用的是小号点赞 steempy upvote --account robotq -- weight 1 https://steemit.com/steem-python/@rivalhw/5bv5lg-steem-python 
author | maiyude |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t142437948z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1","image":["https://steemitimages.com/DQmcXsz5wVRiT93RDdheqYZVRFWuiz5jMbYRa727iQ7YJZE/image.png"],"links":["https://steemit.com/steem-python/@rivalhw/5bv5lg-steem-python"]} |
created | 2018-04-17 14:24:36 |
last_update | 2018-04-17 14:43:06 |
depth | 1 |
children | 1 |
last_payout | 2018-04-24 14:24:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.030 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 225 |
author_reputation | 8,970,701,360,387 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,579,086 |
net_rshares | 25,046,022,070 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rivalhw | 0 | 25,046,022,070 | 1% |
正常是返回类似如下信息的 
author | rivalhw |
---|---|
permlink | re-maiyude-re-rivalhw-5bv5lg-steem-python-20180418t101238082z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"image":["https://steemitimages.com/DQmYPZRXKUfBxt8rPcpuroaNEtS1T5fNM8fG1TrZWCjgVug/111.png"],"app":"steemit/0.1"} |
created | 2018-04-18 10:12:36 |
last_update | 2018-04-18 10:12:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-25 10:12: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 | 106 |
author_reputation | 1,798,194,542,528,131 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,731,498 |
net_rshares | 0 |
you have provided an interesting information thanks friend and succes for you I like steem- python
author | mimam |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t104452643z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"app":"steemit/0.1"} |
created | 2018-04-17 10:45:06 |
last_update | 2018-04-17 10:55:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 10:45:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 3,091,014,557,210 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,546,680 |
net_rshares | 806,985,841 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mimam | 0 | 806,985,841 | 100% |
<html> <p><em><strong>Todays Article On English Version:</strong></em></p> <p><code><em><strong>Title: Steem-python command line operation guide</strong></em></code></p> <p> I have written two articles before, one is " <a href="https://steemit.com/steem-python/@rivalhw/steem-python">steem-python installation and configuration</a> ", the other is " <a href="https://steemit.com/steem-python/@rivalhw/hdwje-steemit">Steemit under a multi-user maintenance of the same public account</a> ", today's talk about the command-line operation of steem-python .</p> <p> Before we begin, let's take a look at what command operations are available in steem-python. </p> <p>At the command prompt, enter the following: <em>Steempy-h</em> or <em>steempy--help</em> Enter </p> <p>Return the following information: </p> <p> From the above figure, we can see that the steempy command contains the following (without the Chinese remark that I do not know or have not used the command): </p> <p> Set Set configuration </p> <p>Config Show local configuration </p> <p>Info Show basic STEEM blockchain info </p> <p> Changewalletpassphrase Change wallet password Change wallet password </p> <p> Listkeys List available keys in your wallet List all the keys in your wallet Addkey Add a new key to the wallet Add a new key to your wallet </p> <p>Delkey Delete keys from the wallet </p> <p> Parsewif Parse a WIF private key without importing </p> <p>Getkey Dump the privatekey of a pubkey from the wallet </p> <p>Listaccounts List available accounts in your wallet List all the information in your wallet, including account name, type and key </p> <p>Upvote Upvote a post Liked Post </p> <p> Downvote Downvote a post </p> <p>Transfer Transfer STEEM Transfer STEEM </p> <p> Powerup Power up (vest STEEM as STEEM POWER) Turn your steem into SP energy </p> <p>Powerdown Power down (start withdrawing STEEM from steem POWER) convert your SP to STEEM </p> <p>Powerdownroute Setup a powerdown route </p> <p>Convert Convert STEEMDollars to Steem (takes a week to settle) convert SBD to STEEM </p> <p>Balance Show the balance of one more more accounts </p> <p>Interest Get information about interest payment </p> <p>Permissions Shows permissions of an account </p> <p>Allow Allow an account/key to interact with your account </p> <p>Disallow Remove allowance an account/key to interact with your account </p> <p> Newaccount Create a new account Create a new account </p> <p> Importaccount Import an account using a passphrase </p> <p>Updatememokey Update an account's memo key Update account memo key </p> <p>Approvewitness Approve a witnesses </p> <p>Disapprovewitness Disapprove a witnesses </p> <p>Sign Sign a provided transaction with available and required keys </p> <p>Broadcast broadcast a signed transaction </p> <p>Orderbook obtaining orderbook of the internal market </p> <p> Buy Buy STEEM or SBD from the internal market Buy STEEM or SBD from the internal market Sell Sell STEEM or SBD from the internal market Sell STEEM or SBD from the internal market </p> <p>Cancel Cancel order in the internal market Resteem Resteem an existing post Reprints </p> <p>Follow Follow another account </p> <p>Unfollow unfollow another account Unfollow </p> <p>Setprofile Set a variable in an account's profile </p> <p>Delprofile Set a variable in an account's profile </p> <p>Witnessupdate Change witness properties witness updates </p> <p>Witnesscreate Create a witness Create a new witness </p> <p> Below we come to practice the next. </p> <p>If we want to see how a certain command is used, we can add -h to the command. The system will display the detailed operation of the command. See the figure below: </p> <p>For example, if we want to cancel an account's authorization from a previous authorization operation, we need to use the disallow command. </p> <p> Then we press the top to enter the command: <em>Steempy disallow --account laodr XXX</em> </p> <p>Note, XXX is foreign_account, the corresponding public key, similar to STMXXX<br> </p> <p>If we like a post, </p> <p>input the command: <em>Steempy upvote --account laodr -- weight 80</em> <a href="https://steemit.com/xxx"><em>https://steemit.com/xxx</em></a> </p> <p>The --account parameter is followed by the identity account used, for example laodr </p> <p>The --weight parameter indicates the amount of liked energy, from 0.1 to 100 </p> <p>Last post with the details of the post's detailed address </p> <p>Other functions are similar, and interested students can follow the above method to practice. </p> <blockquote><em><strong>This Article Written By My Friend: </strong></em><a href="https://steemit.com/@rivalhw"><em><strong>rivalhw</strong></em></a><em><strong> </strong></em></blockquote> <p><em><strong>Thanks for your kind of words my friend.</strong></em></p> <p><br></p> </html>
author | tetas08 |
---|---|
permlink | re-rivalhw-5bv5lg-steem-python-20180417t162933514z |
category | steem-python |
json_metadata | {"tags":["steem-python"],"links":["https://steemit.com/steem-python/@rivalhw/steem-python","https://steemit.com/steem-python/@rivalhw/hdwje-steemit","https://steemit.com/xxx","https://steemit.com/@rivalhw"],"app":"steemit/0.1"} |
created | 2018-04-17 16:35:39 |
last_update | 2018-04-17 16:35:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-24 16:35: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 | 5,827 |
author_reputation | 351,599,705,020 |
root_title | steem-python命令行操作指南 |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,600,911 |
net_rshares | 0 |