تتبُّع المشاهدات والتعليقات للفيديوهات على YouTube

مستوى الترميز: مبتدئ
المدة: 20 دقيقة
نوع المشروع: تشغيل آلي باستخدام مشغّل مستند إلى الوقت

الأهداف

  • فهم ما يفعله الحلّ.
  • فهم ما تفعله خدمات برمجة التطبيقات ضمن الحلّ.
  • قم بإعداد النص البرمجي.
  • شغِّل النص البرمجي.

لمحة عن هذا الحلّ

يتتبّع هذا الحلّ أداء الفيديوهات العلنية على YouTube، بما في ذلك عدد المشاهدات والمعجبين والتعليقات، في جدول بيانات على "جداول بيانات Google". يتحقق المشغل من وجود معلومات محدَّثة كل يوم ويرسل رسالة إلكترونية إذا كان هناك نشاط تعليق جديد على مقاطع الفيديو حتى تتمكّن من التفاعل مع الأسئلة والتعليقات.

لقطة شاشة لبيانات YouTube في جدول بيانات Google

آلية العمل

يستخدم النص البرمجي خدمة YouTube المتقدّمة للحصول على تفاصيل وإحصاءات حول فيديوهات YouTube لعناوين URL الخاصة بالفيديوهات المدرَجة في عمود رابط الفيديو في كل ورقة. إذا زاد عدد التعليقات على فيديو مدرَج، يرسل النص البرمجي إشعارًا بالبريد الإلكتروني إلى عنوان البريد الإلكتروني الذي تمت تسمية جدول البيانات من خلاله.

خدمات "برمجة تطبيقات Google"

يستخدم هذا الحلّ الخدمات التالية:

المتطلبات الأساسية

لاستخدام هذا النموذج، يجب استيفاء المتطلبات الأساسية التالية:

  • حساب على Google (قد تتطلب حسابات Google Workspace موافقة المشرف).
  • متصفح ويب يمكنه الوصول إلى الإنترنت.

إعداد النص البرمجي

إنشاء مشروع "برمجة تطبيقات Google"

  1. انقر على الزر التالي لإنشاء نسخة من جدول البيانات تتبّع مشاهدات الفيديوهات على YouTube والتعليقات. يتم إرفاق مشروع "برمجة تطبيقات Google" لهذا الحل بجدول البيانات.
    إنشاء نسخة
  2. في جدول البيانات المنسوخ، غيِّر اسم ورقة Your_Email_Address إلى عنوان بريدك الإلكتروني.
  3. أضِف عناوين URL للفيديوهات على YouTube التي تريد تتبُّعها أو استخدِم عناوين URL المقدَّمة للاختبار. يجب أن تبدأ عناوين URL بالتنسيق www.youtube.com/watch?v=.
  4. انقر على الإضافات > برمجة التطبيقات. إذا سبق إدراج YouTube ضمن الخدمات، يمكنك الانتقال إلى الخطوتين التاليتين.
  5. بجانب الخدمات، انقر على "إضافة خدمة" .
  6. من القائمة، اختَر YouTube Data API وانقر على إضافة.

إنشاء عامل تشغيل

  1. في مشروع "برمجة تطبيقات Google"، انقر على العوامل المشغِّلة > إضافة مشغّل.
  2. بالنسبة إلى اختيار الوظيفة المطلوب تشغيلها، اختَر mark Videos.
  3. بالنسبة إلى اختيار مصدر الحدث، اختَر الاستناد إلى الوقت.
  4. بالنسبة إلى اختيار نوع المشغِّل المستند إلى الوقت، اختَر موقّت اليوم.
  5. في حقل اختيار الوقت من اليوم، اختَر الوقت الذي تفضّله.
  6. امنح الإذن للنص البرمجي عندما يُطلب منك ذلك. إذا كانت شاشة طلب موافقة OAuth تعرض التحذير، لم يتم التحقّق من هذا التطبيق، يمكنك المتابعة من خلال اختيار إعدادات متقدّمة > الانتقال إلى {Project Name} (اسم المشروع) (غير آمن).

تشغيل النص البرمجي

يشغِّل عامل التشغيل الذي أعددته النص البرمجي مرة واحدة يوميًا. يمكنك تشغيل النص يدويًا لاختباره.

  1. في مشروع "برمجة تطبيقات Google"، انقر على محرِّر .
  2. في القائمة المنسدلة للدوال، اختَر markVideos.
  3. انقر على تشغيل.
  4. ارجع إلى جدول البيانات لمراجعة المعلومات التي أضافها البرنامج النصي إلى الورقة.
  5. افتح البريد الإلكتروني لمراجعة الرسالة الإلكترونية التي تحتوي على قائمة بالفيديوهات التي لا تحتوي على أكثر من صفر تعليق. عند تشغيل النص البرمجي في المستقبل، يرسل فقط رسالة إلكترونية تتضمن فيديوهات ازداد عدد تعليقاتها منذ آخر مرة تم تشغيل النص فيها.

مراجعة الرمز

لمراجعة رمز برمجة التطبيقات لهذا الحلّ، انقر على عرض رمز المصدر أدناه:

