readme
This commit is contained in:
13
README.md
13
README.md
@@ -38,7 +38,7 @@ The Uploader will check for a portable version of Chrome first, before defaultin
|
|||||||
2. Download the `win64` chromedriver for the same version and move it to `C:\Program Files\SeleniumBasic\chromedriver.exe`
|
2. Download the `win64` chromedriver for the same version and move it to `C:\Program Files\SeleniumBasic\chromedriver.exe`
|
||||||
|
|
||||||
# Settings File
|
# Settings File
|
||||||
The Uploader reads & saves its settings to a `settings.ini` file, all customization, including custom profile URLs are stored here.
|
The Uploader reads & saves its settings to a `settings.ini` file, All customization, including custom profile URLs are stored here.
|
||||||
On first run, if this file does not exist it will be automatically downloaded from the git repo.
|
On first run, if this file does not exist it will be automatically downloaded from the git repo.
|
||||||
Before running for the first time you should set the following settings in the file:
|
Before running for the first time you should set the following settings in the file:
|
||||||
````
|
````
|
||||||
@@ -59,6 +59,17 @@ LocalsPostPageURL=
|
|||||||
- [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/)
|
||||||
- All other settings will automatically get written to the `settings.ini` file as you check/uncheck the setting boxes while running the Poster.
|
- All other settings will automatically get written to the `settings.ini` file as you check/uncheck the setting boxes while running the Poster.
|
||||||
|
|
||||||
|
# Project Files
|
||||||
|
When you start the Uploader, it will ask you to select a project folder that contains the files that will be used for the upload.
|
||||||
|
The program will then loop through that project folder and look for the following files and automatically select them.
|
||||||
|
You can select a different file in the main window if the auto selection does not select the correct file.
|
||||||
|
`title.txt` which should contain the Title of your video/podcast
|
||||||
|
`body.txt` which should contain the body text of your video/podcast
|
||||||
|
`*.mp4` an mp4 file which is the video file that you are going to upload
|
||||||
|
`*.jpg` or `*.png` file which will be the thumbnail for your video/podcast
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Uncaught Errors
|
# Uncaught Errors
|
||||||
I have 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.
|
I have 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user