https://github.com/hulloitskai/warriorrec
A CLI for getting Warrior Recreation schedules.
https://github.com/hulloitskai/warriorrec
cli reverse-engineering uwaterloo
Last synced: 6 months ago
JSON representation
A CLI for getting Warrior Recreation schedules.
- Host: GitHub
- URL: https://github.com/hulloitskai/warriorrec
- Owner: hulloitskai
- License: mit
- Created: 2020-03-01T18:36:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T00:03:18.000Z (about 6 years ago)
- Last Synced: 2025-08-24T01:32:49.011Z (7 months ago)
- Topics: cli, reverse-engineering, uwaterloo
- Language: Go
- Homepage:
- Size: 661 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warriorrec
_A CLI for all the UW chads out there that live in their terminal._ 💪👨💻
`warriorrec` is a library and command line tool for getting
[Warrior Recreation](https://warrior.uwaterloo.ca) schedules.
## Usage
```bash
# Get the Warrior Recreation schedule for a given date.
warriorrec schedule []
# Get the available activity categories.
warriorrec categories
```
## Installation
See the [releases](https://github.com/stevenxie/warriorrec/releases) section
to install binaries to your `$PATH` manually.
Alternatively, install with [Homebrew](https://brew.sh):
```bash
brew install stevenxie/tap/warriorrec
```