You are viewing a single comment's thread from:

RE: [ANN] steemtools - A High-Level Python library for Steem

in #steemtools8 years ago (edited)

Every class takes steem as optional second argument.

So you can do something like:

my_steem_instance = piston.steem.Steem(node="mysteemnode.com")
Account("clayop", steem=my_steem_instance).get_sp()

I think I should add more fallback nodes into the default, thanks for pointing it out.