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 oauth2clientUsage:
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"