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.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 asclient_secrets.json
in your project folder. -
Create an instagram account and follow accounts you want to scrape from
-
Open
main.py
in a text editor and add path of intro and outro video (Optional) -
Open
InstagramLoginInfo.py
in a text editor and fill in credentials -
Open
UploadOnYoutube.py
and addcategoryId
,title
,description
,tags
,etc. -
Run
python3 main.py
and authenticate your account -
Enjoy Your Automated Compilation Youtube Channel