{"id":30580351,"url":"https://github.com/bph/wcus-schedule","last_synced_at":"2025-10-09T22:06:45.276Z","repository":{"id":310975806,"uuid":"1041977892","full_name":"bph/wcus-schedule","owner":"bph","description":"Use the favorites link from a WordCamp schedule and create calender entries.","archived":false,"fork":false,"pushed_at":"2025-08-21T11:09:44.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T07:38:57.562Z","etag":null,"topics":[],"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/bph.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,"zenodo":null}},"created_at":"2025-08-21T09:48:00.000Z","updated_at":"2025-08-21T11:09:47.000Z","dependencies_parsed_at":"2025-08-21T11:53:21.452Z","dependency_job_id":"493c7410-4093-4e9e-8150-1fefdbf503b4","html_url":"https://github.com/bph/wcus-schedule","commit_stats":null,"previous_names":["bph/wcus-schedule"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bph/wcus-schedule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fwcus-schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fwcus-schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fwcus-schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fwcus-schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bph","download_url":"https://codeload.github.com/bph/wcus-schedule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bph%2Fwcus-schedule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002116,"owners_count":26083306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-08-29T05:18:36.635Z","updated_at":"2025-10-09T22:06:45.260Z","avatar_url":"https://github.com/bph.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordCamp Favorites Calendar Generator\n\nA Python script to extract your favorite sessions from any WordCamp schedule and generate an ICS calendar file.\n\n![Calendar view after import](Example-Calendar-view-after-import.png)\n\n## What it does\n\n- Takes a WordCamp schedule URL with favorite sessions marked\n- Fetches session details via the WordCamp REST API\n- Extracts session titles, speakers, locations, and times\n- Generates an `.ics` calendar file you can import into any calendar app\n\n## Usage\n\n```bash\npython3 wordcamp_favorites.py '\u003cschedule_url_with_favorites\u003e'\n```\n\n### Example\n\n```bash\npython3 wordcamp_favorites.py 'https://us.wordcamp.org/2025/schedule/?fav-sessions=1834,1952,2303,2644'\n```\n\n## Requirements\n\n```bash\npip install requests\n```\n\n## How to get your favorites URL\n\n1. Go to any WordCamp schedule page\n2. Mark sessions as favorites (usually a star icon)\n3. Copy the URL - it will contain `?fav-sessions=1234,5678,9012`\n4. Use that URL with the script\n\n![WordCamp Schedule](WordCamp-Schedule-Fav-link.png)\n\n## Output\n\n- Console: List of your favorite sessions with details\n- File: `wordcamp_favorites.ics` calendar file\n- Import the `.ics` file into Google Calendar, Apple Calendar, Outlook, etc.\n\n## Features\n\n- Works with any WordCamp site that uses the standard WordPress REST API\n- Handles large numbers of favorites (automatically chunks API requests)\n- Proper timezone handling (Pacific Time for US events)\n- Includes session titles, speakers, and room locations in calendar events\n\n## Example Output\n\n```\nFound 4 favorite sessions: 1834, 1952, 2303, 2644\nRetrieved 4 sessions\n\nFavorite Sessions:\n--------------------------------------------------\n• Building Resilient Interfaces by Embracing Fluid Design\n  Speaker(s): Anton Plauche\n  Location: Mt. Hood\n  DateTime: 2025-08-28T14:45:00\n\nCalendar saved to: wordcamp_favorites.ics\n```\nCollaborated with Claude Code ([See session log](https://docs.google.com/document/d/13BWhaKr0XU_UyFAbdfRmlXe8KYKmsZwJ62B2NsyD2JQ/edit?usp=sharing))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbph%2Fwcus-schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbph%2Fwcus-schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbph%2Fwcus-schedule/lists"}