Skip to main content

Lightweight library to work with MediaWiki-API

Project description

WikiService

Lightweight python library for simple MediaWiki-API requests.

Example of usage

from wikiservice import APIService
s = APIService.WikiAPIService(username='John Doe', password='seceretpass',
domain='INC-DOMAIN', api_url='https://wiki-url.org/api.php')

s.login()
s.createPage(title='Sample page', text='There is a sample text')

s.logout()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wikiservice-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page