Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastily/pwiki
📚 A Python library for effortlessly interacting with Wikipedia/MediaWiki
https://github.com/fastily/pwiki
mediawiki mediawiki-api mediawiki-bot mediawiki-client python python3 wikipedia wikipedia-api
Last synced: about 2 months ago
JSON representation
📚 A Python library for effortlessly interacting with Wikipedia/MediaWiki
- Host: GitHub
- URL: https://github.com/fastily/pwiki
- Owner: fastily
- License: gpl-3.0
- Created: 2020-12-03T07:47:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:40:03.000Z (7 months ago)
- Last Synced: 2024-10-31T12:39:43.241Z (about 2 months ago)
- Topics: mediawiki, mediawiki-api, mediawiki-bot, mediawiki-client, python, python3, wikipedia, wikipedia-api
- Language: Python
- Homepage:
- Size: 1.31 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pwiki
[![Build Status](https://github.com/fastily/pwiki/workflows/build/badge.svg)](#)
[![Python 3.9+](https://upload.wikimedia.org/wikipedia/commons/4/4f/Blue_Python_3.9%2B_Shield_Badge.svg)](https://www.python.org)
[![MediaWiki 1.35+](https://upload.wikimedia.org/wikipedia/commons/b/b3/Blue_MediaWiki_1.35%2B_Shield_Badge.svg)](https://www.mediawiki.org/wiki/MediaWiki)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)pwiki is a Python library for effortlessly interacting with Wikipedia/MediaWiki
## Install
```bash
pip install pwiki
```## Build docs
```bash
# make sure doc requirements are installed
pip install -r requirements-docs.txt# build docs
mkdocs build
```## Resources
* [API Docs](https://fastily.github.io/pwiki/)