@@ -76,18 +76,27 @@ There are two actions available for yutu, one is for general purpose and the oth
76
76
❯ docker run --rm ghcr.io/eat-pray-ai/yutu:latest
77
77
```
78
78
79
+ ### Gopher
80
+
81
+ ``` shell
82
+ ❯ go install https://github.com/eat-pray-ai/yutu@latest
83
+ ```
84
+
79
85
### Linux
80
86
81
87
``` shell
82
- ❯ curl -sSfL https://github.com/eat-pray-ai/yutu/releases/latest/download/yutu-linux-$( uname -m) -o yutu
88
+ ❯ curl -sSfL https://github.com/eat-pray-ai/yutu/releases/latest/download/yutu-linux-$( uname -m) -o /usr/local/bin/yutu
89
+ ❯ chmod +x /usr/local/bin/yutu
90
+
83
91
```
84
92
85
93
### macOS
86
94
87
95
Homebrew is not available since this repository is not notable enough, star this repository to make it available on Homebrew.
88
96
89
97
``` shell
90
- ❯ curl -sSfL https://github.com/eat-pray-ai/yutu/releases/latest/download/yutu-darwin-$( uname -m) -o yutu
98
+ ❯ curl -sSfL https://github.com/eat-pray-ai/yutu/releases/latest/download/yutu-darwin-$( uname -m) -o /usr/local/bin/yutu
99
+ ❯ chmod +x /usr/local/bin/yutu
91
100
```
92
101
93
102
### Windows
@@ -113,6 +122,8 @@ Available Commands:
113
122
channel Manipulate YouTube channels
114
123
channelBanner Insert Youtube channelBanner
115
124
channelSection Manipulate channel section
125
+ comment Manipulate YouTube comments
126
+ commentThread Manipulate YouTube comment threads
116
127
completion Generate the autocompletion script for the specified shell
117
128
help Help about any command
118
129
i18nLanguage List YouTube i18nLanguages
@@ -138,122 +149,7 @@ Use "yutu [command] --help" for more information about a command.
138
149
139
150
## Features
140
151
141
- Here are the features that are currently supported by yutu, and the ones that are planned to be supported in the future. The quota costs for each feature is also mentioned since there is a quota limits of 10,000 units/day.
142
-
143
- <details >
144
- <summary >Features list</summary >
145
- - videos
146
- - [x] list, 1
147
- - [x] insert, 1600
148
- - [x] update, 50
149
- - [x] rate, 50
150
- - [x] getRating, 1
151
- - [ ] reportAbuse, 50
152
- - [x] delete, 50
153
- - channels
154
- - [x] list, 1
155
- - [x] update, 50
156
- - playlists
157
- - [x] list, 1
158
- - [x] insert, 50
159
- - [x] update, 50
160
- - [x] delete, 50
161
- - playlistItems
162
- - [x] list, 1
163
- - [x] insert, 50
164
- - [x] update, 50
165
- - [x] delete, 50
166
- - playlistImages
167
- - [ ] list, ?
168
- - [ ] insert, ?
169
- - [ ] upload, ?
170
- - [ ] delete, ?
171
- - activities
172
- - [x] list, 1
173
- - captions
174
- - [x] list, 50
175
- - [x] download, ?
176
- - [x] insert, 400
177
- - [x] update, 450
178
- - [x] delete, 50
179
- - channelBanners
180
- - [x] insert, 50
181
- - channelSections
182
- - [x] list, 1
183
- - [ ] insert, 50
184
- - [ ] update, 50
185
- - [x] delete, 50
186
- - comments
187
- - [ ] list, 1
188
- - [ ] insert, 50
189
- - [ ] update, 50
190
- - [ ] setModerationStatus, 50
191
- - [ ] delete, 50
192
- - commentThreads
193
- - [ ] list, 1
194
- - [ ] insert, 50
195
- - [ ] update, 50
196
- - <s >guideCategories</s >
197
- - [x] <s >list, 1 deprecated API</s >
198
- - i18nLanguages
199
- - [x] list, 1
200
- - i18nRegions
201
- - [x] list, 1
202
- - liveBroadcasts
203
- - [ ] list, ?
204
- - [ ] insert, ?
205
- - [ ] insertCuepoint, ?
206
- - [ ] update, ?
207
- - [ ] bind, ?
208
- - [ ] transition, ?
209
- - [ ] delete, ?
210
- - liveChatBans
211
- - [ ] insert, ?
212
- - [ ] delete, ?
213
- - liveChatMessages
214
- - [ ] list, ?
215
- - [ ] insert, ?
216
- - [ ] delete, ?
217
- - [ ] transition, ?
218
- - liveChatModerators
219
- - [ ] list, ?
220
- - [ ] insert, ?
221
- - [ ] delete, ?
222
- - liveStreams
223
- - [ ] list, ?
224
- - [ ] insert, ?
225
- - [ ] update, ?
226
- - [ ] delete, ?
227
- - members
228
- - [x] list, 1 [ 🚫issue #3 ] ( https://github.com/eat-pray-ai/yutu/issues/3 )
229
- - membershipsLevels
230
- - [x] list, 1 [ 🚫issue #3 ] ( https://github.com/eat-pray-ai/yutu/issues/3 )
231
- - search
232
- - [x] list, 100
233
- - subscriptions
234
- - [x] list, 1
235
- - [x] insert, 50
236
- - [x] delete, 50
237
- - superChatEvents
238
- - [ ] list, ?
239
- - tests
240
- - [ ] insert, ?
241
- - thirdPartyLinks
242
- - [ ] list, ?
243
- - [ ] insert, ?
244
- - [ ] update, ?
245
- - [ ] delete, ?
246
- - thumbnails
247
- - [x] set, 50
248
- - videoAbuseReportReasons
249
- - [x] list, 1
250
- - videoCategories
251
- - [x] list, 1
252
- - watermarks
253
- - [x] set, 50
254
- - [x] unset, 50
255
-
256
- </details >
152
+ Please refer to [ features.md] ( ./features.md ) for more information.
257
153
258
154
## Star History
259
155
0 commit comments