Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 months ago
JSON representation
Framework for writing bots, maintenance scripts or performing data analysis on wikis powered by MediaWiki
- Host: GitHub
- URL: https://github.com/lahwaacz/wiki-scripts
- Owner: lahwaacz
- License: gpl-3.0
- Created: 2014-07-08T22:05:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T07:27:41.000Z (4 months ago)
- Last Synced: 2024-09-27T05:24:25.345Z (3 months ago)
- Topics: mediawiki-api, mediawiki-bot, mediawiki-client, python
- Language: Python
- Homepage: http://lahwaacz.github.io/wiki-scripts/
- Size: 7.21 MB
- Stars: 27
- Watchers: 11
- Forks: 12
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/