You are viewing a single comment's thread from:

RE: Steemit post Bot like @wang for introduceyourself

in #hacking8 years ago

if i am running a local node . Can i switch following line to local node and what the syntax could be
rpc = SteemNodeRPC("wss://steemit.com/wstmp3")

Sort:  

Something like rpc = SteemNodeRPC("ws://localhost:8090") maybe