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.