Dhruv Govil
Dhruv Govil

Reputation: 369

using Python to create mediaWiki pages

Just brainstorming at work, and thought that a tool that took all our shell utilities and put their --help documentation online would be useful.

Is there a py module or does anyone have any advice for using python to auto create pages in a mediaWiki?

Thanks!

Upvotes: 1

Views: 1231

Answers (1)

user149341
user149341

Reputation:

PyWikipediaBot may be what you're looking for.

Internally, it interacts with the MediaWiki API. You can get information on that by accessing "api.php" on your wiki install (or by looking at another install's api.php: e.g, http://en.wikipedia.org/w/api.php).

Upvotes: 4

Related Questions