
steem-python Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
每天进步一点点:"Canonical" 交易签名
在之前学习用私钥签名的文章中,虽然我们完成了用私钥进行签名,但是我还留下一下问题,就是生成的签名尽管可以通过验证,但是是否适用于STEEM/HIVE区块链呢?这里涉及到一个知识点就是canonical signature。 (图源 :pixabay) canonical signature 说到canonical
- →
使用steempy(steem-python)转账HIVE/HBD
不少朋友抱怨HIVE的网页钱包还不好用,没法进行HIVE/HBD等资产的转账。其实除了网页钱包,我们还有很多方式可以选择,比如cli_wallet以及steempy等。 (图源 :pixabay) 首先,需要说的是steempy
- →
HIVE上使用steem-python的一些尝试:续一 (见证人上下线 & claim reward)
原本以为经过一番研究,已经搞定了steem-python在Hive上的使用,不过今天在尝试claim_reward时却一直出错。 (图源 :pixabay) 被claim_reward 折磨大半天 其实claim_reward的代码很简单: steem = Steem()
- →
HIVE上使用steem-python的一些尝试 (下)
上一篇文章写到尝试在机器上安装hivepy,可惜尽管装上了,还是不好用,当然很可能是我没装好或者没会使用。于是决定直接从steem-python入手,看看到底差些什么。 (图源 :pixabay) 安装方面,虽然pip install
- →
HIVE上使用steem-python的一些尝试 (上)
因为我的一些脚本是用steem-python写的,所以让这些脚本已最简单的方式迁移到HIVE上,就是把steem-python库弄到HIVE上来。 (图源 :pixabay) 我看@pharesim 已经对这个库进行了迁移,所以首先打算直接用这个hive-python。 尝试安装 hivepy 失败 hive-python
- →
使用steem-python命令行工具steempy 投(撤销)见证人票
自动steemit把网站和钱包分开,做一些基本的操作变得超级麻烦,比如说看看最近收益、看看转账记录,当然也包括了投(撤销)见证人票。 (图源 :pixabay) 大家都知道见证人是STEEM的一项重要内容,没有见证人运行服务打包出块,STEEM就无法继续运行了,另外见证人们也做一些其它的工作来支持\促进STEEM的发展。
- →
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
- →
学习使用python steem 02 查询文章列表
很早很早很早之前就想要学习程序,这两天有点时间,终于可以开始了。 感谢 刘美女的系列帖子 今天用这里的代码不仅把我发的文章列表读了出来,并且储存到了一个.csv的excel可以打开的文件里。 程序里唯一的一点点小改动就是把自己的名字加上 account_name = "shenchensucc"
- →
学习使用python steem 01 安装
很早很早很早之前就像要学习程序,这两天有点时间,终于可以开始了。 感谢 @maiyude (帖子), 大伟哥 (帖子) 还有刘美女的帖子 诸位先驱已经把流程写的很详细了,我治理就不用再叙述一遍了,最重要的一行程序就是 pip install steem 哈哈。 另外,有一个坑是我更新pip的时候出现了 error 5 access
- →
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
- →
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
- →
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
- →
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
- →
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
- →
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
- →
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
- →
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
- →
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
- →
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
- →
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
Leave steem-python Tag Posts Index to discover