I need to write a server-side python websocket client to fetch live data for algo trading. This needs "your_api_key" and "your_access_token". What i understand is we need to fetch access token by login to the browser. Is this flow mandatory or can i get the api key and access token via python client code itself? Or is there any other way to achieve this.