English Update

This commit is contained in:
Thomas
2025-10-05 14:36:22 +02:00
parent 2992bda898
commit ea091488bc
4 changed files with 379 additions and 115 deletions

View File

@@ -42,3 +42,51 @@
- \[ ] Export/import af kommandoer
- \[ ] Backup/restore via zip
- \[ ] API for eksterne systemer
---
#English
Roadmap Twitch PHP Bot
##✅ Completed (v0.0.1)
- \[x] PHP socket-based Twitch bot
- \[x] Dashboard (index)
- \[x] Commands, timers, points
- \[x] Polls, giveaways, raffle, slots, bets
- \[x] SSE/WebSocket live log
- \[x] Helix API (subs, bits, mods, VIPs)
- \[x] Login + permissions (Admin, Mod, User)
- \[x] Settings + watchdog
- \[x] SQLite database
##🚧 Upcoming Versions
##v0.1.1 QoL + UI
- \[ ] Search and sorting for commands
- \[ ] Quick test button for commands
- \[ ] Improved placeholder documentation
- \[ ] Auto-start bot on login
##v0.1.2 Stats & Overlay
- \[ ] Display subs/follows/bits in overlay
- \[ ] Uptime graph and stream history
- \[ ] Points leaderboard
##v0.1.3 Integration
- \[ ] OBS WebSocket integration
- \[ ] Discord webhook for events
- \[ ] Mobile-friendly design
##v2.0.0 Multi-Channel Support
- \[ ] Run multiple channels from the same web interface
- \[ ] Separate databases and logs
---
🧠 Ideas
- \[ ] GUI editor for polls and giveaways
- \[ ] Export/import of commands
- \[ ] Backup/restore via ZIP
- \[ ] API for external systems