You are viewing a single comment's thread from:RE: My first Script in Python using Steem Module on Windows 7 64bit - JourneyView the full contextView the direct parentideagenerator (54)in #steem • 8 years ago Tahnk you. Yes, it takes over 3 minuts to run, how would I change the RPC node?
Another way of doing things would be using SteemData, @furion's website which is pretty awesome! And already has a python library 😊
while initiating the Steem object, in this line:
s=Steem()instead, pass the url of the RPC node in the Steem() method
so like this:
s=Steem("<RPCNodeUrl>")Ok, thank, I will try that and the library from @furion 👍