Skip to content

jordaniandude/youtube-negativity-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Negativity Manager

A Python script to get rid of negative comments for your YouTube video.


The program does the following:

  1. Get my recent videos

  2. List all comments for a video (include comment text and id)

  3. For each comment, check positivity using chatgpt (return yes or no)

  4. delete any negative comment using comment id.

You need the following two authentication methods:

  1. An API key to authenticate to ChatGPT API.
  2. A client secrets json file to authenticate to YouTube API that uses OAuth 2.0.

To run the script:

python3 youtube.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages