This is the WordPress IRC helper bot for the #WordPress chat room on FreeNode.
- Install
composerfrom 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.phptoconfig.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.
You need docker and docker-compose installed:
- Run
docker-compose up. - Connect to
http://localhost:9000. - Click
Connect. - Type a message of
!helpto see the bot react.