├── Google.py ├── README.md ├── assets ├── intro-thevoid.mp4 └── outro-thevoid.mp4 ├── config.py ├── googleAPI.json ├── instaloader_test.py ├── instalooter_test.py ├── main.gd ├── main.py ├── make_compilation.py ├── requirements.txt ├── scrape_videos.py ├── setup_google.py ├── token.json └── upload_ytvid.py /Google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/Google.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/README.md -------------------------------------------------------------------------------- /assets/intro-thevoid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/assets/intro-thevoid.mp4 -------------------------------------------------------------------------------- /assets/outro-thevoid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/assets/outro-thevoid.mp4 -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/config.py -------------------------------------------------------------------------------- /googleAPI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/googleAPI.json -------------------------------------------------------------------------------- /instaloader_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/instaloader_test.py -------------------------------------------------------------------------------- /instalooter_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/instalooter_test.py -------------------------------------------------------------------------------- /main.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/main.gd -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/main.py -------------------------------------------------------------------------------- /make_compilation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/make_compilation.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/requirements.txt -------------------------------------------------------------------------------- /scrape_videos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/scrape_videos.py -------------------------------------------------------------------------------- /setup_google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/setup_google.py -------------------------------------------------------------------------------- /token.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/token.json -------------------------------------------------------------------------------- /upload_ytvid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gd03champ/YouTube-Automation/HEAD/upload_ytvid.py --------------------------------------------------------------------------------