Skip to content

Simple Python Script for insert comments on a Youtube Video

License

Notifications You must be signed in to change notification settings

Reepeecheep/YTComment_Insert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

YTComment_Insert

This is a simple Python Script for insert comments on a Youtube Video

Install Dependencies:

pip3 install --upgrade google-api-python-client
pip3 install --upgrade google-auth-oauthlib google-auth-httplib2
pip3 install oauth2client

Usage:

Download the client_secrets.json file of your google app

Execute on terminal:

python3 ytcomment_insert.py --video_id <video_id> --message <message>

Aditional parameters

-- loop: If you need insert more than one comment
-- json: If the name of your json api file isn't "client_secrets.json". Example:

python3 ytcomment_insert.py --video_id <vide_id> --message <message> --json "key.json"

About

Simple Python Script for insert comments on a Youtube Video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages