1 parent 326dfe0 commit 7f73645Copy full SHA for 7f73645
1 file changed
README.md
@@ -36,6 +36,19 @@
36
37
---
38
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
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
52
## Installation
53
54
It is recommended to install this package by using pip:
0 commit comments