seat-scout
Unreserved-ticket companion for PKP IC. Find your train, pick your leg, see the top seats ranked by how long they stay reservation-free — plus a few that open up in 1–2 stops.
File Explorer
- 01-search.png
- 02-journeys.png
- 03-leg.png
- 04-seats.png
- favicon.svg
- index.html
- .dockerignore
- .gitignore
- Dockerfile
- LICENSE
- main.py
- README.md
- requirements.txt
- seat_finder.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker build
View Details ▼
docker build
Build an image from a Dockerfile.
docker build .
Build a Docker image using the Dockerfile in the current directory:
docker build {{github.com/creack/docker-firefox}}
Build a Docker image from a Dockerfile at a specified URL:
docker build {{[-t|--tag]}} {{name:tag}} .
Build a Docker image and tag it:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
