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

Commit 2c251a3

Browse files
Update README.md (#180)
Updated to reflect instructions using new IDE
1 parent 0a33d7c commit 2c251a3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

youtube-tracker/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ questions and comments shared for the video.
4747

4848
1. From the spreadsheet, open the script editor by selecting **Tools > Script**
4949
editor.
50-
1. In the script editor, select **Resources > Advanced Google services**.
51-
1. In the Advanced Google Service dialog that appears, click the on/off switch
52-
next to the YouTube Data API service.
53-
1. Click **OK** in the dialog.
50+
1. In the left-hand navigation pane, select **+** next to **Services**.
51+
1. Choose the YouTube Data API service, and click **Add**. Note: When using the template,
52+
you may find that this service has already been activated, in which case it will appear
53+
listed below **Services** in the left-hand navigation pane.
5454

5555
### Test the code
5656

57-
1. From the script editor, choose `markVideos` from the select box in the
58-
toolbar, then click the Run button (▶).
59-
1. When prompted, click the **Review permissions** button.
60-
1. Select your Google Workspace account from the list.
61-
1. Click the **Allow** button.
62-
1. When the script execution completes, you should see the details added in
57+
1. From the script editor, choose `markVideos` from the drop-down box in the toolbar,
58+
then click the Run button (▶).
59+
3. When prompted, click the **Review permissions** button.
60+
4. Select your Google Workspace account from the list.
61+
5. Click the **Allow** button.
62+
6. When the script execution completes, you should see the details added in
6363
columns C through H, and you will receive an email for any videos that have
6464
more than zero comments. When running the function in the future, you will
6565
only receive an email with videos whose comment count has increased since the
@@ -72,16 +72,16 @@ questions and comments shared for the video.
7272
Instead of running the script manually, set it up to run at regular intervals
7373
(such as once a day).
7474

75-
1. From the script editor, choose **Edit > Current project's triggers**.
76-
1. Click the link that says **No triggers set up. Click here to add one now**.
75+
1. From the script editor, navigate to the left-hand vertical toolbar, and click the **Triggers** icon.
76+
1. In the bottom right-hand corner, click the **+Add Trigger** button.
7777
1. Under **Run**, select the `markVideos` function.
7878
1. Under **Select event source**, choose **Time-driven**.
79-
1. Under **Select type of time based trigger**, select **Day timer**.
80-
1. Under **Select hour interval**, choose a desired time interval such as 6am to
79+
1. Under **Type**, select **Day timer**.
80+
1. Select the desired time interval, such as 6am to
8181
7am.
82-
1. Optionally, click **Notifications** to configure how and when you are
82+
1. Optionally, adjust the **Failure notification settings** to configure how and when you are
8383
contacted by email if your triggered function fails.
84-
1. Click **Save**.
84+
3. Click **Save**.
8585

8686
## Next steps
8787

0 commit comments

Comments
 (0)