Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Comment Network
|
| 2 |
+
|
| 3 |
+
## Setup
|
| 4 |
+
|
| 5 |
+
### YouTube Data API Key Setup
|
| 6 |
+
|
| 7 |
+
1. Go to [Google Cloud Console - API Credentials](https://console.cloud.google.com/apis/credentials)
|
| 8 |
+
2. Create a new project or select an existing one
|
| 9 |
+
3. Click **Create Credentials** → **API Key**
|
| 10 |
+
4. Copy the generated API key + https://console.developers.google.com/apis/api/youtube.googleapis.com/overview
|
| 11 |
+
5. Create a `.env` file in the project root (or copy from `.env-example`)
|
| 12 |
+
6. Paste your API key in the `.env` file:
|
| 13 |
+
|
| 14 |
+
```
|
| 15 |
+
YOUTUBE_API_KEY=your_api_key_here
|
| 16 |
+
```
|