~krystianch/mazowieckie

Alternative front-end for the Mazovian Railways ticket web store
Add data download script
Indent HTML with 2 spaces
Fix data not being installed

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~krystianch/mazowieckie
read/write
git@git.sr.ht:~krystianch/mazowieckie

You can also use your local clone with git send-email.

#mazowieckie

Alternative front-end for the Mazovian Railways ticket web store (bilety.mazowieckie.com.pl).

Live at km.krystianch.com

#Features

  • simple buying process: connection -> details -> payment
  • works well in slow network conditions (like in a train)
  • remembers your choices for quick ticket buying
  • simplified discount descriptions
  • download purchase tickets and receive them by email
  • avoids web trackers
  • lightweight user interface based on antiweb

#Running

# run development server
flask --app mazowieckie.web run --debug

In production, point a WSGI server to mazowieckie.web.

#Dependencies

  • Python >= 3.8
  • Flask >= 2.2.5