عرض رمز المصدر

Code.gs

solutions/automations/youtube-tracker/Code.js
// To learn how to use this script, refer to the documentation:
// https://developers.google.com/apps-script/samples/automations/youtube-tracker

/*
Copyright 2022 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

// Sets preferences for email notification. Choose 'Y' to send emails, 'N' to skip emails.
const EMAIL_ON = 'Y';

// Matches column names in Video sheet to variables. If the column names change, update these variables.
const COLUMN_NAME = {
  VIDEO: 'Video Link',
  TITLE: 'Video Title',
};

/**
 * Gets YouTube video details and statistics for all
 * video URLs listed in 'Video Link' column in each
 * sheet. Sends email summary, based on preferences above, 
 * when videos have new comments or replies.
 */
function markVideos() {
  let ss = SpreadsheetApp.getActiveSpreadsheet();
  let sheets = SpreadsheetApp.getActiveSpreadsheet().getSheets();

  // Runs through process for each tab in Spreadsheet.
  sheets.forEach(function(dataSheet) {
    let tabName = dataSheet.getName();
    let range = dataSheet.getDataRange();
    let numRows = range.getNumRows();
    let rows = range.getValues();
    let headerRow = rows[0];

    // Finds the column indices.
    let videoColumnIdx = headerRow.indexOf(COLUMN_NAME.VIDEO);
    let titleColumnIdx = headerRow.indexOf(COLUMN_NAME.TITLE);

    // Creates empty array to collect data for email table.
    let emailContent = [];

    // Processes each row in spreadsheet.
    for (let i = 1; i < numRows; ++i) {
      let row = rows[i];
      // Extracts video ID.
      let videoId = extractVideoIdFromUrl(row[videoColumnIdx])
      // Processes each row that contains a video ID.
      if(!videoId) { 
        continue;
      }
      // Calls getVideoDetails function and extracts target data for the video.
      let detailsResponse = getVideoDetails(videoId);
      let title = detailsResponse.items[0].snippet.title;
      let publishDate = detailsResponse.items[0].snippet.publishedAt;
      let publishDateFormatted = new Date(publishDate);
      let views = detailsResponse.items[0].statistics.viewCount;
      let likes = detailsResponse.items[0].statistics.likeCount;
      let comments = detailsResponse.items[0].statistics.commentCount;
      let channel = detailsResponse.items[0].snippet.channelTitle;

      // Collects title, publish date, channel, views, comments, likes details and pastes into tab.
      let detailsRow = [title,publishDateFormatted,channel,views,comments,likes];
      dataSheet.getRange(i+1,titleColumnIdx+1,1,6).setValues([detailsRow]);

      // Determines if new count of comments/replies is greater than old count of comments/replies.
      let addlCommentCount = comments - row[titleColumnIdx+4];

      // Adds video title, link, and additional comment count to table if new counts > old counts.
      if (addlCommentCount > 0) {
        let emailRow = [title,row[videoColumnIdx],addlCommentCount]
        emailContent.push(emailRow);
      }
    }
    // Sends notification email if Content is not empty.
    if (emailContent.length > 0 && EMAIL_ON == 'Y') {
      sendEmailNotificationTemplate(emailContent, tabName);
    }
  });
}

/**
 * Gets video details for YouTube videos
 * using YouTube advanced service.
 */
function getVideoDetails(videoId) {
  let part = "snippet,statistics";
  let response = YouTube.Videos.list(part,
      {'id': videoId});
 return response;
}

/**
 * Extracts YouTube video ID from url.
 * (h/t https://stackoverflow.com/a/3452617)
 */
function extractVideoIdFromUrl(url) {
  let videoId = url.split('v=')[1];
  let ampersandPosition = videoId.indexOf('&');
  if (ampersandPosition != -1) {
    videoId = videoId.substring(0, ampersandPosition);
  }   
 return videoId;
}

/**
 * Assembles notification email with table of video details. 
 * (h/t https://stackoverflow.com/questions/37863392/making-table-in-google-apps-script-from-array)
 */
function sendEmailNotificationTemplate(content, emailAddress) {
  let template = HtmlService.createTemplateFromFile('email');
  template.content = content;
  let msg = template.evaluate();  
  MailApp.sendEmail(emailAddress,'New comments or replies on YouTube',msg.getContent(),{htmlBody:msg.getContent()});
}

email.html

solutions/automations/youtube-tracker/email.html
<!--
 Copyright 2022 Google LLC

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->

<body>
  Hello,<br><br>You have new comments and/or replies on videos: <br><br>
  <table border="1">
    <tr>
      <th>Video Title</th>
      <th>Link</th>
      <th>Number of new replies and comments</th>
    </tr>
    <? for (var i = 0; i < content.length; i++) { ?>
    <tr>
      <? for (var j = 0; j < content[i].length; j++) { ?>
      <td align="center"><?= content[i][j] ?></td>
      <? } ?>
    </tr>
    <? } ?>
  </table>
</body>

المساهمون

تحتفظ Google بهذا النموذج بمساعدة خبراء التطوير في Google.

الخطوات التالية