add errorrate

This commit is contained in:
Aron Petau 2025-12-15 17:04:14 +01:00
parent dd192c012a
commit 4845d5d0dc
3 changed files with 100 additions and 9 deletions

View file

@ -91,10 +91,13 @@ python monitor.py
## Telegram Commands
- `/status` - Show current status and recent listings
- `/autopilot` - Toggle auto-apply on/off
- `/listings` - Show current listings
- `/help` - Show available commands
- `/autopilot on|off` - Enable or disable automatic applications (use `/autopilot on` or `/autopilot off`).
- `/status` - Show current status and statistics (autopilot state, application counts by company).
- `/plot` - Generate and send a weekly listing-patterns plot (`data/weekly_plot.png`).
- `/errorrate` - Generate and send an autopilot success vs failure plot (`data/error_rate.png`).
- `/help` - Show available commands and usage information.
Note: The bot only processes commands from the configured `TELEGRAM_CHAT_ID`. Use `/autopilot off` while testing selector changes or after modifying configuration to avoid accidental submissions.
## Data files