Automatically receiving request tokens

mjhaveri001
Hi

I am building an automated trading engine(python) for personal use only. This makes the complete request_token step useless (as I'm only using the api call with respect to the Zerodha account associated with the app). Is there a way that I can execute my algorithm without using any form of request token OR automatically generate request tokens from python. This request_token step is restricting my trading pipeline from being completely smooth and automatic.

Thanks
  • sujith
    It is mandatory by the exchange that a trader has to log in manually at least once a day. We don't recommend automating the login.
This discussion has been closed.