Skip to content

Commit

Permalink
Add initial Israel sources
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamNimble committed Sep 1, 2024
1 parent b2e0f0e commit 7d9146a
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions feeds/il.json
Original file line number Diff line number Diff line change
@@ -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",
"fix": true
},
{
"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
},
{
"name": "Sababus",
"type": "http",
"url": "https://yotam.net/transport/gtfs/sababus.zip",
"http-options": {
"headers": {
"authorization": "il_4X5R7tClJAK1"
}
},
"fix": true
}
]
}

0 comments on commit 7d9146a

Please sign in to comment.