Build BER↔EZE flight price monitor #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Build a Python flight price monitor that checks BER→EZE round trip prices daily and alerts when they drop below a threshold.
Specs
Configuration (
config.json)Design for multiple routes from the start.
Price Source
https://api.tequila.kiwi.com/v2/searchKIWI_API_KEY.adapters/base.py(abstract) +adapters/kiwi.py(concrete)KIWI_API_KEYis not set, the adapter should log a clear message and exit gracefully (NOT crash)Alerting
monitor.logwith timestampsFiles to Create
Constraints
python monitor.pyGit Setup
Use remote URL with token:
https://otis:<GITEA_TOKEN>@gitea.netcups.al3dev.link/monkey-island/flight-monitor.gitThe Gitea token is available in
/root/.openclaw/workspace/.gitea-credentials.Acceptance Criteria
python monitor.pyruns without error (graceful exit if no API key)When Done
Run:
openclaw system event --text "Done: flight-monitor built and pushed to monkey-island/flight-monitor" --mode now