RE: Steemit post Bot like @wang for introduceyourself

You are viewing a single comment's thread from:

Steemit post Bot like @wang for introduceyourself

in hacking •  9 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")

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!
Sort Order:  

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

thanks