token authentication

how to automate daily token authentication or make it more easier to do?

Today i opened http://instaoptions.fyers.in/ in browser and it was asking about token and at the middle of page there was some logo i clicked that logo and it directly went to homepage dashboard of instaoptions ( as i was already logged in via trade.fyers.in)(maybe it took data from cookies)

I’ve created app n working on websocket to get live mkt data of specific indices n stocks.

Hi @sam_kun

You can use these codes
https://github.com/FyersDev/fyers-api-sample-code/tree/sample_v3/v3/python/login

I am actually trying to access live data on browser as i use fyers web and daily have to login via entering pin code so i thought app process is going through cookies.

I’m creating my own personal php script to run on localhost.

TOTP looked hassle that’s why i don’t want to automate it. Just tell me do need to take this long route or api connect would do better? daily copy paste of auth code i can do.