Login
Discover
Waves
Communities
Login
Signup
Topics
#lightsteem
Global
Trending
Hot
New
Top
#lightsteem
New
Top communities
Create your community
latest #lightsteem created topics | Ecency
emrebeyler
Python
2020-01-14 21:21
Exploring new Hivemind Community APIs
Steemit Beta is running for a while, hosting the new communities UI, powered by Hivemind in the backend. There is a new set of API endpoints available. It's possible to use these endpoints with Lightsteem
$ 14.233
212
10
2
emrebeyler
lightsteem
2019-07-11 21:34
Python scripts to test SPS
Have been testing the SPS for a couple of hours. Ended up re-using some of the functions to simplify calls. This stupid set of Python functions covers the new operations and RPC calls related to SPS. Beware,
$ 2.787
169
2
2
sidequest
writing
2019-07-09 09:51
Perhaps it is for two
Remember the last hardfork? Good times. Anyway while that was going down and I was bored and couldn't post, it turned out that I could monkey around with the Steem API and practice some python so I did
mattockfs
utopian-io
2019-02-12 16:42
Steemdev Idea/concept: DNS based querying of a small set of STEEM-API node monitoring agents for dynamic failover.
Repositories Other STEEM JSON-RPC client libs Components This idea consists of two distinct components: A simple STEEM API-node monitoring infrastructure. A per STEEM client library best-node lookup hook
sacra97
Freewriters
2026-08-05 07:34
Promoted
Mensaje diario de 5 minutos- ¡Agujero en la trama! / Daily 5 minute message- Plot hole!- 4 agosto 2026
Me encantan las tramas inesperadas, esa que solucionan bien algo en la vida. Hay películas y series que a veces me sorprenden son aquellas que se le olvidan contarnos un proceso que esta sucediendo detrás
emrebeyler
hivemind
2019-01-11 20:29
Using Lightsteem to query Hivemind
I use Lightsteem to test and query Hivemind endpoints. Structure-wise, Hive's RPC server part is compatible with the steemd RPC nodes. So, it's a simple configuration touch. condenser_api Example to get
emrebeyler
steem
2018-11-27 09:40
A simple script to find out how much you have powered up
See that Lightsteem magic in raw format. By default, checks only last 2 weeks. Play with the timedelta.days to expand or lower it.
emrebeyler
reputation
2018-10-26 18:27
Reputation: 70
Let's make it real.
chitty
steemit
2018-10-23 22:45
Testing Light Steem
Posted using a great light Python Library called LightSteem, created by @emrebeyler More info >
asterkame
OnChainArt
2026-08-16 11:48
Published via Ecency
Promoted
3D Sunset & Starry Night Sky Painting
Hello Everyone! Today, I drew a 3D picture. In the picture, one side is a sunset scene and the other side is a starry night sky scene. I drew the picture with watercolor. In the first step, I drew the
emrebeyler
lightsteem
2018-10-11 20:45
Lightsteem Updates - RC costs, HF20 helpers, and more.
New updates on Lightsteem (0.1.4) In order to upgrade to the latest version: $ pip install lightsteem --upgrade New Features RC costs @steemitdev posted a developer guide and an example python script about
mattockfs
asyncsteem
2018-10-08 12:18
Asyncsteem signing (34 STEEM) bounty expired, got some leads from @holger80 and @emrebeyler
Three weeks ago, after trying to get my head around the problem that asyncsteem and Beem were fundamentally incompatible and writing an asyncsteem+Twisted based application that would use Beem based signing
mattockfs
asyncsteem
2018-10-06 08:52
Asyncsteem signing lib usage bounty period about to expire, anyone need more time?
In this task request set a 34 STEEM bounty for working proof of concept code showing either Beem or Lightsteem can be used for signing operation in the context of an asyncsteem / Twisted asynchonous STEEM
mattockfs
bounty
2018-09-24 20:19
Update: Bounty increased to 34 STEEM : Proof of concept Beem/lightsteem based signed operations for asyncsteem.
Before I put a 10 STEEM bounty on finding a way to make two currently incompatible Python STEEM RPI libraries asyncsteem (by me) and Beem (by @holger80) play nice in a way that would allow an
asterkame
Sketchbook
2026-08-14 16:18
Published via Ecency
Promoted
3D Optical Illusion Drawing on Folded Paper
Hello Everyone! I drew a 3D picture today. There are a boat, blue sky, river and pier. I drew the picture on paper and folded it to create an illusion. In the first step, I drew the picture with a pencil.
emrebeyler
lightsteem
2018-09-19 10:53
(Controversial) Lightsteem code golf #2 - Send a promotional memo to followers of your witness
Welcome to Lightsteem code golf series #2 Workflow/Requirements of the evil script Get followers Exclude inactive followers (Last bandwidth update) Exclude followers using a proxy for voting Exclude followers
camiloferrua
utopian-io
2018-09-19 01:49
Logo Design | Light Steem
Repository Linked Task Request Details This is my logo design for @emrebeyler and his Lightsteem project, a light python3.6+ library to interact with the STEEM blockchain. You can access the documentation
emrebeyler
lightsteem
2018-09-18 08:12
Witness enable/disable via Lightsteem
See the source at Github Gists. Notes Requires python3.6+ and Lightsteem. Change the variables in the header Save it to /usr/local/bin. Run as witness_update enable or witness_update disable Requires your
oups
utopian-io
2018-09-14 17:28
Logo for lightsteem
Repository Linked Task Request Details Lightsteem is a light python client to interact with the STEEM blockchain. with these main features; No hard-coded methods. All potential future appbase methods are
solrac2991
Town Square
2026-08-09 16:56
Published via Ecency
Promoted
¿Saben porque fracaso?
¿Saben por qué fracaso? No voy a empezar diciendo que la vida fue injusta conmigo. Sería demasiado fácil. Tampoco voy a decir que no tuve oportunidades, que tuve mala suerte o que el mundo está hecho para
emrebeyler
utopian-io
2018-09-13 19:41
Lightsteem 0.0.9 - Introducing event listeners
Streaming new operations is a general task we need as app developers, bot developers on the STEEM blockchain. Having helpers for streaming new operations was a priority for the Lightsteem, for a while.
emrebeyler
lightsteem
2018-09-13 07:14
Design decisions on a library: A new event listener idea on Lightsteem
Streaming blockchain for the incoming transfers of a specific account events = EventListener(client) for transfer in events.on('transfer', filter={"to": "emrebeyler"}): print(transfer)
emrebeyler
lightsteem
2018-09-06 20:41
Lightsteem code golf #1 - Unfollow accounts who don't follow you back
See the source at Github. The amount of code required to push a custom JSON for follow looks like a bit overkill. I will add shortcuts to Account helper.
emrebeyler
lightsteem
2018-09-06 09:01
Task Request: A logo for lightsteem
Repository Details Lightsteem is a light python3.6+ library to interact with the STEEM blockchain. I am pretty confident with the progress on the project and I will continue to develop it. You can access
Older →