You are viewing a single comment's thread from:
RE: Steemfeed-JS - now with real exchange queries and median averages
I really like the effort you've put in abstracting the exchanges and the library in general.
I have just released documentation for markets module in steemtools
, so Python coders can have the access to the same features. The code is not as nice as yours, but it works...
I used the same kind-of exchange abstraction in SteemValue which is in Python. I would be using that same code for a python price feed, but I've found that python likes to randomly hang when connecting to external sites...
I've added a default timeout of 2s for all requests, to avoid waiting due to networking or other issues.