Standardized public MediaWiki events for tools and Science.
Project description
MediaWiki events
Wiki-tool builders & researchers rely on various sources of information about what’s happened and is currently happening in Wikipedia. These data sources tend to be structured in differently and contain incomplete or poorly structured information. Some datasources are queryable, but require complexity to “listen” to ongoing events while others are intended to only be used to “listen” to current events. ‘’MediaWiki events’’ is designed to minimize the frustration involved in process MediaWiki’s events.
Instal with pip: pip install mwevents
Note: Use of this library requires Python 3 or later.
Documentation: Comming soon!
- Example:
from mwevents.sources import API from mwevents import RevisionSaved, PageCreated api_source = API.from_api_url("http://en.wikipedia.org/w/api.php") listener = api_source.listener(events={RevisionSaved, PageCreated}) for event in listener: if isinstance(event, RevisionSaved): print(event.revision) else: # isinstance(event, PageCreated): print(event.page)
Contributors
None yet. See http://github.com/halfak/MediaWiki-events. Pull requests are encouraged.
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
File details
Details for the file mwevents-0.1.0.tar.gz
.
File metadata
- Download URL: mwevents-0.1.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8468e2c0e3c87176b8ba7786b3dc678e042cc57698976e16809ae126e2ae1a88 |
|
MD5 | ba623cb3750ab3aad77ec986c0c620c7 |
|
BLAKE2b-256 | 0a129e724765807befbe80275445a281c2c4ee1198bfe75a8414999e3df671c1 |