diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-14 09:35:38 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-14 09:35:38 +0100 |
| commit | 32307c72fb5a6b5c131a5074ed6d78d792f847ce (patch) | |
| tree | b0fad6ced35726c40f56397f415f41e00f718887 | |
| parent | 76931bf5691846c8326ed52abfe5a7312affb18e (diff) | |
add missing words file, add README.md and .gitignore
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | words | 17 |
3 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d865be --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +token diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e85781 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# script for tracking time slots for the practical driving exam in Poland for category A + +- read `token` file +- run `./show_all.sh` + +to track another category, change `category` json field in `get_json.sh` from `A` to needed category + +to track theoretical time slots, change `practiceExams` to `theoryExams` in `parse_json.sh` + +to track new WORD/MORD, follow intstructions from `token` file and copy `wordId` value from PUT request json body to `words` file along with some title @@ -0,0 +1,17 @@ +21 MORD Krakow +22 MORD Krakow/O Krakow +23 MORD Tarnow +24 MORD Nowy Sacz +35 WORD Rzeszow +45 WORD Katowice +46 WORD Katowice O/T Dabrowa Gornicza +47 WORD Katowice O/T Tychy +48 WORD Katowice O/T Jastrzebie Zdroj +49 WORD Katowice O/T Rybnik +50 WORD Katowice O/T Bytom +51 WORD Belsko-Biala +52 WORD Kielce +64 MORD Krakow/O Oswiecim +69 WORD Nowy Sacz O/ Nowy Targ +74 WORD Częstochowa O/T Zawiercie +36 WORD Krosno |
