Terminal assistant for Wayne State University students.
If you're here to contribute, skip ahead to Getting Started. If you just want to try it out, follow the steps below!
warrior-bot is a CLI tool for Wayne State University staff and students. The idea is to make many of the things we need day to day easier to access and use through the terminal.
For now, install and run the program using the following command from the root directory. We hope to come out with our pilot version in the near future which will give you access via pip, uv and poetry.
pip install -e .warrior-bot where is panda express
warrior-bot what is the wifi name
warrior-bot --helpIf you're on MacOS, we also recommend iTerm2
Read the Contribution Setup and Guidelines to get started.
- Clone the repo
- Setup and Activate your Virtual Environment
-
pip install pre-commit pre-commit install
- Create your branch, develop your bug fix, feature or other contribution
- Open PR and a reviewer will approve your additions or request changes/
- Optionally, you may run
pre-commit run --all-filesto run checks manually before pushing your changes.