This is the WordPress IRC helper bot for the #WordPress chat room on FreeNode.
- Install
composer
from getcomposer.org. - Install and set up a WordPress instance to be your bot's backend.
- Install and activate the WP-Bot/wp-wpbot-commands plugin in your bot's WordPress instance.
- Checkout this repo.
- Run
composer install
. - Copy the file
config-example.php
toconfig.php
. - Add the database details for your bot's backend WordPress database to
config.php
. - Configure the IRC connection in
config.php
. - Start the bot with
php contributor-bot.php
.