YouTube वीडियो व्यू और उनकी टिप्पणियों को ट्रैक करना

कोडिंग लेवल: शुरुआती
अवधि: 20 मिनट
प्रोजेक्ट टाइप: समय के हिसाब से ट्रिगर वाला ऑटोमेशन

मकसद

  • यह समझना कि समाधान क्या करता है.
  • जानें कि समाधान में Apps Script की सेवाएं क्या करती हैं.
  • स्क्रिप्ट सेट अप करें.
  • स्क्रिप्ट चलाएं.

इस समाधान के बारे में जानकारी

यह समाधान, Google Sheets की स्प्रेडशीट में सार्वजनिक YouTube वीडियो की परफ़ॉर्मेंस को ट्रैक करता है. इसमें व्यू, पसंद, और टिप्पणियां शामिल हैं. यह ट्रिगर हर दिन अपडेट की गई जानकारी की जांच करता है. साथ ही, अगर वीडियो पर नई टिप्पणियां की जाती हैं, तो आपको ईमेल भेजता है, ताकि आप सवालों और टिप्पणियों के साथ जुड़ सकें.

Google Sheets में YouTube डेटा का स्क्रीनशॉट

यह कैसे काम करता है

यह स्क्रिप्ट, YouTube की बेहतर सेवा का इस्तेमाल करके, हर शीट के वीडियो का लिंक कॉलम में मौजूद वीडियो के यूआरएल की जानकारी और आंकड़ों को हासिल करती है. अगर सूची में शामिल किसी वीडियो पर टिप्पणियों की संख्या बढ़ जाती है, तो स्क्रिप्ट उस ईमेल पते पर ईमेल सूचना भेजती है जिसका नाम शीट में दिया गया है.

Apps Script की सेवाएं

यह समाधान इन सेवाओं का इस्तेमाल करता है:

  • स्प्रेडशीट सेवा–स्प्रेडशीट से YouTube यूआरएल की जानकारी पाती है.
  • YouTube Data API की बेहतर सेवा–इससे हर वीडियो के यूआरएल के लिए, YouTube वीडियो की जानकारी और आंकड़े मिलते हैं.
  • ईमेल सेवा–इससे उन वीडियो की सूची वाला ईमेल बनता है जिन पर नई टिप्पणियां की गई हैं.

ज़रूरी शर्तें

इस सैंपल का इस्तेमाल करने के लिए, आपको ये ज़रूरी शर्तें पूरी करनी होंगी:

  • Google खाता (Google Workspace खातों के लिए, एडमिन की अनुमति की ज़रूरत पड़ सकती है).
  • इंटरनेट का ऐक्सेस वाला वेब ब्राउज़र.

स्क्रिप्ट सेट अप करना

Apps Script प्रोजेक्ट बनाना

  1. YouTube वीडियो के व्यू और टिप्पणियों को ट्रैक करें स्प्रेडशीट की कॉपी बनाने के लिए, नीचे दिए गए बटन पर क्लिक करें. इस समाधान के लिए Apps Script प्रोजेक्ट, स्प्रेडशीट में अटैच किया गया है.
    कॉपी बनाना
  2. कॉपी की गई स्प्रेडशीट में, Your_Email_Address स्प्रेडशीट का नाम अपने ईमेल पते पर सेट करें.
  3. उन YouTube वीडियो के यूआरएल जोड़ें जिन्हें आपको ट्रैक करना है या जांच के लिए दिए गए यूआरएल का इस्तेमाल करें. यूआरएल, www.youtube.com/watch?v= फ़ॉर्मैट से शुरू होने चाहिए.
  4. एक्सटेंशन > Apps Script पर क्लिक करें. अगर सेवाएं में YouTube पहले से मौजूद है, तो अगले दो चरणों पर जाएं.
  5. सेवाएं के बगल में, सेवा जोड़ें पर क्लिक करें.
  6. सूची में जाकर, YouTube Data API चुनें और जोड़ें पर क्लिक करें.

ट्रिगर बनाएं

  1. Apps Script प्रोजेक्ट में, ट्रिगर > ट्रिगर जोड़ें पर क्लिक करें.
  2. चुनें कि कौनसा फ़ंक्शन चलाना है के लिए, markVideos चुनें.
  3. इवेंट का सोर्स चुनें के लिए, समय के हिसाब से चुनें.
  4. समय के हिसाब से ट्रिगर का टाइप चुनें के लिए, डे टाइमर चुनें.
  5. दिन का समय चुनें के लिए, अपनी पसंद का समय चुनें.
  6. जब आपसे कहा जाए, तब स्क्रिप्ट को अनुमति दें. अगर OAuth की सहमति वाली स्क्रीन पर चेतावनी दिखती है, इस ऐप्लिकेशन की पुष्टि नहीं की गई है, तो बेहतर > {Project Name} पर जाएं (असुरक्षित) को चुनकर जारी रखें.

स्क्रिप्ट चलाना

आपने जो ट्रिगर सेट अप किया है वह स्क्रिप्ट को हर दिन एक बार चलाता है. इसकी जांच करने के लिए, स्क्रिप्ट को मैन्युअल तरीके से चलाया जा सकता है.

  1. Apps Script प्रोजेक्ट में, एडिटर पर क्लिक करें.
  2. फ़ंक्शन ड्रॉपडाउन में, markVideos चुनें.
  3. चलाएं पर क्लिक करें.
  4. स्प्रेडशीट पर वापस स्विच करके, उस जानकारी की समीक्षा करें जो स्क्रिप्ट ने शीट में जोड़ी है.
  5. जिन वीडियो पर टिप्पणियां की गई हैं उनकी सूची वाले ईमेल की समीक्षा करने के लिए, अपना ईमेल खोलें. आने वाले समय में, स्क्रिप्ट चलने पर सिर्फ़ उन वीडियो के बारे में ईमेल भेजा जाएगा जिन पर पिछली बार स्क्रिप्ट चलने के बाद टिप्पणियों की संख्या बढ़ी है.

कोड की समीक्षा करना

इस समाधान के लिए Apps Script कोड की समीक्षा करने के लिए, नीचे दिए गए सोर्स कोड देखें पर क्लिक करें:

सोर्स कोड देखें

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 Developer Experts की मदद से मैनेज करता है.

अगले चरण