Skip to content

Commit

Permalink
docs: update README files and add CodeFactor badge
Browse files Browse the repository at this point in the history
- Add a CodeFactor badge to the README.md file
- Update the Chinese translation of the README.md file
- Update the Docker command in the README.zh.md file

Signed-off-by: 陳鈞 <jim60105@gmail.com>
  • Loading branch information
jim60105 committed Dec 11, 2023
1 parent 2d28ea6 commit 460bc2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# YoutubeLiveChatToDiscord

[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/badge/master)](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/overview/master)

## Stream Youtube chat to Discord Webhook

| Youtube Live Chat | | Discord Webhook |
Expand Down
4 changes: 3 additions & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# YoutubeLiveChatToDiscord

[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/badge/master)](https://www.codefactor.io/repository/github/jim60105/youtubelivechattodiscord/overview/master)

## 將 Youtube 聊天室串流至 Discord Webhook

| Youtube Live Chat | | Discord Webhook |
Expand Down Expand Up @@ -41,7 +43,7 @@ Docker 請將 `cookies.txt` mount 至 `/app/cookies.txt`
* Discord Webhook 網址

```sh
docker run -rm ghcr.io/jim60105/youtubelivechattodiscord [Video_Id] [Discord_Webhook_Url]
docker run --rm ghcr.io/jim60105/youtubelivechattodiscord [Video_Id] [Discord_Webhook_Url]
```

也可在[quay.io](https://quay.io/jim60105/youtubelivechattodiscord)取得。
Expand Down

0 comments on commit 460bc2d

Please sign in to comment.