2017 © Pedro Peláez
 

library pokebot

Slackbot commands to integrate Pokemath into slack

image

gries/pokebot

Slackbot commands to integrate Pokemath into slack

  • Sunday, December 6, 2015
  • by gries
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Pokebot

Slackbot integration to use Pokemath., (*1)

Installation

Pokebot can be installed via. Composer:, (*2)

composer require "gries/pokebot"

Usage

Run the bot, (*3)

<?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, (*4)

demo, (*5)

Author

License

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

The Versions

06/12 2015

dev-master

9999999-dev

Slackbot commands to integrate Pokemath into slack

  Sources   Download

MIT

The Requires

 

by Christoph Rosse

math slack pokemon