From 2c20e0a483a07317d573c2f7c74229621f541434 Mon Sep 17 00:00:00 2001 From: Yotam Nachum Date: Sat, 31 Aug 2024 19:01:58 +0300 Subject: [PATCH] Add initial Israel sources --- feeds/il.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 feeds/il.json diff --git a/feeds/il.json b/feeds/il.json new file mode 100644 index 00000000..9d5aad21 --- /dev/null +++ b/feeds/il.json @@ -0,0 +1,50 @@ +{ + "maintainers": [ + { + "github": "yotamN", + "name": "Yotam Nachum" + } + ], + "sources": [ + { + "name": "busofash", + "type": "http", + "url": "https://opendatasource.tel-aviv.gov.il/opendata_ducaments/gtfs.zip" + }, + { + "name": "busofash", + "spec": "gtfs-rt", + "type": "url", + "url": "https://api.busnear.by/external/gtfsrt/export", + "http-options": { + "headers": { + "authorization": "tlv_848e1b42-c0c2" + } + } + }, + { + "name": "Israel-MOT", + "type": "http", + "url": "https://gtfs.mot.gov.il/gtfsfiles/israel-public-transportation.zip", + "http-options": { + "headers": { + "user-agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" + }, + "ignore-tls-errors": true + }, + "fix": true, + "skip": true + }, + { + "name": "Sababus", + "type": "http", + "url": "https://yotam.net/transport/gtfs/sababus.zip", + "http-options": { + "headers": { + "authorization": "il_4X5R7tClJAK1" + } + }, + "fix": true + } + ] +}