Releases: samyun/Ohio-Union-EMS-Autofill-Tool
Fix W2W whitespace line
Fix W2W for realsies
Fixed for realsies
Verified by scheduling 1/11
Fix W2W
Update to support latest W2W site change
Update to support the latest change in W2W's site.
NOTE: selenium.common.exceptions.WebDriverException: Message: unknown error: call function result missing 'value'
can be solved by updating to the latest Chromedriver (>v2.36)
Report Generation and W2W Manager
Update to generate report. AV Assignments {Date}.txt
is a text file that can be printed, showing workers with their assignments.
A new setting allows the script to pull the W2W Manager for the previous evening setups, instead of relying on the person running the script.
file_sorted.json: contains workers and schedules, sorted by time.
AV Assignments {Date}.txt: text file containing report.
NEW SETTINGS.JSON
Weekend Late Open
Weekends will have setup cutoff to be 11am, not 10am.
NEW SETTINGS.JSON
Minor bug fixes, improved logging
Bug fixes:
- Unassigned slots will no longer crash the program
Improved logging
- Logging will print INFO level to console, DEBUG level to file.
Initial Release
This is the initial release of the autofill tool.
Download and extract EMS.Paperwork.Tool.zip
, edit settings.json
, and run with python3 autofill_tool.py
. Ensure dependencies (Python3, Chromedriver, Selenium) are installed. See README for more details.