https://github.com/n0bisuke/meet-mover-office
https://github.com/n0bisuke/meet-mover-office
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n0bisuke/meet-mover-office
- Owner: n0bisuke
- Created: 2022-04-12T05:22:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-05T07:33:57.000Z (4 months ago)
- Last Synced: 2026-04-05T07:51:46.683Z (4 months ago)
- Language: JavaScript
- Size: 7.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 稼働中
- G Move
- office
- GH Actions
- YT UP
## リンク
- https://github.com/n0bisuke/meet-mover-office
- https://github.com/n0bisuke/meet-mover-hello
## GitHubに設定する環境変数
`{}`シングルクオーとで囲みましょう。

https://qiita.com/n0bisuke/items/1a38617f08d07ef0fc93
.env
```
G_TOKEN_OFFICE={"access_token":"ya29~~~~"token_type":"Bearer","expiry_date":1749048764936}
```
↓
こんな感じ
```
`{"access_token":"ya29~~~~"token_type":"Bearer","expiry_date":1749048764936}`
```
## コマンド一覧
### 基本コマンド
```bash
npm start # 本番実行
npm run start:dev # 開発環境で実行
npm run start:bun # Bunで実行
npm run deploy # Gitコミット&プッシュ
```
### トークン管理
```bash
# Google Drive/Sheetsトークン
npm run check-token # トークン状態確認
npm run generate-token # 新規トークン取得
npm run refresh-token # セキュアなトークン更新
# YouTubeトークン
npm run check-youtube-token # YouTubeトークン状態確認
npm run generate-youtube-token # 新規YouTubeトークン取得
npm run check-playlist # プレイリスト設定確認
```