☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
8.7K
All Categories
8
Go client
513
.Net API client
225
Kite Publisher
466
.Net / VBA / Excel (3rd party)
274
Algorithms and Strategies
695
Java client
646
API clients
318
PHP client
2.2K
Python client
256
Mobile and Desktop apps
955
Market data (WebSockets)
2.2K
General
In this Discussion
December 2020
rakeshr
store Kite instance in database
Ronit
December 2020
in
Python client
How can i store kite instance from access token into a database so that I don't need to get a new instance every time.
rakeshr
December 2020
@Ronit
For a simple use case, you can store access_token even to a text file and retrieve it while creating a Kite instance. You can go through
this article
to know about this.
Sign In
or
Register
to comment.
For a simple use case, you can store access_token even to a text file and retrieve it while creating a Kite instance. You can go through this article to know about this.