Help! I need to understand how to make a clientside automation using websockets

Hello, So I need to make an automation (bot) that basically stays on a page until an "item" is available and then take it. This I have already made a bot for but its just using selenium. But I have seen and talked to people that made a bot on C# or JS using the websocket of the site, which allows them to make real time request and get the "items" faster than other people. I have searched for a while trying to understand how to start to program this but everything I find is how to use websocket for your website, your app, your server. Nothing about how to make a really simple request to a website when something is available. If you could tell me where I could start searching or what library, app or website I should check I would be very glad. Thank you guys :D

Best Answer

  • @jpv1a12.l

    Sorry but I’m a bit confused with your current implementation.

    It sounds like you are parsing a price data from some web page and push it to your system for now. And you are interested in using a web socket API provided by Refinitiv. Is this correct?

    Basically, Elektron Web Socket API is a server-side API provided on the Elektron in cloud and Server component like the TREP server. Since you are using Gmail so that I’m not sure that your company or organization already has an account for Elektron Real-Time(ERT) in the cloud or our server installed for your company or not.


    Anyway, if you want to explore the feature of the WebSocket API, you can go to the following page:


    https://developers.refinitiv.com/elektron/websocket-api/quick-start?content=34507&type=quick_start


    To use the API, it required the server installed for your company or you must have an account to connect to the server on the cloud.


Answers