blob: f9c19db23f4a3b9b1bb341f19ffcbcedee4342ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# script for tracking time slots for the practical driving exam in Poland for category A
- read and fill `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
by default, script tracks WORDs/MORDs in Krakow and the surrounding area
|