@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.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  [![GitHub Actions build Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/publish.yml?style=flat-square&logo=githubactions)](https://github.com/eat-pray-ai/yutu/actions/workflows/publish.yml)
14
14
  [![GitHub Actions CodeQL Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/codeql.yml?style=flat-square&logo=githubactions&label=CodeQL)](https://github.com/eat-pray-ai/yutu/actions/workflows/codeql.yml)
15
15
  [![GitHub Actions test Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/test.yml?style=flat-square&logo=githubactions&label=test)](https://github.com/eat-pray-ai/yutu/actions/workflows/test.yml)
16
- [![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/eat-pray-ai/yutu)](https://archestra.ai/mcp-catalog/eat-pray-ai__yutu)
16
+ [![LINUX DO](./assets/linuxdo_flat-square.svg)](https://linux.do/tag/2234-tag/2234)
17
17
 
18
18
  [![GitHub Release](https://img.shields.io/github/v/release/eat-pray-ai/yutu?sort=semver&style=flat-square&logo=go)](https://github.com/eat-pray-ai/yutu/releases/latest)
19
19
  [![Homebrew Formula Version](https://img.shields.io/homebrew/v/yutu?style=flat-square&logo=homebrew)](https://formulae.brew.sh/formula/yutu)
@@ -21,7 +21,8 @@
21
21
  )](https://winstall.app/apps/eat-pray-ai.yutu)
22
22
  [![npm Version](https://img.shields.io/npm/v/%40eat-pray-ai/yutu?style=flat-square&logo=npm)](https://www.npmjs.com/package/@eat-pray-ai/yutu)
23
23
 
24
- [![yutu - build a fully automated YouTube Channel!](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=988886&theme=light)](https://www.producthunt.com/posts/yutu?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-yutu)
24
+ [![YouTube CLI, MCP server, Skill and Agent - AI-powered toolkit that grows YouTube channel on autopilot | Product
25
+ Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1138118&theme=light)](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 `Web Application`
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
- "web": {
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:8216"
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.8-dev1",
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.8-dev1",
35
- "@eat-pray-ai/yutu-darwin-x64": "0.10.8-dev1",
36
- "@eat-pray-ai/yutu-linux-arm64": "0.10.8-dev1",
37
- "@eat-pray-ai/yutu-linux-x64": "0.10.8-dev1",
38
- "@eat-pray-ai/yutu-win32-arm64": "0.10.8-dev1",
39
- "@eat-pray-ai/yutu-win32-x64": "0.10.8-dev1"
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
  }