gries/pokebot

Slackbot commands to integrate Pokemath into slack

Maintainers

Details

github.com/gries/pokebot

Source

Issues

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gries/pokebot

dev-master 2015-12-06 12:03 UTC

This package is auto-updated.

Last update: 2025-09-17 00:05:30 UTC


README

Slackbot integration to use Pokemath.

Installation

Pokebot can be installed via. Composer:

composer require "gries/pokebot"

Usage

Run the bot

<?php

use gries\Pokebot\Command\PokemathCommand;
use PhpSlackBot\Bot;

require_once __DIR__.'/../vendor/autoload.php';

$bot = new Bot();
$bot->setToken('token');
$bot->loadCommand(new PokemathCommand());
$bot->run();

Using the bot in slack

demo

Author

License

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.