Skip to content

Code snippets in Python demonstrating how to use various modules of the MediaWiki Action API

Notifications You must be signed in to change notification settings

sra-013/MediaWiki-Action-API-Code-Samples

 
 

Repository files navigation

MediaWiki Action API Code Samples

Code snippets in Python demonstrating how to use various modules of the MediaWiki Action API

Authentication

Page Operations

Search

Demo apps

  • Article suggestion: A sample app that uses MediaWiki Action API:Search allows you to pick a category and suggest articles to write on that don't yet exist on English Wikipedia. This app uses Flask and WTForms for rendering form.

Installation

$ git clone https://github.com/srish/MediaWiki_Action_API_Code_Samples
$ cd MediaWiki_Action_API_Code_Samples
Install the necessary python modules with pip
$ python3 name_of_the_file.py #Enter any credentials if required in the file

About

Code snippets in Python demonstrating how to use various modules of the MediaWiki Action API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.7%
  • HTML 15.3%