@eat-pray-ai/yutu 0.10.8-dev1 → 0.10.9-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -7
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[](https://github.com/eat-pray-ai/yutu/actions/workflows/publish.yml)
|
|
14
14
|
[](https://github.com/eat-pray-ai/yutu/actions/workflows/codeql.yml)
|
|
15
15
|
[](https://github.com/eat-pray-ai/yutu/actions/workflows/test.yml)
|
|
16
|
-
[](https://linux.do/tag/2234-tag/2234)
|
|
17
17
|
|
|
18
18
|
[](https://github.com/eat-pray-ai/yutu/releases/latest)
|
|
19
19
|
[](https://formulae.brew.sh/formula/yutu)
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
)](https://winstall.app/apps/eat-pray-ai.yutu)
|
|
22
22
|
[](https://www.npmjs.com/package/@eat-pray-ai/yutu)
|
|
23
23
|
|
|
24
|
-
[](https://www.producthunt.com/products/yutu?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-youtube-cli-mcp-server-skill-and-agent)
|
|
25
26
|
|
|
26
27
|
`yutu` is a CLI, MCP server, and AI agent for YouTube that automates your entire YouTube workflow — from uploading and optimizing videos to managing comments, playlists, and channel branding — so you can get more views, higher click-through rates, and stronger audience engagement with less manual effort. [中文文档](./README_zh.md)
|
|
27
28
|
|
|
@@ -48,12 +49,11 @@ An account on [Google Cloud Platform](https://console.cloud.google.com/) is requ
|
|
|
48
49
|
- [YouTube Reporting API](https://console.cloud.google.com/apis/api/youtubereporting.googleapis.com/overview) (Optional)
|
|
49
50
|
2. **Create OAuth credentials**:
|
|
50
51
|
- Go to `APIs & Services -> OAuth consent screen`, create a consent screen with yourself as a test user
|
|
51
|
-
- Go to `Credentials -> Create Credentials -> OAuth Client ID`, select `
|
|
52
|
-
- Add `http://localhost:8216` as an authorized redirect URI
|
|
52
|
+
- Go to `Credentials -> Create Credentials -> OAuth Client ID`, select `Desktop app`
|
|
53
53
|
- Download the credential file and save it as `client_secret.json`, it should look like
|
|
54
54
|
```json
|
|
55
55
|
{
|
|
56
|
-
"
|
|
56
|
+
"installed": {
|
|
57
57
|
"client_id": "11181119.apps.googleusercontent.com",
|
|
58
58
|
"project_id": "yutu-11181119",
|
|
59
59
|
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
|
@@ -61,7 +61,7 @@ An account on [Google Cloud Platform](https://console.cloud.google.com/) is requ
|
|
|
61
61
|
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
|
62
62
|
"client_secret": "XXXXXXXXXXXXXXXX",
|
|
63
63
|
"redirect_uris": [
|
|
64
|
-
"http://localhost
|
|
64
|
+
"http://localhost"
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -77,7 +77,8 @@ An account on [Google Cloud Platform](https://console.cloud.google.com/) is requ
|
|
|
77
77
|
"access_token": "ya29.XXXXXXXXX",
|
|
78
78
|
"token_type": "Bearer",
|
|
79
79
|
"refresh_token": "1//XXXXXXXXXX",
|
|
80
|
-
"expiry": "2024-05-26T18:49:56.1911165+08:00"
|
|
80
|
+
"expiry": "2024-05-26T18:49:56.1911165+08:00",
|
|
81
|
+
"expires_in": 3599
|
|
81
82
|
}
|
|
82
83
|
```
|
|
83
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eat-pray-ai/yutu",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.9-dev1",
|
|
4
|
+
"mcpName": "io.github.eat-pray-ai/yutu",
|
|
4
5
|
"description": "The AI-powered toolkit that grows your YouTube channel on autopilot",
|
|
5
6
|
"repository": {
|
|
6
7
|
"type": "git",
|
|
@@ -31,11 +32,11 @@
|
|
|
31
32
|
"node": ">=18"
|
|
32
33
|
},
|
|
33
34
|
"optionalDependencies": {
|
|
34
|
-
"@eat-pray-ai/yutu-darwin-arm64": "0.10.
|
|
35
|
-
"@eat-pray-ai/yutu-darwin-x64": "0.10.
|
|
36
|
-
"@eat-pray-ai/yutu-linux-arm64": "0.10.
|
|
37
|
-
"@eat-pray-ai/yutu-linux-x64": "0.10.
|
|
38
|
-
"@eat-pray-ai/yutu-win32-arm64": "0.10.
|
|
39
|
-
"@eat-pray-ai/yutu-win32-x64": "0.10.
|
|
35
|
+
"@eat-pray-ai/yutu-darwin-arm64": "0.10.9-dev1",
|
|
36
|
+
"@eat-pray-ai/yutu-darwin-x64": "0.10.9-dev1",
|
|
37
|
+
"@eat-pray-ai/yutu-linux-arm64": "0.10.9-dev1",
|
|
38
|
+
"@eat-pray-ai/yutu-linux-x64": "0.10.9-dev1",
|
|
39
|
+
"@eat-pray-ai/yutu-win32-arm64": "0.10.9-dev1",
|
|
40
|
+
"@eat-pray-ai/yutu-win32-x64": "0.10.9-dev1"
|
|
40
41
|
}
|
|
41
42
|
}
|