RE: @deutschbot überlastet

You are viewing a single comment's thread from:

@deutschbot überlastet

in deutsch •  7 years ago 

Die steem API funktioniert jetzt hab sogar ein kleines Skript geschrieben nur steempy will nicht aber wer will schon eine CLI. Danke für deine Hilfe hier mein kleines Skript:

from steem.blockchain import Blockchain

b = Blockchain()
for s in b.stream():
    s = dict(s)
    print(s.get("type"))

ist ganz nett anzusehen wie die Aktionen durchrattern 🤩

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!