{"id":15520161,"url":"https://github.com/tmbo/alexa-vbb-skill","last_synced_at":"2026-04-22T11:33:13.345Z","repository":{"id":142892598,"uuid":"110363321","full_name":"tmbo/alexa-vbb-skill","owner":"tmbo","description":"Amazon Alexa skill to retrieve Berlin VBB departures (S-bahn, U-bahn, tram and Bus).","archived":false,"fork":false,"pushed_at":"2018-04-19T14:43:25.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T06:25:24.357Z","etag":null,"topics":["alexa-skill","bot","serverless","vbb"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmbo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-11T16:59:46.000Z","updated_at":"2018-04-19T18:11:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f261ccad-b5e5-440d-bfa0-10182e69f9a4","html_url":"https://github.com/tmbo/alexa-vbb-skill","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"3d18c49bb1f62f2ae4d3c6b7a80a9df561ef5fb1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tmbo/alexa-vbb-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmbo%2Falexa-vbb-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmbo%2Falexa-vbb-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmbo%2Falexa-vbb-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmbo%2Falexa-vbb-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmbo","download_url":"https://codeload.github.com/tmbo/alexa-vbb-skill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmbo%2Falexa-vbb-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32134192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alexa-skill","bot","serverless","vbb"],"created_at":"2024-10-02T10:24:29.154Z","updated_at":"2026-04-22T11:33:13.328Z","avatar_url":"https://github.com/tmbo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alexa S-Bahn Skill\n\nStores a home station and when ever asked for it replies with the next\ndeparture times.\n\n## Development Setup\n\n1. Make sure serverless is installed (to deploy functions to AMZN Lambda):\n```bash\nnpm install serverless -g\n```\n\n2. Setup your AWS lambda account (creating keys / secrets for serverless to deploy)\nhttps://serverless.com/framework/docs/providers/aws/guide/credentials/.\n\n3. Reach out to vbb and ask them for an access token. Using their \"development\"\nsystem is fine, have never experienced issues with it: [VBB REST API](http://www.vbb.de/de/article/fahrplan/webservices/schnittstellen-fuer-webentwickler/5070.html#rest-schnittstelle)\n\n4. Create a file called `credentials.yml` with your token:\n```yml\nvbbtoken: \"Tom-Bocklisch-XXXXXXX\"\n```\n\n## Setting up the project\n```\nmkvirtualenv alexa-vbb\npip install -r requirements.txt\nnpm install\n```\n\n## Deploying the app\n```\nserverless deploy\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmbo%2Falexa-vbb-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmbo%2Falexa-vbb-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmbo%2Falexa-vbb-skill/lists"}