Compare commits
4 Commits
6be4fac939
...
2.88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c93a35b37 | ||
|
17cc313f83
|
|||
|
|
bde745f6e2 | ||
|
|
108baea92e |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "Lib/Freedomain-Posters-Shared-Functions"]
|
[submodule "Lib/Freedomain-Posters-Shared-Functions"]
|
||||||
path = Lib/Freedomain-Posters-Shared-Functions
|
path = Lib/Freedomain-Posters-Shared-Functions
|
||||||
url = https://git.freedomainplaylists.com/yuriy/Freedomain-Posters-Shared-Functions.git
|
url = https://freedomain.dev/yuriy/posters-shared-functions.git
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ global UpdateVersionNumber
|
|||||||
|
|
||||||
|
|
||||||
ScriptName = Freedomain Social Media Poster
|
ScriptName = Freedomain Social Media Poster
|
||||||
ScriptVersion = 2.86
|
ScriptVersion = 2.88
|
||||||
FullScriptName := ScriptName . " " . ScriptVersion
|
FullScriptName := ScriptName . " " . ScriptVersion
|
||||||
|
|
||||||
;---ToDo---
|
;---ToDo---
|
||||||
@@ -175,7 +175,7 @@ IniRead, TotalRunTime, %SettingsIniFilepath%, %ScriptSettingsSection%, TotalRunT
|
|||||||
;------------------------------------------------
|
;------------------------------------------------
|
||||||
|
|
||||||
global GitReleasesAPIURL
|
global GitReleasesAPIURL
|
||||||
GitReleasesAPIURL =https://git.freedomainplaylists.com/api/v1/repos/yuriy/Freedomain-Social-Media-Poster/releases
|
GitReleasesAPIURL = https://freedomain.dev/api/v1/repos/yuriy/Freedomain-Social-Media-Poster/releases
|
||||||
|
|
||||||
; Save filepath of the current script to %SettingsIniFilepath% so it can be read and used by the script updater
|
; Save filepath of the current script to %SettingsIniFilepath% so it can be read and used by the script updater
|
||||||
; Append informatio to ini files for Freedomain Program Updater
|
; Append informatio to ini files for Freedomain Program Updater
|
||||||
@@ -667,7 +667,7 @@ run, "%A_ScriptFullPath%" "LastPost"
|
|||||||
Return
|
Return
|
||||||
|
|
||||||
OpenGiteaPage:
|
OpenGiteaPage:
|
||||||
run, https://git.freedomainplaylists.com/yuriy/Freedomain_Social_Media_Poster
|
run, https://freedomain.dev/yuriy/social-media-poster
|
||||||
Return
|
Return
|
||||||
|
|
||||||
CompileScript:
|
CompileScript:
|
||||||
|
|||||||
Submodule Lib/Freedomain-Posters-Shared-Functions updated: 71b950c57f...f15d3ed2f0
@@ -32,7 +32,7 @@ Automated posting to the following social media platforms, utilizing either the
|
|||||||
- Open Chrome and type in `about::version` into the URL bar. The very first line will tell you what Chrome version you have
|
- 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`
|
- 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
|
- NOTE: The chromedriver will need to be re-downloaded whenever Chrome updates to keep up with API changes
|
||||||
4. [Download the latest .exe of the Poster](https://git.zinchuk.xyz/yuriy/Freedomain-Social-Media-Poster/releases)
|
4. [Download the latest .exe of the Poster](/yuriy/social-media-poster/releases)
|
||||||
- When run, the poster will automatically create the folders and files it requires in the directory it's run from.
|
- When run, the poster will automatically create the folders and files it requires in the directory it's run from.
|
||||||
|
|
||||||
# Settings.ini
|
# Settings.ini
|
||||||
|
|||||||
Reference in New Issue
Block a user