-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7f653d
commit 4e20543
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# API-less YouTube Uploader | ||
|
||
This project provides a way to upload videos to YouTube without using the YouTube API. It uses the YouTube web interface to perform the upload, so it can be used in cases where the YouTube API is not available or cannot be used. | ||
|
||
## Getting Started | ||
|
||
To use the API-less YouTube Uploader, you will need to download and install the following software: | ||
|
||
- [Java Development Kit (JDK) version 8 or higher](https://www.oracle.com/ca-en/java/technologies/downloads/) | ||
- [Selenium for Java](https://www.selenium.dev/downloads/) | ||
|
||
## Usage | ||
|
||
Once you have these dependencies installed, you can build the project using the following command: | ||
|
||
|
||
``` | ||
java Youtu <path-to-video-file> <youtube-username> <youtube-password> <video-title> <video-description> | ||
``` |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters