Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Reacter to a youtube channel that downloads, reacts, and uploads automatically

Notifications You must be signed in to change notification settings

groundedaxioms/YoutubeAutoReacter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Youtube Channel Reacter

This program is deisgned to automatically "react" to every video from a given channel. It will scrape all of their video links, then to every video, download it, automatically edit in a set reaction video, and then upload it to your youtube channel (this involves some API setup on Google Cloud)

Designed with Python3 on Ubuntu

Instructions for use

  1. Clone this repo and cd into the directory
  2. Setup the venv environment with this script: ./setup.sh, and activate it with source venv/bin/activate
  3. Set up your youtube channel API following these instructions
  4. At this point, the application can be ran with ./main.sh to react to Destiny automatically
    • See command line output for any updates
    • Make sure you are in the python virtual environment
  5. To add your own reaction video, replace Raw/React/origreact.mp4 with a video of the same filename and path
    • Note that this will be trimmed down to the other video's length each time, so make it long (5-6 hours for Destiny content)
    • You can also replace the default reaction image in thumbnails in similar fashion by changing Raw/React/origreactthumbnail.mp4
    • Further customization can be accomplished in Scripts/globalvars.py, explore and have fun!
    • If you change the channel you are scraping from, delete the pre-scraped Raw/destiny/allvids.txt urls file and you will need to rename that destiny directory to the new handle. The scraping requires Selenium set up, see the comments in Scripts/grab_all_vids.py

DGG4Lyfe

About

Reacter to a youtube channel that downloads, reacts, and uploads automatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published