jarvis-marvel-rivals/README.md

31 lines
709 B
Markdown
Raw Normal View History

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