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: 12 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:40:03.000Z (11 months ago)
- Last Synced: 2025-03-26T07:36:23.524Z (30 days ago)
- Topics: mediawiki, mediawiki-api, mediawiki-bot, mediawiki-client, python, python3, wikipedia, wikipedia-api
- Language: Python
- Homepage:
- Size: 1.31 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pwiki
[](#)
[](https://www.python.org)
[](https://www.mediawiki.org/wiki/MediaWiki)
[](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/)