1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: libmediawiki-bot-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libconstant-generate-perl,
libhtml-parser-perl,
liblist-moreutils-perl,
liblwp-protocol-https-perl (>= 6.06),
libmediawiki-api-perl,
libmodule-pluggable-perl,
libtest-is-perl,
libtest-requiresinternet-perl,
libtest-warn-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmediawiki-bot-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmediawiki-bot-perl.git
Homepage: https://metacpan.org/release/MediaWiki-Bot
Testsuite: autopkgtest-pkg-perl
Package: libmediawiki-bot-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libconstant-generate-perl,
libhtml-parser-perl,
liblwp-protocol-https-perl (>= 6.06),
libmediawiki-api-perl,
libmodule-pluggable-perl
Description: high-level bot framework for interacting with MediaWiki wikis
MediaWiki::Bot is a framework that can be used to write bots which interface
with the MediaWiki API (http://en.wikipedia.org/w/api.php).
.
Actions the framework supports include:
.
* logging in/out of a MediaWiki wiki
* editing a wiki page
* moving a wiki page
* retrieving the edit history of a wiki page
* listing all pages linking to a wiki page
* downloading an image file from a wiki
* searching for text across all wiki pages
|