Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 49aa269

Browse files
committed
Add badge about release to README.md
1 parent 934552f commit 49aa269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Twitter Video Tools
22
[![PyPI version](https://badge.fury.io/py/twitter-video-tools.svg)](https://badge.fury.io/py/twitter-video-tools)
3+
[![Package Release Status](https://github.com/code-yeongyu/twitter_video_tools/actions/workflows/release.yaml/badge.svg)](https://github.com/code-yeongyu/twitter_video_tools/actions/workflows/release.yaml)
34
[![Test](https://github.com/code-yeongyu/twitter_video_tools/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/code-yeongyu/twitter_video_tools/actions/workflows/test.yaml)
45
[![codecov](https://codecov.io/gh/code-yeongyu/twitter_video_tools/branch/master/graph/badge.svg?token=97K8BBWOH7)](https://codecov.io/gh/code-yeongyu/twitter_video_tools)
56

6-
77
- A multi-processing supported video downloader
88
- supports downloading videos from twitter (or specific user from twitter) && monsnode.
99

1010
## Install
1111

12-
### PIP
12+
### with PIP
1313

1414
```sh
1515
pip install twitter-video-tools
1616
```
1717

18-
### Poetry
18+
### with Poetry (Recommended)
1919

2020
```sh
2121
poetry add twitter-video-tools

0 commit comments

Comments
 (0)