You are viewing a single comment's thread from:
RE: Can someone help me with Steem API calls in Python?
You can connect to wss://steemd.steemit.com
through websocket and work with the API directly. If you don't know about the protocol just open steemit and watch your websocket connections (in chrome console network tab) and see how the operations are being sent and receive.