Skip to content

Commit 3bbf6c1

Browse files
committed
📝 Add new badges and features
1 parent 42ae2ff commit 3bbf6c1

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

FEATURES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ Here are the features that are currently supported by yutu, and the ones that ar
7777
- [x] update, 50
7878
- [x] delete, 50
7979
- playlistImages
80-
- [ ] list, ?
81-
- [ ] insert, ?
82-
- [ ] upload, ?
83-
- [ ] delete, ?
80+
- [x] list, ?
81+
- [x] insert, ?
82+
- [x] upload, ?
83+
- [x] delete, ?
8484
- search
8585
- [x] list, 100
8686
- subscriptions

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
[![GitHub License](https://img.shields.io/github/license/eat-pray-ai/yutu?style=flat-square)](https://github.com/eat-pray-ai/yutu?tab=MIT-1-ov-file)
88
[![Go Reference](https://pkg.go.dev/badge/github.com/eat-pray-ai/yutu/pkg/yutuber?style=flat-square)](https://pkg.go.dev/github.com/eat-pray-ai/yutu/pkg/yutuber)
99

10-
[![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)
10+
[![GitHub Repo stars](https://img.shields.io/github/stars/eat-pray-ai/yutu?style=flat-square&logo=github)](https://github.com/eat-pray-ai/yutu/stargazers)
1111
[![GitHub Downloads](https://img.shields.io/github/downloads/eat-pray-ai/yutu/total?style=flat-square)](https://github.com/eat-pray-ai/yutu/releases/latest)
1212
[![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)
1313
[![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)
1414
[![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)
1515

16+
[![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)
17+
[![Homebrew Formula Version](https://img.shields.io/homebrew/v/yutu?style=flat-square&logo=homebrew)](https://formulae.brew.sh/formula/yutu)
18+
[![WinGet Package Version](https://img.shields.io/winget/v/eat-pray-ai.yutu?style=flat-square)](https://winstall.app/apps/eat-pray-ai.yutu)
19+
1620
[![yutu - build a fully automated YouTube Channel!](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=490920&theme=light)](https://www.producthunt.com/posts/yutu?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-yutu)
1721

1822
yutu is a fully functional CLI for YouTube.
@@ -136,7 +140,7 @@ Verify the integrity and provenance of `yutu` using its associated cryptographic
136140

137141
```shell
138142
❯ yutu help
139-
yutu is a fully functional CLI for YouTube, which can be used to manipulate YouTube videos, playlists, channels, etc.
143+
yutu is a fully functional CLI for YouTube, which can be used to manipulate YouTube videos, playlists, channels, etc
140144

141145
Usage:
142146
yutu [flags]
@@ -147,26 +151,28 @@ Available Commands:
147151
auth Authenticate with YouTube API
148152
caption Manipulate YouTube captions
149153
channel Manipulate YouTube channels
150-
channelBanner Insert Youtube channelBanner
151-
channelSection Manipulate channel section
154+
channelBanner Insert Youtube channel banner
155+
channelSection Manipulate YouTube channel sections
152156
comment Manipulate YouTube comments
153157
commentThread Manipulate YouTube comment threads
154158
completion Generate the autocompletion script for the specified shell
155159
help Help about any command
156-
i18nLanguage List YouTube i18nLanguages
157-
i18nRegion List YouTube i18nRegions
158-
member List YouTube members
159-
membershipsLevel List YouTube memberships levels
160+
i18nLanguage List YouTube i18n languages
161+
i18nRegion List YouTube i18n regions
162+
member List channel's members' info
163+
membershipsLevel List memberships levels' info
160164
playlist Manipulate YouTube playlists
165+
playlistImage Manipulate YouTube playlist images
161166
playlistItem Manipulate YouTube playlist items
162-
search Search for Youtube resources
167+
search Search for YouTube resources
163168
subscription Manipulate YouTube subscriptions
169+
superChatEvent List Super Chat events for a channel
164170
thumbnail Set thumbnail for a video
165171
version Show the version of yutu
166172
video Manipulate YouTube videos
167173
videoAbuseReportReason List YouTube video abuse report reasons
168174
videoCategory List YouTube video categories
169-
watermark Manipulate Youtube watermarks
175+
watermark Manipulate YouTube watermarks
170176
171177
Flags:
172178
-h, --help help for yutu

0 commit comments

Comments
 (0)