Prerequisites
This part is only until Novermber 22nd valid - see the information about the migration comming soon.
You have to be aware of the following when you plan to use scripts/programms to download data sets from data.mobilitaetsverbuende.at:
...
Register to data.mobilitaetsverbuende.at and confirm the email address you gave by the registration
Take a look at the data sets page, click on the data set you want to download, show the license and accept it
Write the credentials (user and password) you used in the registration to some config file for your script
Use the credentials in the script to authenticate to Keycloak and obtain an access token
Use the access token to retrieve data sets and download data set files from the plattform
OpenID Connect Parameters
Use the following information to obtain an access token on behalf of your registered user:
...
Credentials: the ones you used for the registration
Example Script
This example script demonstrates how to get the access token from Keycloak and how to use the access token to automatically download a data set file. The OpenID Connect standard is well described on the internet. For all supported operations of the REST API interface of the DBP you can consult DBP Public Swagger UI.
...