You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConEdReader class uses the 'coned' package, which uses a headless browser to query the ConEd website. This deals easily with Multi-Factor Authentication but is very computationally expensive for small devices such as the Raspberry Pi and can take a very long time.
If the authentication can be figured out with a more direct request method it would be more efficient and much faster for small devices.
The text was updated successfully, but these errors were encountered:
The ConEdReader class uses the 'coned' package, which uses a headless browser to query the ConEd website. This deals easily with Multi-Factor Authentication but is very computationally expensive for small devices such as the Raspberry Pi and can take a very long time.
If the authentication can be figured out with a more direct request method it would be more efficient and much faster for small devices.
The text was updated successfully, but these errors were encountered: