Currently I fetch the request token manually from URL string after manually logging into kite. I use that to connect to kite programmatically and fetch access token, which I use for the day.
Can I login using kite API with id/password and get the request token using API only to remove the manual step?
Thanks @nagavenij , @vaibhavsharma13 . Actually that needed manually changing the configuration file daily to make the application work, that's why. Or is there a way, if we have manually connected to kite web, the robot can check and get it authenticate itself using the same instead of manually copying the request URL in config files. This will involve manual login to kite web application, but wont need changing the config file daily.
Or is there a way, if we have manually connected to kite web, the robot can check and get it authenticate itself using the same instead of manually copying the request URL in config files.
This will involve manual login to kite web application, but wont need changing the config file daily.