{"id":15142628,"url":"https://github.com/dltkddnr04/timetree_ics_server","last_synced_at":"2026-02-16T16:35:08.293Z","repository":{"id":256132547,"uuid":"854403487","full_name":"dltkddnr04/timetree_ics_server","owner":"dltkddnr04","description":"TimeTree Crowler and ICS wrapping Server","archived":false,"fork":false,"pushed_at":"2024-11-09T10:39:35.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T06:38:39.450Z","etag":null,"topics":["fastapi","ics","python","timetree"],"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/dltkddnr04.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":"2024-09-09T05:35:10.000Z","updated_at":"2024-11-14T21:47:35.000Z","dependencies_parsed_at":"2024-09-09T06:54:08.491Z","dependency_job_id":"d8a631d6-f828-4ac7-b529-80f7115b5349","html_url":"https://github.com/dltkddnr04/timetree_ics_server","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"0140ee009f6d5ecc524290ebc7937709d08fbd45"},"previous_names":["dltkddnr04/timetree_ics_server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dltkddnr04/timetree_ics_server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dltkddnr04%2Ftimetree_ics_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dltkddnr04%2Ftimetree_ics_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dltkddnr04%2Ftimetree_ics_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dltkddnr04%2Ftimetree_ics_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dltkddnr04","download_url":"https://codeload.github.com/dltkddnr04/timetree_ics_server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dltkddnr04%2Ftimetree_ics_server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29513273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["fastapi","ics","python","timetree"],"created_at":"2024-09-26T09:43:11.474Z","updated_at":"2026-02-16T16:35:08.254Z","avatar_url":"https://github.com/dltkddnr04.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TimeTree ICS Server\n이 프로젝트는 TimeTree의 API를 리버스 엔지니어링, 크롤링하여 ICS 형식으로 변환후 사용자에게 배포하는 웹서버를 구축하는 프로젝트입니다.\n\n## TimeTree API에 대한 간단한 정보\n- TimeTree API는 공식적으로 제공되지 않습니다.\n- 해당 프로젝트의 코드는 웹버전을 기반으로 작성되었습니다.\n- 모든 요청은 **X-TimeTreeA** 헤더를 필요로 하며, **web/2.1.0/ko**를 값으로 가집니다.\n- [https://timetreeapp.com/api/v1/auth/email/signin](https://timetreeapp.com/api/v1/auth/email/signin)을 통해 로그인을 할 수 있습니다.\n    - **uid**(이메일), **password**, **uuid**(임의의 UUID)를 요청 바디에 담아 요청을 보내야 합니다.\n    - 로그인 후 반환되는 **_session_id**를 쿠키에 추가하여 요청을 보내야 합니다.\n- [https://timetreeapp.com/api/v1/calendar/{calendar_id}/events/sync](https://timetreeapp.com/api/v1/calendar/{calendar_id}/events/sync)를 통해 캘린더 이벤트를 가져올 수 있습니다.\n- **_session_id**의 유효시간은 명확하지 않습니다.\n\n## 사용법\n0. git clone\n```bash\ngit clone https://github.com/dltkddnr04/timetree_ics_server\ncd timetree_ics_server\n```\n1. python 설치\n```bash\nsudo apt install python3 python3-pip\n```\n2. 필수 라이브러리 설치\n```bash\npip install -r requirements.txt\n```\n3. `config.json` 파일 수정\n4. 실행\n```bash\nuvicorn main:app --reload --host=0.0.0.0 --port=80\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdltkddnr04%2Ftimetree_ics_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdltkddnr04%2Ftimetree_ics_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdltkddnr04%2Ftimetree_ics_server/lists"}