Skip to content

ASchuehle/CommentCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CommentCounter

Counts the comments of a YouTube Channel for the chosen date

Before running the script, make sure you have the following installed:

Python 3.x
pandas library (pip install pandas)
google-api-python-client library (pip install google-api-python-client)

Getting Started

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.

How to Use

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.

About

Counts the comments of a YouTube Channel for the chosen date

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages