forked from eskerda/pybikes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeys.example.py
More file actions
22 lines (20 loc) · 765 Bytes
/
keys.example.py
File metadata and controls
22 lines (20 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
weelo = {
'client_id': '<some client id>',
'client_secret': '<some client secret>',
}
digitransit = 'get your API key at https://portal-api.digitransit.fi'
bicimad = {
# Get your credentials at https://mobilitylabs.emtmadrid.es
'passkey': '<some pass key>',
'clientid': '<some client id>',
}
deutschebahn = {
# Get your credentials at https://developers.deutschebahn.com
'client_id': '<some client id>',
'client_secret': '<some client secret>',
}
# See https://github.com/SFOE/sharedmobility/blob/main/Access%20the%20data.md
sharedmobility = 'a-valid@email-address'
bikeshare_ie = '<some token>'
# See https://github.com/cyklokoalicia/OpenSourceBikeShare/blob/main/Access%20the%20data.md
open_source_bike_share_v2 = '<some token>'