https://github.com/abargnesi/mediawiki_cli
Commands for working with a mediawiki server from the command line using the mwclient python library.
https://github.com/abargnesi/mediawiki_cli
Last synced: 3 months ago
JSON representation
Commands for working with a mediawiki server from the command line using the mwclient python library.
- Host: GitHub
- URL: https://github.com/abargnesi/mediawiki_cli
- Owner: abargnesi
- Created: 2012-02-26T21:24:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-27T00:48:33.000Z (over 13 years ago)
- Last Synced: 2025-01-12T17:47:39.347Z (5 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
mediawiki_cli
=============Python scripts for working with mediawiki from the command line. These scripts
use the mwclient python library to interact with the mediawiki server.- edit.py [PAGE_NAME]
Edit a wiki page using vim.
- append.py [PAGE_NAME]
Append wiki markup to a wiki page.
- log.sh (optional TEXT_TO_APPEND)
Append wiki markup to the current date's wiki page.