I have followed instructions as in https://github.com/zerodha/pykiteconnect/blob/master/examples/simple.py. Everyone is saying to give ip as 127.0.0.1, I have given a port number also to it. Now, I want to access this on my vps(ubuntu), how do i get the access token there? please help, as I am completely stuck without it...
from my vps, I have done this: >>> r=requests.get('http://127.0.0.1:19298/kite-redirect') DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:19298
You can understand login flow here:
https://kite.trade/docs/connect/v3/user/
Refer this video for detailed explanation: