~krystianch/mazowieckie

Alternative front-end for the Mazovian Railways ticket web store

2fa57eb Add data download script

9 months ago

b6143bf Fix data not being installed

10 months ago

#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