quantillinois / plutus-kite

The data-fetch API for https://kite.trade
GNU General Public License v3.0
0 stars 4 forks source link

Add Kite Request Token Retrieval #1

Closed sumukshashidhar closed 2 years ago

sumukshashidhar commented 2 years ago

Kite Requires a request token to process. This automates that process using selenium.

This may be an inefficient way to do it, however, it is reasonable because this process does not have to be run too many times.

sumukshashidhar commented 2 years ago

This code works on my computer. I'm just trying to see if there's a way to force github actions to also run the same things.