Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanto268/lfl_lab_maintenance
https://github.com/shanto268/lfl_lab_maintenance
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shanto268/lfl_lab_maintenance
- Owner: shanto268
- Created: 2022-07-19T03:58:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T17:53:31.000Z (over 1 year ago)
- Last Synced: 2023-08-21T18:49:28.345Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose:
Automated email program to remind grad students of lab maintenance duties when it's their week.
# Files:
- `lab_members.json` : for info. for lab members and maintainance allocation
- `send_lab_maintainence_reminder_email.py` : driver code
- `HelperFunctions.py` : utility functions
- `Emailer.py` : handles email sending
- `.env` : serves as hidden persistent memory and email credentials# To Do:
- [x] Write scheduler scripts for Windows 🤮: [walk_through](https://www.youtube.com/watch?v=ic4lUiDTbVI)
- [x] Deploy on LFL computer and install python dependencies
- [x] Reconfigure .env on LFL computer (need new App Password from Google)
- [x] Add `lab_members.json` file
- [x] Run test
- [x] Last to first update rule add
- [x] Document on OneNote