warrior-bot
Terminal assistant for Wayne State University students.
Welcome!
If you're here to contribute, skip ahead to Getting Started. If you just want to try it out, follow the steps below!
Installation
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 .
Usage
warrior-bot where is panda express
warrior-bot what is the wifi name
warrior-bot --help
Requirements
If you're on MacOS, we also recommend iTerm2
Development
Getting Started
Read the Contribution Setup and Guidelines to get started.
Quick Setup
- Clone the repo
- Setup and Activate your Virtual Environment
bash 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.