You are viewing a single comment's thread from:

RE: HIVE上使用steem-python的一些尝试 (上)

in #cn5 years ago (edited)

抱歉,以为你是问hivepy,beem是这样:

from beem.steem import Steem
from beem.account import Account

nodes = 'https://api.steemit.com'
s=Steem(node=nodes)
acc = Account(player,steem_instance=s)