Giter VIP home page Giter VIP logo

poshbot.wolfram's Introduction

PoshBot.Wolfram

A simple PoshBot plugin for asking WolframAlpha a question.

Install Module

To install the module from the PowerShell Gallery:

PS C:\> Install-Module -Name PoshBot.Wolfram -Repository PSGallery

Install Plugin

To install the plugin from within PoshBot:

!install-plugin --name poshbot.wolfram

Commands

  • askwolfram

Configuration

WolframAlpha requires an API key in order to query against their API. To get an API key, you need to register at http://products.wolframalpha.com/api/. Once you have the API key, edit your PoshBot configuration file and add a new hashtable entry under PluginConfiguration for PoshBot.Wolfram and restart PoshBot. The plugin will read this configuration item and use the API key when querying the WolframAlpha API.

MyPoshBotConfig.psd1

@{
  # Other options ommitted for brevity

  PluginConfiguration = @{
    'PoshBot.Wolfram' = @{
      ApiKey = '<my-api-key>'
    }
  }
}

Usage

!askwolfram '34th president of the united states'

Dwight D. Eisenhower (from January 20, 1953 to January 20, 1961)

poshbot.wolfram's People

Contributors

devblackops avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.