Youtube_Automated_Channel
Code to scrape , download and upload to youtube daily
INSTRUCTIONS
-
Download the Github Repository
-
Download and install Python3 and pip if necessary.
-
Install libraries with
pip3 install -r requirements.txt
orpython3 -m pip install -r requirements.txt
. -
Get setup and create a Project with the Youtube API: https://developers.google.com/youtube/v3/quickstart/python Be sure to follow it carefully, as it won't work if you don't do this part right. Download your OATH file and name it as
client_secrets.json
in your project folder. -
Run
python3 run_schedule.py
in your computer terminal (terminal or cmd). You have to sign in to your Youtube Account through the link the script will give you. It's going to ask you: "Please visit this URL to authorize this application:..." so you copy that link, paste it in your browser, and then sign into your Google account. -
Enjoy your fully automated youtube channel! :)