https://github.com/vasilescur/woto-time
Alerts you when Professor Astrachan has opened up a WOTO.
https://github.com/vasilescur/woto-time
Last synced: 3 months ago
JSON representation
Alerts you when Professor Astrachan has opened up a WOTO.
- Host: GitHub
- URL: https://github.com/vasilescur/woto-time
- Owner: vasilescur
- License: mit
- Created: 2018-10-12T19:19:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T23:42:55.000Z (about 6 years ago)
- Last Synced: 2025-01-16T17:34:16.860Z (4 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WOTO Time
### NOTE: While this program is functional, this is intended as a joke. Don't skip class.
Alerts you when Professor Astrachan has opened up a WOTO.
## Background
On the first day of 201, ola was explaining WOTOs. Quoth he,
> Of course, you could just have a friend go to class instead of you, and whenever there's a WOTO, he could just text you... \*pause for dramatic effect\* **WOTO TIME.**
So of course, being a computer scientist, my mission is to *automate algorithmic processes that scale*. So I automated WOTO notifications, scaled to every single WOTO.
## Usage
* Configure everything in the `config.ini` file.
* Make sure you have Python 3 installed
* Run `python wototime.py` or `python3 wototime.py`, whichever your computer uses for Python 3You'll need to provide your gmail email and password in order to get the SMS notifications. No, I'm not stealing your password; read the code if you don't believe me.
## Contributing
Pull requests are welcome. Make sure not to accidentally push your `config.ini` with actual credentials in it ;)