Periodically check for results update published on the ARIS website for any given account/student
- Create
credentials.pyfile. - Add three variables,
__username__,__password__,__headless__and__waittime__. - The
__username__variable takes your ARIS2 ID as a value, the__password__variable obviously takes your password, the__waittime__variable takes an integer that defines the amount of time to wait between each check, specified in seconds and the__headless__variable takes a0or a1, when set to0it will show the automated browser while checking for results and it will not show it when set to1, if you do not set it the default is1. - Use
0as a value for__waittime__to make the script wait at a random interval between 12 and 24 hours until the next check. - Run
ARIS2Results.pyto start the checks.
When the script finds your results they will be automatically downloaded into full_results.html.
- Python 3.x
- Chromedriver
- Chrome Browser