Setup Guide

Step-by-step instructions to get your automated publishing system up and running.

1. Download & Extract

Download the system package to your server or local machine.

unzip content-publisher-complete.zip
cd content-publisher

2. Install Dependencies

Ensure you have Python 3.7+ installed, then install the required packages.

pip3 install -r requirements.txt

3. Verify Installation

Run the help command to make sure everything is working.

python3 publisher.py --help