hi, ive written this code, please tell me where i am going wrong, im a beginner in python so i can use all the help that i can get for this, what im trying to do is to use bottle to start a standalone server to get the request token so can then post it and login.
# CODE STARTS HERE
from kiteconnect import KiteConnect from bottle import run , request , route import webbrowser
We don't recommend automating login as it is mandatory by exchange to login manually once a day.