Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lahwaacz/wiki-scripts

Framework for writing bots, maintenance scripts or performing data analysis on wikis powered by MediaWiki
https://github.com/lahwaacz/wiki-scripts

mediawiki-api mediawiki-bot mediawiki-client python

Last synced: 2 days ago
JSON representation

Framework for writing bots, maintenance scripts or performing data analysis on wikis powered by MediaWiki

Awesome Lists containing this project

README

        

wiki-scripts
============

The `wiki-scripts` project is a general framework for writing bots, maintenance
scripts or performing data analysis using the `MediaWiki API interface`_. The
repository includes several scripts automating common maintenance tasks on the
`ArchWiki`_, but most of the functionality implemented in the underlying ``ws``
module is general and reusable on any `MediaWiki`_ powered wiki.

Please see the `wiki-scripts documentation`_ for more information.

.. _ArchWiki: https://wiki.archlinux.org
.. _MediaWiki: https://www.mediawiki.org/wiki/MediaWiki
.. _MediaWiki API interface: https://www.mediawiki.org/wiki/API
.. _wiki-scripts documentation: http://lahwaacz.github.io/wiki-scripts/