This is a piece of code that downloads videos from instagram, compiles them and uploads that compiled video on YouTube
-
Download or Clone this Repository in your Local Environment
-
Install libraries with
pip3 install -r requirements.txtorpython3 -m pip install -r requirements.txt -
Get setup and create a Project with the Youtube API:
https://developers.google.com/youtube/v3/quickstart/pythonBe sure to follow it carefully, as it won't work if you don't do this part right. Download your OATH file asclient_secrets.jsonin your project folder. -
Create an instagram account and follow accounts you want to scrape from
-
Open
main.pyin a text editor and add path of intro and outro video (Optional) -
Open
InstagramLoginInfo.pyin a text editor and fill in credentials -
Open
UploadOnYoutube.pyand addcategoryId,title,description,tags,etc. -
Run
python3 main.pyand authenticate your account -
Enjoy Your Automated Compilation Youtube Channel