Automattic / Postbot

Scheduled posting of photos
GNU General Public License v2.0
23 stars 5 forks source link

Postbot

Scheduled posting of photos using the WordPress.com REST API.

Photos are stored locally before being scheduled on a blog. All scheduling and blog authorization is done via the REST API. Once scheduled, photos are shown in a pending list and can be deleted (through the API) before they are posted.

Scheduling involves picking a start date and the number of days between each post. Weekends can be avoided.

Nothing is sent to a blog without explicit instructions.

It is possible to connect multiple blogs.

Postbot is responsive and mobile ready. It is fully localized, although no languages files are provided.

API Usage

The following API commands are used:

Requirements

Installation

Vagrant

Postbot comes with a Vagrantfile that will create a working Postbot environment. To use:

  1. Install Vagrant
  2. Install VirtualBox
  3. Install HostsUpdater plugin
  4. Go to the Postbot root directory and run vagrant up
  5. Make sure that the public_html/uploads/ folder is writeable. You can run chmod 777 public_html/uploads/ from the host machine.

Postbot is available from local.postbot.dev