Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isbadawi/consultant-schedule
Schedule utility for McGill SOCS lab consultants
https://github.com/isbadawi/consultant-schedule
Last synced: 22 days ago
JSON representation
Schedule utility for McGill SOCS lab consultants
- Host: GitHub
- URL: https://github.com/isbadawi/consultant-schedule
- Owner: isbadawi
- Created: 2012-10-05T22:11:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-12T03:49:24.000Z (over 11 years ago)
- Last Synced: 2024-04-19T03:59:42.452Z (7 months ago)
- Language: Python
- Size: 118 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a utility for McGill SOCS lab consultants. It inspects your McGill inbox for the latest
lab consultant schedule, and populates a Google Calendar with the information.To run this, install the requirements
pip install -r requirements.txt
and run `fetch_schedule.py` with appropriate arguments.usage: fetch_schedule.py [-h] [--host host] [--port port] --username user
--password passmanage SOCS consultant schedule
optional arguments:
-h, --help show this help message and exit
--host host IMAP host to fetch from (default: exchange.mcgill.ca)
--port port IMAP port (default: 993)
--username user IMAP username (default: None)
--password pass IMAP password (default: None)