Automated Video Uploader
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Yuriy 50814eef3b Removed DailyMotion wait for upload to complete, fixed DailyMotion failing to click publish button sometimes 2 years ago
Assets formatting and screenshot update 2 years ago
Lib fixed brighteon not being able to grab video url at end of upload. Split up shared functions file into multiple pieces 2 years ago
Tools Added compiler and folder reformatting 2 years ago
.gitignore small refactoring 2 years ago
.gitmodules Added shared functions library as submodule 2 years ago
Compile Uploader to EXE.ahk Added compiler and folder reformatting 2 years ago
Freedomain Video Uploader.ahk Removed DailyMotion wait for upload to complete, fixed DailyMotion failing to click publish button sometimes 2 years ago
README.md Formatting 2 years ago

README.md

Freedomain-Video-Uploader

Video Uploader written for the Freedomain Philosophy Show

Alt text

Features

Automated posting to the following media platform using either the Platform's API or Selenium Chrome automation.

Locals Bitchute Rumble DailyMotion Brighteon Odysee
Selenium Selenium Selenium Selenium Selenium LBRY API

Installation

  1. Install .Net Framework 3.5
    • This can be installed directly through Windows by going to Start > Turn Windows Features On or Off > check the checkbox next to “.NET Framework 3.5” > Click OK
  2. Install SeleniumBasic to control Chrome
    • Make sure to “Run as Administrator” on the file when installing so that it gets installed to C:\Program Files\SeleniumBasic. Otherwise it will get installed to \AppData\ and the Poster will not be able to connect to Selenium and to Chrome.
  3. Download latest ChromeDriver for your Chrome version so Selenium can connect to Chrome for automation
    • Open Chrome and type in about::version into the URL bar. The very first line will tell you what Chrome version you have
    • After downloading, extract “chromedriver_win32.zip” and move the extracted chromedriver.exe to: C:\Program Files\SeleniumBasic\chromedriver.exe
    • NOTE: The chromedriver will need to be re-downloaded whenever Chrome updates to keep up with API changes
  4. Install the LBRY Desktop Application
    • Once installed log into your account, and also add your LBRY Channel ID to the settings.ini file
  5. Download the latest .exe of the Uploader
    • When run, the Uploader will automatically create the folders and files it requires in the directory it's run from.

Settings

The Poster reads & saves its settings to a settings.ini file located in the same directory as itself. All customization, including custom profile URLs for websites are stored here. The required fields are:

[General]
RootDirToStartIn=ParentFolderForAllYourVideoProjects
ShowTooltipProgress=1
DiscordWebhookBotURL=
DiscordVideosWebhookURL=
DiscordErrorLoggingWebhookBotURL=
DiscordUsernameID=
LBRYNewVideoStakeAmount=1.0
LBRYNetFilepath=C:\Program Files\LBRY\resources\static\daemon\lbrynet.exe
LBRYChannelID=
DailyMotionPostPageURL=
LocalsPostPageURL=

Uncaught Script Errors

Ive done my best to catch any possible errors that might pop up and write functionality to handle them. But If an error happens that i haven't written resolves for, it will pop up a message box that looks like this. Please send me a screenshot so I can write a patch for the bug.

Alt text

Compiling to .exe from Source

  1. Install Autohotkey v1
  2. git clone the project and then either run the Compile Uploader to EXE.ahk autohotkey script to automatically compile, or start up the AHK compiler that comes installed with Autohotkey and select the Freedomain Video Uploader.ahk and \Assets\FreedomainVideo.ico icon.