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 - older | Ecency
stmdev
utopian-io
8y
utils.is_comment() should not rely on "re-" in permlink, giving wrong Blog().take() results
Version of Python you are running # python --version Python 3.6.4 Version of steem-python you are running # steempy --version steempy 1.0.0 Expected Behavior steem.blog.take() should return top-level posts
$ 52.061
5
6
stmdev
python
8y
steem.utils.is_comment root post
#!/usr/bin/python from steem.steem import Steem import json import cfg_stmdev as cfg import sys title = "steem.utils.is_comment root post" with open(sys.argv[0]) as f: body = cfg.MD_CODE + f.read()
$ 0.000
0
2
chitty
steem-python
8y
Quick Python SBD Sender
As a series of Steem-Python scripts I have been creating, today I wanted to show you a simple code that allows you to make transfers in Python. To start, create the python file: sudo nano sbd_sender.py
emrebeyler
dlive
8y
Coding Stream
A good friend of mine requested a simple bot. Follows every following of account X Resteems every post of followings Let's play with steem-python. :) My live stream is at DLive
rivalhw
steem-python
8y
steem-python命令行操作指南
我在之前写过两篇文章,一篇是《steem-python的安装和配置》,另一篇是《steemit下多用户维护同一个公共账户》,今天这篇讲下steem-python的命令行操作。 在开始之前,我们先来看下steem-python都有哪些命令操作。 在命令提示符下输入如下: steempy-h 或 steempy--help 回车 返回如下图信息:
oflyhigh
steem-python
8y
认真思索一下按用户、按操作授权的可行性
今天一个朋友 @maiyude 在我 10个月以前的老帖子《STEEMIT高级操作之:如何多人共同维护一个公共STEEMIT账户(ID)》 下回复了以下内容: 好厉害的操作。不知道能不能只允许别人操作内部市场挂单,而不能转账呢?如果可以这样的话,基金托管经理也可以诞生了。 授权功能 说起来这个老帖还是 @laodr
rivalhw
steem-python
8y
steemit下多用户维护同一个公共账户
在开始steem-python操作之前,首先确认你的系统已正确安装了steem-python,如果没有或不清楚,可以参考我先前的文章《steem-python的安装和配置》。 多用户管理账户 在steem-python上实现多用户用同一公共用户发帖(操作),主要有两步骤: 1>将主账户ID的Active私钥加入到steem-python steempy addkey 回车
rivalhw
steem-python
8y
steem-python的安装和配置
关于steem-python的资料非常少,我在网上搜索了下,百度几乎没有,而google也只找到了如下这份文档: 就拿着这份我认为很粗略的文档,我开始了研究steem-python的艰辛过程,在花了一整个下午和上午后,基本算弄明白了其安装和基础命令操作。如果你也对steem-python感兴趣的话,可以参考下我写的这篇文章内容。 在开始正式内容之前,我们先来了解下steem-python可以做什么?
arafatnur
poetry
8y
Manuskrip-Manuskrip Cerita dan Puisi Milikmu
Setelah kau menyadari bahwa hidup di bumi bukan sekadar makan-berak, kau pun menuliskan manuskrip- manuskrip cerita dan puisi yang menjadi bacaan sangat penting kelak di surga. Kau berusaha keras untuk
emrebeyler
steem
8y
Broadcasting custom operations into STEEM blockchain
Let's say I want to store my notes for the books I have read, on a decentralized blockchain. Creating a post may not be the perfect fit since generally notes are very short-form content and you don't expect
anthonyadavisii
steem
8y
Steemd / Steem Python Issues (Working Node Identified)
Folks, Some of you may have noticed strange behavior on Steemd. Maybe you reached this error page: Intermittently, I have been able to connect but strangely the last entries are from 6 days ago. It doesn't
emrebeyler
utopian-io
8y
Tagbot 0.0.7 - Lots of new features!
Tagbot is an upvote bot, upvotes posts with a specific tag based on pre-defined parameters. It has a couple use cases, for example: Voting for photography tag to support photographers, voting for local
emrebeyler
utopian-io
8y
Update on steem.rocks - Witness leaderboard and witness voting information
utopian-io profile on steem.rocks steem.rocks is an activity feed built on STEEM blockchain where you can keep up with the operations related to your accounts. You can learn more on the original announcement
holger80
utopian-io
8y
steem-feedstock for conda updated to version 1.0.0
A new version was released for steem-python. I updated the conda-feedstock for steem, so that steem can be easily installed with: conda install steem conda-forge has to be added once: conda config --add
emrebeyler
steem
8y
Send memos in batches with python
I have opened a logo request task for tagbot recently. Lots of people responded with their work. I could only pick 1 contribution for the winner, so, I also wanted to send a small tip and thanks to all
oflyhigh
cn
8y
解决了自动收取收益脚本(Auto Claim Rewards)的问题
我的朋友今天问我,为什么他的奖励好久没有自动回收(Auto Claim)了。额,他把posting key放在我这里,让我自动帮他收取收益,但是据我所知,这个收取收益的脚本已经不工作好久啦。 (图源 :pixabay)
cadawg
utopian-io
8y
Steem-Python: Mass Messaging
What Will I Learn? You will learn how to send a transaction You will learn how to choose a steemit node to connect to You will learn how to give it your keys to send transactions Requirements Windows Running
emrebeyler
steem
8y
What would happen if all of your followers vote %100 on your post?
Did you ever wonder this? I did. And here's steem-python to the rescue. This little python script; will iterate through your followers and sum their effective VESTS Calculate how much $$$$ will these VESTS
emrebeyler
utopian-io
8y
Updates on tagbot - Better voting rounds!
Tagbot is an upvote bot, upvotes posts with a specific tag based > on pre-defined parameters. It has a couple use cases, for example: Voting for photography tag to support photographers Voting for local
benniebanana
steemdev
8y
In Need of Your Feedback - More Bots?
So after I joined Steemit in June last year after a friend kept nagging me to join I had no idea what I would post about or how I would even leverage this platform to work for me. After doing my introduction
← Latest
Older →