Gets the current traffic jam at Gotthard Road Tunnel from @TCSGotthard's tweets and displays it neatly on a slim website.
Create an api_config.yaml file in the execution directory with the following scheme to use the twitter api:
consumer_key: [your key]
consumer_secret: [your secret]
access_token_key: [your token key]
access_token_secret: [your token secret]