Skip to content

Commit

Permalink
πŸ“– docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 committed Jul 22, 2022
1 parent 29648f1 commit b317e39
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Tubee

<p align="center">
<img src="tubee/static/favicon.png">
<img src="https://raw.githubusercontent.com/tomy0000000/tubee/main/tubee/static/favicon.png">
<br>
<img width="150" src="tubee/static/img/tubee_text.png">
<img width="150" src="https://raw.githubusercontent.com/tomy0000000/tubee/main/tubee/static/img/tubee_text.png">
<br>
<img src="https://img.shields.io/badge/python-3.9-blue.svg?logo=python" alt="Python Version" />
<a href="https://github.com/tomy0000000/Tubee/actions/workflows/testing.yml">
<img src="https://img.shields.io/github/workflow/status/tomy0000000/Tubee/Test%20latest?logo=GitHub%20Actions" alt="GitHub Workflow Status" />
<img src="https://img.shields.io/badge/python-3.9-blue.svg?color=brightgreen&logo=python&logoColor=white" alt="Python Version: 3.9" />
<a href="https://github.com/tomy0000000/tubee/actions/workflows/test.yml">
<img src="https://img.shields.io/github/workflow/status/tomy0000000/tubee/Test?logo=Github" alt="GitHub Build Status" />
</a>
<a href="https://codecov.io/gh/tomy0000000/Tubee">
<img src="https://codecov.io/gh/tomy0000000/Tubee/branch/main/graph/badge.svg?token=j6pUVAg2Wf" alt="codecov" />
<a href="https://codecov.io/gh/tomy0000000/tubee">
<img src="https://img.shields.io/codecov/c/github/tomy0000000/tubee?color=brightgreen&logo=codecov&logoColor=white&token=j6pUVAg2Wf" alt="Coverage" />
</a>
<br>
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Ftomy0000000%2FTubee?ref=badge_shield">
<img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Ftomy0000000%2FTubee.svg?type=shield" alt="LICENSE scan status" />
</a>
<a href="https://github.com/tomy0000000/Tubee/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/tomy0000000/Tubee.svg" alt="MIT liscense" />
<img src="https://img.shields.io/github/license/tomy0000000/Tubee?color=brightgreen" alt="MIT liscense" />
</a>
<br>
<a href="https://github.com/psf/black">
Expand Down Expand Up @@ -52,16 +52,3 @@ Actions that may be executed upon new video being published:
- [LINE Notify](https://notify-bot.line.me)
- Add to user's YouTube playlist
- Download to linked Dropbox folder

## Requirements

- Python 3.7+
- [YouTube Data API](https://developers.google.com/youtube/registering_an_application) authorization credentials in both
- OAuth 2.0 token: used for accessing user information
- API Keys: used for querying public metadata

For additional operation, you might also need

- [Pushover](https://pushover.net/) API Token
- [Line Notify](https://notify-bot.line.me/zh_TW/) Client ID / Client Secret
- [Dropbox](https://www.dropbox.com/developers/apps) App Key / App Secret

0 comments on commit b317e39

Please sign in to comment.