This repository contains two scripts:
youtube-video-like.sh: This script likes all the videos on a YouTube channel. youtube-auto-subscribe.sh: This script subscribes to all the YouTube channels in a text file. Requirements:
Python 3 youtube-dl curl Usage:
Clone this repository. Install the requirements. Create a text file called credentials.txt and add your YouTube email and password to it. For youtube-video-like.sh, change the CHANNEL_ID variable to the ID of the YouTube channel whose videos you want to like. For youtube-auto-subscribe.sh, create a text file called input_data.txt and add the IDs of the YouTube channels you want to subscribe to. Run the script. Example:
./youtube-video-like.sh
./youtube-auto-subscribe.sh Notes:
You need to be logged in to YouTube for the scripts to work. The scripts are still under development, so there may be bugs. Use the scripts at your own risk.
License: MIT
Author: SHIELD
YouTube-Auto-Subscribe
This script subscribes to all the YouTube channels in a text file.
Requirements:
Python 3 curl Usage:
Clone this repository. Install the requirements. Create a text file called input_data.txt and add the IDs of the YouTube channels you want to subscribe to. Run the script: python youtube-auto-subscribe.py Example:
Subscribe to all the YouTube channels in the file input_data.txt:
python youtube-auto-subscribe.py Notes:
You need to be logged in to YouTube for the script to work. The script is still under development, so there may be bugs. Use the script at your own risk. License: MIT
Author:
SHIELD