# smartOLT
**Repository Path**: Yed_kee/smartOLT
## Basic Information
- **Project Name**: smartOLT
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-04-29
- **Last Updated**: 2026-04-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
You will need to export the token api key for SmartOLT
export SMARTOLT_TOKEN="YOUR_SMART_OLT_API_KEY"
export SMARTOLT_SUB_DOMAIN="YOUR_SMARTOLT_DOMAIN"
export NTFY_SERVER_URL="YOUR_NTFY_SERVER"
export TWILLO_SERVER="http://YourCustomServer/api/twillo/call"
Then you can run the program and it will send the notification to ntfy server,
once per hour and uses the file last_notification_time.txt to keep track of
the last notifcation.
Udpated this to use docker now to schedule the cron jobs, you just
need to create a .env file and put exported variables in their
instead.