{"id":15472368,"url":"https://github.com/ammaraskar/milkshakeeventsbot","last_synced_at":"2026-02-13T17:03:23.230Z","repository":{"id":206335390,"uuid":"716373534","full_name":"ammaraskar/MilkshakeEventsBot","owner":"ammaraskar","description":"Syncs events from an events forum to a Google calendar and bumps them when the event is coming up.","archived":false,"fork":false,"pushed_at":"2024-02-02T04:32:45.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-04T17:00:01.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ammaraskar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-09T02:04:46.000Z","updated_at":"2023-12-05T20:35:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ea35e3c-8fbc-46ba-9c8f-eb5f67ef75c2","html_url":"https://github.com/ammaraskar/MilkshakeEventsBot","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":0.09090909090909094,"last_synced_commit":"5a6b61d6ce6f3f33fbfbaa22860dca069e1ed731"},"previous_names":["ammaraskar/milkshakeeventsbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ammaraskar/MilkshakeEventsBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMilkshakeEventsBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMilkshakeEventsBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMilkshakeEventsBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMilkshakeEventsBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ammaraskar","download_url":"https://codeload.github.com/ammaraskar/MilkshakeEventsBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMilkshakeEventsBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-02T02:36:09.108Z","updated_at":"2026-02-13T17:03:23.213Z","avatar_url":"https://github.com/ammaraskar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MilkshakeEventsBot\n\nSyncs events from an events forum to a Google calendar and bumps them when the event is coming up.\n\nLooks for threads following the pattern `MM/DD` in a forum called `events` and\nturns them into calendar events. Storage is in a flat json file called\n`db.json`.\n\n## Setup\n\nSetup requires creating a [Google Apps Script](https://www.google.com/script/start/)\nthat acts as a web-hook and creates Google Calendar events on your behalf.\nYes seriously, this is easier than setting up oauth nonsense through Google\nCloud and dealing with authentication nonsense.\n\nSimply paste the contents of [AppsScriptWebHook.js](./AppsScriptWebHook.js) to\na new script on https://script.google.com/ with the variables on the top changed\nand then deploy as a web app. The deployed URL and token will live in your\nsecrets.\n\n## Running\n\n1. Set up a virtual env for the project with `python -m venv venv`\n\n2. Activate the virtual env with `. venv/bin/activate`\n\n3. Install dependencies `pip install -r requirements.txt`\n\n4. Copy `secrets.example.json` to `secrets.json` and fill with your secrets.\n\n5. Run `python -m events_bot`\n\n## Testing\n\n1. Follow above instructions to setup virtual environment.\n\n2. Install dev dependencies `pip install -r requirements_dev.txt`\n\n3. `python -m pytest`\n\n## Formatting\n\nWe format with `black`. This is checked on the CI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammaraskar%2Fmilkshakeeventsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fammaraskar%2Fmilkshakeeventsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammaraskar%2Fmilkshakeeventsbot/lists"}