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
|
|
|
|
|
2025-02-12 22:14:31 -05:00
|
|
|
Allows you to use voice commands to do simple tasks in Marvel Rivals
|
|
|
|
|
|
|
|
Might be considered cheating, even though it's slower than doing stuff manually, use at your own risk
|
|
|
|
|
2025-02-12 22:05:09 -05:00
|
|
|
### Setup
|
|
|
|
|
2025-02-12 22:06:57 -05:00
|
|
|
```sh
|
2025-02-12 22:14:31 -05:00
|
|
|
uv sync
|
2025-02-12 22:05:09 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
### 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-13 09:36:53 -05:00
|
|
|
- save a clip
|
|
|
|
- "jarvis, clip that"
|
|
|
|
- "hey jarvis, thats a clip"
|
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
|