I have the login to the SMUD page working. After opening the link to energy usage, a series of redirects occur. By setting allow_redirects=True, I am able to regex the token from the redirect history. Is this the correct way to handle getting the token from the redirects or am I missing a concept here?
I have the login to the SMUD page working. After opening the link to energy usage, a series of redirects occur. By setting allow_redirects=True, I am able to regex the token from the redirect history. Is this the correct way to handle getting the token from the redirects or am I missing a concept here?