Skip to content

Self hosted system to send alerts when your train is delayed.

License

Notifications You must be signed in to change notification settings

davegoopot/oitrainslate

Repository files navigation

oitrainslate

Self hosted system to send alerts when your train is delayed.

Objectives

  • Provide a self-hosted solution for sending alerts when trains are delayed.
  • Initially support only one train journey.
  • Haven't decided on the notification method yet.

Release 1 - Simple Command Line Tool

The first release will require python and will run with uv.

The only functionality will be to accept a starting and destination station and return the expected and actual departure times for services between those stations.

Example usage:

pip install uv
$env:RTTUSERNAME="yourusername"
$env:RTTPASSWORD="yourpassword"
uvx --from git+https://github.com/davegoopot/oitrainslate tracktrain bwd urm

About

Self hosted system to send alerts when your train is delayed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages