witz-bot / README.md
onitsche's picture
Fix install instructions: use venv with --system-site-packages
9ab1c44
---
title: Witz-Bot
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: static
pinned: false
tags:
- reachy_mini
---
# Witz-Bot — Reachy Mini Wireless
Python-App für Reachy Mini Wireless. Schläft standardmäßig, wacht bei Geräuschen auf, erzählt einen deutschen Witz und lacht — dann schläft er wieder.
## Ausführen auf dem Roboter
```bash
# Einmalig: venv erstellen (--system-site-packages damit reachy_mini verfügbar bleibt)
python3 -m venv --system-site-packages .venv
.venv/bin/pip install edge-tts miniaudio
# Starten
.venv/bin/python joke_bot.py
```
Benötigt Internet für die TTS-Synthese beim Start (edge-tts, kein API-Key nötig).