every time i run the program its asking me to login and get the request_token_here data = kite.generate_session("request_token_here", secret="your_secret")
in doc it says once we generate teh access tocken it will be valid for whole day.
@rajagopal Yeah, you can generate access_token once after the login flow, store it as variable and then keep using the same access_token for all further API requests.
Yeah, you can generate access_token once after the login flow, store it as variable and then keep using the same access_token for all further API requests.