|
|
@ -2,12 +2,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Video Uploader written for the [Freedomain Philosophy Show](https://freedomain.com/)
|
|
|
|
Video Uploader written for the [Freedomain Philosophy Show](https://freedomain.com/)
|
|
|
|
|
|
|
|
|
|
|
|
![Alt text](Assets/Screenshots/Main_Screen_Screenshot1.png "Screenshot of Main Window")
|
|
|
|
![Alt text](Assets/Screenshots/Screenshot_Main_Results.png "Screenshot of Main and Results Window")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
## Features
|
|
|
|
Automated posting to the following social media platform through automated input with Selenium and Chrome.
|
|
|
|
Automated posting to the following social media platform through automated input with Selenium and Chrome.
|
|
|
|
- Locals.com
|
|
|
|
- Locals
|
|
|
|
- Bitchute
|
|
|
|
- Bitchute
|
|
|
|
- Rumble
|
|
|
|
- Rumble
|
|
|
|
- DailyMotion
|
|
|
|
- DailyMotion
|
|
|
@ -32,7 +32,17 @@ The Poster reads & saves its settings to a `settings.ini` file located in the sa
|
|
|
|
|
|
|
|
|
|
|
|
````
|
|
|
|
````
|
|
|
|
[General]
|
|
|
|
[General]
|
|
|
|
- @todo
|
|
|
|
RootDirToStartIn=ParentFolderForAllYourVideoProjects
|
|
|
|
|
|
|
|
ShowTooltipProgress=1
|
|
|
|
|
|
|
|
DiscordWebhookBotURL=
|
|
|
|
|
|
|
|
DiscordVideosWebhookURL=
|
|
|
|
|
|
|
|
DiscordErrorLoggingWebhookBotURL=
|
|
|
|
|
|
|
|
DiscordUsernameID=
|
|
|
|
|
|
|
|
LBRYNewVideoStakeAmount=1.0
|
|
|
|
|
|
|
|
LBRYNetFilepath=C:\Program Files\LBRY\resources\static\daemon\lbrynet.exe
|
|
|
|
|
|
|
|
LBRYChannelID=
|
|
|
|
|
|
|
|
DailyMotionPostPageURL=
|
|
|
|
|
|
|
|
LocalsPostPageURL=
|
|
|
|
````
|
|
|
|
````
|
|
|
|
- [How to create Discord webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)
|
|
|
|
- [How to create Discord webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)
|
|
|
|
- [How to get Telegram bot token + chat-id](https://tutorial.cytron.io/2021/09/01/how-to-create-a-telegram-bot-get-the-api-key-and-chat-id/)
|
|
|
|
- [How to get Telegram bot token + chat-id](https://tutorial.cytron.io/2021/09/01/how-to-create-a-telegram-bot-get-the-api-key-and-chat-id/)
|
|
|
|