From 2ef300d4a0b256c3120f43297c55ef27090098fe Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Sun, 25 Jul 2021 03:38:23 +0100 Subject: [PATCH] Link to description to set up API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 032f555..1032055 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You may need to prefix these commands with `py -m` or `python3.9 -m` (or similar ## Quickstart -Before you begin, you will need to have a Google Developers project with the YouTube Analytics API enabled. You can find instructions on how to do that in the [YouTube Analytics API docs](https://developers.google.com/youtube/reporting/v1/code_samples/python#set-up-authorization-credentials/). +Before you begin, you will need to have a Google Developers project with the YouTube Analytics API enabled. You can find instructions on how to do that in the [documentation](https://analytix.readthedocs.io/en/latest/refs/yt-analytics-setup.html). Once you've done that, retrieving reports down is easy. The below example loads credentials from a secrets file, and gets as much information as possible from the last 28 days.