2017 © Pedro Peláez
 

library phergie-plugin-wolfram-alpha

Phergie plugin to access the Wolfram Alpha API trough IRC.

image

hashworks/phergie-plugin-wolfram-alpha

Phergie plugin to access the Wolfram Alpha API trough IRC.

  • Wednesday, March 28, 2018
  • by hashworks
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PhergieWolframAlpha

Phergie plugin to access the Wolfram Alpha API trough IRC., (*1)

Install

To install via Composer, use the command below, it will automatically detect the latest version and bind it with ~., (*2)

composer require hashworks/phergie-plugin-wolfram-alpha

See Phergie documentation for more information on installing and enabling plugins., (*3)

Configuration

// dependency
new \Phergie\Irc\Plugin\React\Command\Plugin,
new \hashworks\Phergie\Plugin\WolframAlpha\Plugin(array(
    'appid' => 'your-app-id', // Required. Set your appID. https://developer.wolframalpha.com/portal/apisignup.html
    'useMetric' => true, // Default. Use metric system for results.
    'processingReply' => true, // Default. Show or hide the 'Processing ...' reply.
    'limit' => 5// Default. Limit the number of lines send to a channel or user.
)),

Examples

<hashworks> wolfram-alpha population of germany
<Phergie> Processing...
<Phergie> 81.6 million people (world rank: 16th) (2014 estimate)
<hashworks> wolfram-alpha 200€ in BTC
<Phergie> Processing...
<Phergie> ฿0.92 (bitcoins)
<hashworks> 20 = 2500/x
<Phergie> Processing...
<Phergie> x = 125

The Versions

28/03 2018

dev-master

9999999-dev

Phergie plugin to access the Wolfram Alpha API trough IRC.

  Sources   Download

GNU GPL v3.0 GPL-3.0-or-later

The Requires

 

plugin bot irc alpha phergie wolfram

19/02 2015

v1.0.1a

1.0.1.0-alpha

Phergie plugin to access the Wolfram Alpha API trough IRC.

  Sources   Download

GNU GPL v3.0

The Requires

 

plugin bot irc alpha phergie wolfram

19/02 2015

v1.0.1

1.0.1.0

Phergie plugin to access the Wolfram Alpha API trough IRC.

  Sources   Download

GNU GPL v3.0

The Requires

 

plugin bot irc alpha phergie wolfram

15/02 2015

v1.0.0

1.0.0.0

Phergie plugin to access the Wolfram Alpha API trough IRC.

  Sources   Download

GNU GPL v3.0

The Requires

 

plugin bot irc alpha phergie wolfram