YouTube Upload Bot is a program that will automatically upload a video for you at any number of times. Great for cheating the YouTube algorithm.
- Make sure to have Node.js installed (Node.js version must be higher than v14)
- Clone or download the repository
- (Windows Users) Open up either
PowerShellorCommand Prompt - Type
cd(Make sure you add the space after thecd) - Now copy the path of the bot. (Should contain
package-lock.json&package.json) - Press the enter key
- Type
npm install, press enter
-
Go to
src/json/config.jsonand open the file in a text editor -
Configure these items in the file
"account": { "email": "REPLACE_ME", "password": "REPLACE_ME" }, "botSettings": { "uploadLimit": 1, "videoFile": "REPLACE_ME" }, "videoSettings": { "title": "REPLACE_ME", "description": "REPLACE_ME", "privacy": "PUBLIC" }
-
(Windows Users) Open up either
PowerShellorCommand Prompt. -
Type
cd(Make sure you add the space after the cd) -
Now copy the path of the bot. (Should contain
package-lock.json&package.json) -
Press the enter key
-
Type
node src/index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.