jarvis-marvel-rivals/README.md
2025-02-12 22:06:57 -05:00

31 lines
No EOL
709 B
Markdown

> "Jarvis, maximum pulse his balls"
# Jarvis Assistant for Marvel Rivals
A simple piece of software i cooked up in a few hours because it would be funny
### Setup
```sh
uv sync # sync dependencies (setup only)
```
### Usage
```sh
uv run main.py
```
Press the hotkey (default is Home) and then talk to jarvis
### Supported Commands
- say something in team/match chat
- "Jarvis, say gg no heals in match chat"
- "jarvis, type gang what are we doing in chat"
- maximum pulse
- "jarvis, maximum pulse that family of four"
- "jarvis, murder that shark"
- "jarvis, remove his balls"
Checkout the code to see specific keywords/phrases as all NLP is regex/string based, not generative AI