{"id":26499746,"url":"https://github.com/n0bisuke/meet-mover-office","last_synced_at":"2026-04-08T21:32:36.334Z","repository":{"id":65399286,"uuid":"480665068","full_name":"n0bisuke/meet-mover-office","owner":"n0bisuke","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-05T07:33:57.000Z","size":7430,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-05T07:51:46.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/n0bisuke.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-12T05:22:35.000Z","updated_at":"2026-04-05T07:34:01.000Z","dependencies_parsed_at":"2023-12-24T07:13:32.282Z","dependency_job_id":"64d67d75-ddf6-4da5-8397-8f2ed7e04a01","html_url":"https://github.com/n0bisuke/meet-mover-office","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/n0bisuke/meet-mover-office","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2Fmeet-mover-office","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2Fmeet-mover-office/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2Fmeet-mover-office/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2Fmeet-mover-office/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n0bisuke","download_url":"https://codeload.github.com/n0bisuke/meet-mover-office/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n0bisuke%2Fmeet-mover-office/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":"2025-03-20T15:19:00.487Z","updated_at":"2026-04-08T21:32:36.318Z","avatar_url":"https://github.com/n0bisuke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## 稼働中\n\n- G Move\n- office\n- GH Actions\n- YT UP\n\n## リンク\n\n- https://github.com/n0bisuke/meet-mover-office\n- https://github.com/n0bisuke/meet-mover-hello\n\n## GitHubに設定する環境変数\n\n`{}`シングルクオーとで囲みましょう。\n\n![](https://media.cleanshot.cloud/media/112969/DPkfOyLEQns8wumQSwJmvliPIJQBgd38M5j8CfM5.jpeg?Expires=1749071065\u0026Signature=IHTM2vJyaEgWOzr1gjpkhVakWctIX~WeWnF0eMMKZdf1B0ipIYLPtHm0tgHxPTrhWZ1AsETgNQ0BSSBl8HLiRS5DdZDoXZzHyxPCSCLujaarvQeWMjf~ZIL4~bbBa1V9ohu~nxc57EPlFKVJFp5Pc3M82fJZW8EBfrbj9RAJ75PxbgHjBmAyvIpbnMC0MlDPBANJZyvw2MYoHeS-s4ZOjKvIe5LJwHgS070dK7iZy~WcXpps2BN9vHKStvTGWdlIG1EmFnVpLN1ectz~ga9VMntSgxSQtEAxElsV~XlD0eBVGkdK7fvdFlT3Wsaldk1Jg0CfttFVZ5VJVqp2FdJLIA__\u0026Key-Pair-Id=K269JMAT9ZF4GZ)\n\nhttps://qiita.com/n0bisuke/items/1a38617f08d07ef0fc93\n\n.env\n```\nG_TOKEN_OFFICE={\"access_token\":\"ya29~~~~\"token_type\":\"Bearer\",\"expiry_date\":1749048764936}\n```\n\n↓\n\nこんな感じ\n\n```\n`{\"access_token\":\"ya29~~~~\"token_type\":\"Bearer\",\"expiry_date\":1749048764936}`\n```\n\n## コマンド一覧\n\n### 基本コマンド\n```bash\nnpm start              # 本番実行\nnpm run start:dev      # 開発環境で実行\nnpm run start:bun      # Bunで実行\nnpm run deploy         # Gitコミット\u0026プッシュ\n```\n\n### トークン管理\n```bash\n# Google Drive/Sheetsトークン\nnpm run check-token           # トークン状態確認\nnpm run generate-token        # 新規トークン取得\nnpm run refresh-token         # セキュアなトークン更新\n\n# YouTubeトークン\nnpm run check-youtube-token   # YouTubeトークン状態確認\nnpm run generate-youtube-token # 新規YouTubeトークン取得\nnpm run check-playlist        # プレイリスト設定確認\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0bisuke%2Fmeet-mover-office","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn0bisuke%2Fmeet-mover-office","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn0bisuke%2Fmeet-mover-office/lists"}