AutoDailyAssessment automatically takes the daily assessments for robotics class and emails you a copy of the response after class every day.
- lxml
- bs4
- requests
- schedule
python3 -m pip install -r requirements.txt
https://myaccount.google.com/lesssecureapps?pli=1&rapt=AEjHL4PCeo67OZq3z468WiSBD-IxJobTyyiUxg2lDfTmMGlCiRvShYKHVzWrYfPV15gYLTrMqPP2NtaserESeGNXtXC26E0zSQ
email = ""
emailPassword = ""
canvasPassword = ""
studentName = ""
studentId = ""
python3 main.py