Starting with python script for fetching project task

Hello,

I want to start integrating Taiga with ERPnext for that i am starting with python script. My concern is about auth token. How i should use it. Every call i should regenerate or i can use same token. Please guide for this how i should proceed with this scripting.

@PMDev No need to regenerate the auth token every time you use it. As long as it is not expired, you can keep on using it.

@Charlie is there any predefined way to check token has expired or not