Found my problem, I have created a Publisher app, need to create a Connect app.
But does it mean as soon as I create a connect app for testing/development I start getting billed.
I don't plan to use the connect app in production now but just build …
I opened in browser and copy pasted it,now I get this error:
/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py:791: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is st…
This is how I get the request_token:
kite = KiteConnect(api_key="my_apps_api_key")
import requests
url = kite.login_url()
response = requests.get(url)
redir_url = response.history[1].headers['Location']
#Session id in redir_url is actually the req…