add errorrate
This commit is contained in:
parent
dd192c012a
commit
4845d5d0dc
3 changed files with 100 additions and 9 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue