Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 664 Bytes

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"
},