Metadata-Version: 2.0
Name: sopel-modules.wolfram
Version: 0.1.0
Summary: Wolfram|Alpha module for Sopel IRC bot framework
Home-page: http://github.com/dgw/sopel-wolfram
Author: Max Gurela
Author-email: maxpowa1@gmail.com
License: Eiffel Forum License, version 2
Platform: UNKNOWN
Requires-Dist: sopel (>=6.0,<7)
Requires-Dist: wolframalpha (>=2.0)

# Sopel Wolfram|Alpha module

Wolfram|Alpha module for Sopel IRC bot framework

## Configuration

The Wolfram|Alpha API requires a key to be added in the bot's config. Sign up for API access
at http://developer.wolframalpha.com/portal/apisignup.html and add the App ID to Sopel's
configuration file:

````
[wolfram]
app_id = yourappidgoeshere
````

## Usage

`.wa 2+2` -> `<Sopel> Result: 4`




