Search Criteria
Package Details: python-pywikibot-git 1:6.3.0.r92.gd4e930c09d-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pywikibot-git.git (read-only, click to copy) |
---|---|
Package Base: | python-pywikibot-git |
Description: | Python library that interfaces with the MediaWiki API |
Upstream URL: | https://www.mediawiki.org/wiki/Manual:Pywikibot |
Licenses: | MIT |
Conflicts: | python-pywikibot |
Provides: | python-pywikibot |
Submitter: | dvorapa |
Maintainer: | dvorapa |
Last Packager: | dvorapa |
Votes: | 1 |
Popularity: | 0.000028 |
First Submitted: | 2021-06-13 22:43 (UTC) |
Last Updated: | 2021-06-14 14:58 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- python-mwparserfromhellAUR (python-mwparserfromhell-gitAUR) (optional) – improved parser, mandatory - choose and install one of the parsers
- python-wikitextparserAUR (python-wikitextparser-gitAUR) (optional) – improved parser, mandatory - choose and install one of the parsers
Required by (1)
- daty-git (requires python-pywikibot)
Latest Comments
dvorapa commented on 2021-10-03 07:34 (UTC)
@Kunda Pywikibot is a library. Import and use Pywikibot in your script and then run something like
python3 your-script.py
. You can also run some predefined scripts from pywikibot.scripts folder. See https://www.mediawiki.org/wiki/Manual:Pywikibot/Create_your_own_script for more information.Kunda commented on 2021-09-11 14:27 (UTC)
@dvorapa how do i run pywikibot once I install? tab-completion in CLI doesn't show it in the list?