Counts the comments of a YouTube Channel for the chosen date
Python 3.x
pandas library (pip install pandas)
google-api-python-client library (pip install google-api-python-client)
Obtain an API key from the Google Developers Console:
Go to https://console.developers.google.com/
Create a new project if you don't have one already.
Enable the YouTube Data API v3 for the project.
Create credentials for the API and get your API key.
Replace the API-Key placeholder in the code with your actual API key.
Enter your API key in line 57 Enter the Channel ID in line 58 Enter the starting date in line 59 Enter the end date in line 60
Start the Skript
The Skript will create a file "youtube_comments_results.txt" with the result.