I need to generate auth code every time i run the python code. Seems such a painful process. Any workaround for this?
Use selenium webdriver. It will automate login for you.
Also store token in some file like json so you have to login just once per day.
Hi you use the selenium webdriver as suggested by @bK9BYBVCq1 or if you are not aware of how to use the selenium you can check out this link. it will give you an idea in order to automate the login flow.
Hope this helps
I already did that but its just a bandage not a good solution for long term…