gotmw

0.1.6 • Public • Published

gotmw.js

Node.js MediaWiki client on top of Got.js and many others.

Try our wiki-agent to see how it works.

# git clone to local
cd gotmw
npm install
node sample/wiki-agent.js

Here is a quick demo:

wiki agent demo

By default, all examples is load from file sample/action-examples.json. You could prepare your own examples and store it in your local. Then using the command loadexamples to load your own examples.

Here is a simple query action to wikipedia.org:

{
    "description":"Example to show how to get a login token",
    "action": "query",
    "meta": "tokens",
    "type": "login"
},

/gotmw/

    Package Sidebar

    Install

    npm i gotmw

    Weekly Downloads

    1

    Version

    0.1.6

    License

    GPL-2.0

    Unpacked Size

    3.76 MB

    Total Files

    21

    Last publish

    Collaborators

    • seanchen