New: steem-pythonAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932photographyhive-166405hive-185836uncommonlablifehive-150122hive-183397hive-144064bitcoinhive-188619hive-139150krsuccesshive-103599hive-124908hive-101145hive-109690hive-180301hive-184714TrendingNewHotLikersjoviansummer (75)in hive-192037 • last year[ENG] STEEM dev with pythonThis post is a reply to @moecki's comment , but might be helpful for anyone thinking about interacting with STEEM blockchain with python. There are 2 python libraries for STEEM. One is…remlaps-lite (76)in chatgpt • last yearSteem for Script Kiddies: Displaying account classifications by amount vestedIt turns out that ChatGPT is a pretty good companion for writing python code to interact with the Steem blockchain. It does markdown , too. Pixabay license from janrye at source.…justyy (82)in witness-category • 2 years agoPython Steem Library Breaks after Python3.8.14 (unsupported hash type ripemd160)The official Steem Python library: seems no longer under maintenance. From Python3.8.14 changes logs: it says: gh-95778: Converting between int and str in bases other than 2 (binary), 4, 8…chieloub (44)in hive-176470 • 3 years agotestdit is gw een test voor zon accountjoviansummer (75)in hive-141029 • 3 years ago파이썬(steem-python)에서 현재의 보팅 파워 계산steem-python으로 현재의 SBD 보유량과 보팅 파워(voting power)를 계산하는 예시를 잘 정리해 둔 글이 있어서 메모해 둡니다. @numberjocky - How to Retrieve Steem and SBD Balance and Voting Power of Your Account Using Python 현재의 보팅…joviansummer (75)in hive-141029 • 4 years ago스팀잇 오토보팅(auto voting) 서비스 개발 진행 상황(2021.4.24)처음에 생각했던 것보다 빠르게 진척되고 있어서 긍정적입니다. 개발 작업은 대강 설계와 코딩으로 나누어 볼 수 있는데 코딩 부분이 생각보다 너무 편리하게 잘 되어 있습니다. 이러다가 파이썬에 반하겠네요. 설계 부분은 효율적이고 안정적으로 잘 동작하도록 처리 논리를 고안하는 측면인데요. 대강의 그림은 그려졌고 기본적인 기능에 대한 코딩도 많이 진전된 것…joviansummer (75)in hive-141029 • 4 years ago파이썬에서 스팀잇 ID 및 포스팅 키 유효성 확인파이썬에서 스팀잇 ID와 포스팅 키가 유효한지 확인하는 방법입니다. steem-python 모듈을 활용합니다. steem-python 먼저 포스팅 키가 유효한지 확인하는 과정은 아래의 코드로 가능합니다. import steemjoviansummer (75)in hive-141029 • 4 years ago스팀잇 오토보팅(auto voting) 서비스 개발을 시도해 보려고 합니다.우선 지난번 게시글에 댓글 달아주신 @luciferjin 님, @ladysong 님, @mariku 님께 감사드립니다. 누군가 여러 사람에게 확실히 도움이 될 수 있다는 점이 나름 큰 동기부여가 되네요. 파이썬 프로그래밍 공부도 할 겸 빗썸 거래소 API와 연동하는 작업을 검토하고 있었으나 일단은 이쪽에 들이는 노력을 대폭 줄이고…joviansummer (75)in hive-141029 • 4 years ago스팀잇 오토보팅(auto voting)에 대한 약간의 고찰스팀잇 가입하고 이리 저리 알아보다가 알게 되었는데요. 스팀-파이썬(steem-python)이라고 해서 파이썬 개발자를 위한 라이브러리가 제공되어 있습니다. steem-python 웹페이지의 Transaction and Accounts 항목 하위에 Commit이 있는데 여기에 보니 vote()라는 함수가 정의되어 있습니다. API를 통해서…remlaps (75)in programming • 4 years agoWork-arounds for steem-python problems in version 1.0.1I updated my steem-python library to version 1.0.1 yesterday, and noticed that a couple things stopped working when I did. Issue #1: The first thing was that a number of transactions, including…oflyhigh (79)in cn • 5 years ago每天进步一点点:"Canonical" 交易签名在之前 学习用私钥签名 的文章中,虽然我们完成了用私钥进行签名,但是我还留下一下问题,就是生成的签名尽管可以通过验证,但是是否适用于STEEM/HIVE区块链呢?这里涉及到一个知识点就是 canonical signature 。 (图源 : pixabay ) canonical signature 说到 canonical signature…oflyhigh (79)in cn • 5 years ago使用steempy(steem-python)转账HIVE/HBD不少朋友抱怨HIVE的网页钱包还不好用,没法进行HIVE/HBD等资产的转账。其实除了网页钱包,我们还有很多方式可以选择,比如 cli_wallet 以及 steempy 等。 (图源 : pixabay ) 首先,需要说的是 steempy…oflyhigh (79)in cn • 5 years ago使用steem-python命令行工具steempy 投(撤销)见证人票自动steemit把网站和钱包分开,做一些基本的操作变得超级麻烦,比如说看看最近收益、看看转账记录,当然也包括了投(撤销)见证人票。 (图源 : pixabay ) 大家都知道见证人是STEEM的一项重要内容,没有见证人运行服务打包出块,STEEM就无法继续运行了,另外见证人们也做一些其它的工作来支持\促进STEEM的发展。…steempytutorials (65)in utopian-io • 6 years agoPart 0: Create STEEM web applications with Django and Steem-PythonThis 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…shenchensucc (74)in steem-python • 6 years ago学习使用python steem 02 查询文章列表很早很早很早之前就想要学习程序,这两天有点时间,终于可以开始了。 感谢 刘美女的系列 帖子 今天用 这里的代码 不仅把我发的文章列表读了出来,并且储存到了一个.csv的excel可以打开的文件里。 程序里唯一的一点点小改动就是把自己的名字加上 account_name = "shenchensucc"shenchensucc (74)in steem-python • 6 years ago学习使用python steem 01 安装很早很早很早之前就像要学习程序,这两天有点时间,终于可以开始了。 感谢 @maiyude (帖子) , 大伟哥 (帖子) 还有刘美女的 帖子 诸位先驱已经把流程写的很详细了,我治理就不用再叙述一遍了,最重要的一行程序就是 pip install steem 哈哈。 另外,有一个坑是我更新pip的时候出现了 error 5 access is denied…maiyude (64)in cn • 6 years agosteem-python 学习笔记 (1)——安装steem依赖库最近因为玩primas,硬是被逼上了程序员之路。 经过国庆7天的学习,从0.1开始对python有了初步的了解。为什么不是从0开始?因为我之前学了一下,学了两天因为安装steem依赖库失败放弃了。 经过学习,我写了一个初级的自动primas评论转发机器人。 但是我最爱的依然是steem。 所以,重新开始学习steem-python ! 第一步,安装steem依赖库…zenkly (61)in utopian-io • 6 years agoSteem-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…chronocrypto (73)in github • 6 years agoInstall Steem-Python Ubuntu 17.10Figured 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…steempytutorials (65)in utopian-io • 6 years agoPart 29: Set Up SMS Notifications For the $ Value of Votes Made To An AccountThis 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…