This script checks LaundryView for 10 selected Northeastern residence hall floors and shows how many laundry machines are open vs closed on each floor.
It prints a table with:
- Floor name
- Open machines
- Closed machines
- Washer open/closed count
- Dryer open/closed count
- Python 3.9+
requests
From this project folder:
- Install dependency:
pip install requests- Run the tracker:
python src/laundry_testing_ev2.pyThe script will fetch live data from LaundryView and print the current counts.