Login
Discover
Waves
Communities
Login
Signup
Topics
#steem-python
Global
Trending
Hot
New
Top
#steem-python
New
Top communities
Create your community
latest #steem-python created topics on internet
oflyhigh
HIVE CN 中文社区
2020-04-10 14:13
每天进步一点点:"Canonical" 交易签名
在之前学习用私钥签名的文章中,虽然我们完成了用私钥进行签名,但是我还留下一下问题,就是生成的签名尽管可以通过验证,但是是否适用于STEEM/HIVE区块链呢?这里涉及到一个知识点就是canonical signature。 (图源 :pixabay) canonical signature 说到canonical signature,就要提到一个Signature
$ 43.469
146
oflyhigh
cn
2020-03-25 03:51
使用steempy(steem-python)转账HIVE/HBD
不少朋友抱怨HIVE的网页钱包还不好用,没法进行HIVE/HBD等资产的转账。其实除了网页钱包,我们还有很多方式可以选择,比如cli_wallet以及steempy等。 (图源 :pixabay) 首先,需要说的是steempy 是steem-python的命令行工具,当然了为了让steem-python能在hive上工作,还是要做一些小小的修改的,详情可以参照我之前的文章。
$ 40.586
166
1
oflyhigh
cn
2020-03-23 13:11
HIVE上使用steem-python的一些尝试:续一 (见证人上下线 & claim reward)
原本以为经过一番研究,已经搞定了steem-python在Hive上的使用,不过今天在尝试claim_reward时却一直出错。 (图源 :pixabay) 被claim_reward 折磨大半天 其实claim_reward的代码很简单: steem = Steem() steem.commit.claim_reward_balance(account = 'oflyhigh') 但是却一直提示如下错误:
oflyhigh
cn
2020-03-23 03:13
HIVE上使用steem-python的一些尝试 (下)
上一篇文章写到尝试在机器上安装hivepy,可惜尽管装上了,还是不好用,当然很可能是我没装好或者没会使用。于是决定直接从steem-python入手,看看到底差些什么。 (图源 :pixabay) 安装方面,虽然pip install steem指令可能好用,但是我记得pip安装的是@furion维护的版本,可能依旧好用但是应该有些过时,所以我觉得还是用源码方式安装。
ravenmus1c
animals
2026-06-30 09:21
Promoted
#13 Hive Money donated to Soi Dog | NFT Sales will go into Donation 🙏🐶🐱
DEUTSCHE Version hier Hallo zusammen! 😊 Wie geht es euch? Ich habe mal wieder eine Kleinigkeit für den Tierschutz gespendet, deshalb hier ein kurzer Post. Dieses Mal geht die Spende an eine Organisation
oflyhigh
cn
2020-03-22 04:09
HIVE上使用steem-python的一些尝试 (上)
因为我的一些脚本是用steem-python写的,所以让这些脚本已最简单的方式迁移到HIVE上,就是把steem-python库弄到HIVE上来。 (图源 :pixabay) 我看@pharesim 已经对这个库进行了迁移,所以首先打算直接用这个hive-python。 尝试安装 hivepy 失败 hive-python github地址为: 按着github上的说明,首先尝试直接用pip安装:
oflyhigh
cn
2019-08-15 02:52
使用steem-python命令行工具steempy 投(撤销)见证人票
自动steemit把网站和钱包分开,做一些基本的操作变得超级麻烦,比如说看看最近收益、看看转账记录,当然也包括了投(撤销)见证人票。 (图源 :pixabay) 大家都知道见证人是STEEM的一项重要内容,没有见证人运行服务打包出块,STEEM就无法继续运行了,另外见证人们也做一些其它的工作来支持\促进STEEM的发展。 所以一般来讲,大家应该时不时的更新一下见证人票,把合适的见证人投上去把不合适的见证人票撤下来。
steempytutorials
utopian-io
2019-01-28 23:59
Part 0: Create STEEM web applications with Django and Steem-Python
This tutorial is part of a series where different aspects of quickly creating and deploying STEEM web applications by using the Django framework as well as steem-python are discussed. Knowledge of programming
shenchensucc
steem-python
2018-10-13 03:05
学习使用python steem 02 查询文章列表
很早很早很早之前就想要学习程序,这两天有点时间,终于可以开始了。 感谢 刘美女的系列帖子 今天用这里的代码不仅把我发的文章列表读了出来,并且储存到了一个.csv的excel可以打开的文件里。 程序里唯一的一点点小改动就是把自己的名字加上 account_name = "shenchensucc" 我发过的帖子还挺多的,哈哈。 This post is originally published
tonyz
Black And White
2026-06-29 20:29
Promoted
Aci Trezza, Sicily. Monomad Challenge.
Black Lava Sand and Rocks.
shenchensucc
steem-python
2018-10-11 19:31
学习使用python steem 01 安装
很早很早很早之前就像要学习程序,这两天有点时间,终于可以开始了。 感谢 @maiyude (帖子), 大伟哥 (帖子) 还有刘美女的帖子 诸位先驱已经把流程写的很详细了,我治理就不用再叙述一遍了,最重要的一行程序就是 pip install steem 哈哈。 另外,有一个坑是我更新pip的时候出现了 error 5 access is denied in windows 10
zenkly
utopian-io
2018-08-14 01:39
Steem-python: How to make automatic curating reports.
Repository What Will I Learn? Recently, several communities have emerged in steemit. Which is great news because this speaks of steemit going on the right track as a social network. Many of these communities
chronocrypto
github
2018-08-03 07:45
Install Steem-Python Ubuntu 17.10
Figured I should share this since it took me a while to figure out. Since Ubuntu 17.10 already comes with Python3.6 installed it, its the best and easiest to install Steem on it. Since Ubuntu 16.04 is
steempytutorials
utopian-io
2018-07-31 02:26
Part 29: Set Up SMS Notifications For the $ Value of Votes Made To An Account
This tutorial is part of a series where different aspects of programming with steem-python are explained. Links to the other tutorials can be found in the curriculum section below. This part will explain
qwerrie
PhotoFeed
2026-06-29 10:28
Promoted
Picture a day - Mourning Gray
This morning, mother nature kissed me and sent a pleasant #macro photography subject : the ringlet, an elegant day butterfly (Aphantopus hyperantus -- a very well-spread specie for Europe) settled down
markgritter
programming
2018-07-27 22:06
Utility: translate a date range into Steem block numbers
Here's a Python program (using the steem-python library) which converts a start and end date into a range of block numbers. I use this to later pull in the full blocks from that time range, for example
borepstein
utopian-io
2018-07-18 03:25
Steemit: Python interface access: the basics
Image: @steemitblog Having recently started coding Steemit-related software, I have found the guidance to be somewhat wanting and my attempts to communicate with the team directly have so far been a
steempytutorials
utopian-io
2018-07-17 14:50
Part 28: Uploading Images Via An API, Constructing Posts From A Template, Submitting Posts Directly To STEEM
This tutorial is part of a series where different aspects of programming with steem-python are explained. Links to the other tutorials can be found in the curriculum section below. This part will explain
learnelectronics
utopian-io
2018-07-14 13:03
SimpleSteem 1.1 ~ New Features!
Repository SimpleSteem SimpleSteem is a robust and reliable wrapper that dramatically simplifies the steem-python interface, expands functionality, and enables code that is gentle on public servers. New
wiseagent
Movies & TV Shows
2026-06-30 02:15
Promoted
The werewolf, by Robert Eggers.
This publication was also writen in SPANISH and PORTUGUESE. If you follow the entire development of modern horror cinema, you certainly know Robert Eggers (even if you haven’t watched any of his movies
steempytutorials
utopian-io
2018-07-12 21:06
Fully Automated STEEM Voter
Repository What is the project about? The idea is to provide fully automated voting for STEEM users. While still retaining great control. The first version allows automated upvoting for a set list of users,
steempytutorials
utopian-io
2018-07-12 16:43
Part 27: Analysing The Amount Of Transactions On The STEEM Blockchain In Parallel
This tutorial is part of a series where different aspects of programming with steem-python are explained. Links to the other tutorials can be found in the curriculum section below. This part will explain
steempytutorials
utopian-io
2018-07-05 02:14
Part 26: Retrieving Data From The STEEM Blockchain And Storing Into A MySQL Database
This tutorial is part of a series where different aspects of programming with steem-python are explained. Links to the other tutorials can be found in the curriculum section below. This part will explain
steempytutorials
utopian-io
2018-07-03 00:33
Part 25: Create A Bidbot With Steem-Python
This tutorial is part of a series where different aspects of programming with steem-python are explained. Links to the other tutorials can be found in the curriculum section below. This part will discuss