Skip to content

Commit 7f73645

Browse files
authored
Update README.md
1 parent 326dfe0 commit 7f73645

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636

3737
---
3838

39+
## Quick Start
40+
41+
```bash
42+
pip install ytfetcher
43+
```
44+
45+
Fetch 50 videos of transcripts with metadata from a channel and save it as JSON:
46+
```bash
47+
ytfetcher from_channel --api-key YOUR_API_KEY -c TheOffice -m 50 -f json
48+
```
49+
50+
Check [this](https://console.cloud.google.com/apis/api/youtube.googleapis.com) link for getting your API Key.
51+
3952
## Installation
4053

4154
It is recommended to install this package by using pip:

0 commit comments

Comments
 (0)