Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.26 KB

Youtube auto post

Setting up:

1 - Install Python and Firefox

2 - Open CMD inside the folder that contain main.py and insert the following command: pip install -r requirements.txt

3 - Open Firefox and login with account of the youtube channel

4 - Copy geckodriver.exe and paste where firefox.exe is

5 - Open setting_up.py

5.1 - Go to C:\Users\username\AppData\Roaming\Mozilla\Firefox\Profiles and copy the path to your profile Example: C:\Users\username\AppData\Roaming\Mozilla\Firefox\Profiles\sm1g0yf3.default-1631840458096A. Change the value of MOZILLA_PROFILE_PATH to the profile folder path and replace \ to \\

5.2 - Add the channel to download the videos in CHANNEL or add the video link in VIDEOS list

5.3 - If you want that bot write the video title, description or tags, you can change the value of COPY_TITLE to 1, COPY_DESC to 1 and COPY_TAGS to 1. The number 1 represents "Copy it" and 0 "Don't copy it"

5.4 - Change the value of AMOUNT_VIDEO to the last X videos that will be download

5.5 - Change the value of TIME_BETWEEN_POSTS to the time beetween the videos posts (in seconds)

How to use:

Open CMD inside the folder and run main.py