Commit graph

22 commits

Author SHA1 Message Date
6a8a614b3d
autopep8 everything - how could I ever work like this? 2022-04-19 15:01:03 +02:00
9f7bf662c2 Fixes for changes in OEBB website 2019-03-14 10:46:39 +01:00
Klaus-Uwe Mitterer
609194dd97 Invert connection list (i.e. latest first) if searching for connections by arrival time 2017-11-16 19:13:59 +01:00
Klaus-Uwe Mitterer
4b5a4516ae Fix odd error in connection worker 2017-11-04 21:06:04 +01:00
Klaus-Uwe Mitterer
eb4fc0fa27 Implement departure table, some tuning required for arrival table to work 2017-11-04 19:37:45 +01:00
Klaus-Uwe Mitterer
eb85dd1ec6 Use custom user agent string for outgoing requests 2017-10-30 23:17:59 +01:00
Klaus-Uwe Mitterer
3c89689f6b Actually fix the date issue 2017-10-26 22:00:43 +02:00
Klaus-Uwe Mitterer
92e69a14f4 Fix error caused by unexpected links in HAFAS' connection output, improve date handling, add exception raiser to threads 2017-10-26 21:21:41 +02:00
Klaus-Uwe Mitterer
d4dd2ba0e4 Use threading to improve response times for connection detail requests, set default connection count to 6 again as it doesn't matter anymore, update README. 2017-10-25 23:07:36 +02:00
Klaus-Uwe Mitterer
bddef6c491 Fix conn requests without via... 2017-10-02 21:31:06 +02:00
Klaus-Uwe Mitterer
479bc58489 Fix via station handling 2017-10-02 12:26:19 +02:00
Klaus-Uwe Mitterer
a7a6305d54 Blindly implement via routing. Needs testing before deployment, 2017-10-02 10:05:31 +02:00
Klaus-Uwe Mitterer
308f30d223 Allow latitude and longitude to be passed using a decimal comma 2017-09-28 20:49:57 +02:00
Klaus-Uwe Mitterer
a921460a11 Make JSON available for all requests 2017-09-25 21:43:02 +02:00
Klaus-Uwe Mitterer
950924c31a Prepare worker.conn for JSON 2017-09-24 22:59:51 +02:00
Klaus-Uwe Mitterer
d643365e6c Preparations for JSON support 2017-09-23 16:57:24 +02:00
Klaus-Uwe Mitterer
7b3ad3cf34 Set default result count to 3 2017-09-22 19:00:55 +02:00
Klaus-Uwe Mitterer
caca14c66a Implement connection finder. All features of oebbApi now implemented. 2017-09-22 17:25:26 +02:00
Klaus-Uwe Mitterer
4a70f52f6e Convert generator to list 2017-09-21 23:04:32 +02:00
Klaus-Uwe Mitterer
0d27297eb3 Fix variable name 2017-09-21 23:02:42 +02:00
Klaus-Uwe Mitterer
8d09794c9f Implement validator, some other fixes 2017-09-21 14:48:05 +02:00
Klaus-Uwe Mitterer
93707f9800 Starting to develop a Python3 based re-implementation of the ÖBB API. Implemented argument parsing, added classes for connections, stations and services, as well as dummy workers. 2017-09-19 22:50:19 +02:00