Mediawiki-mail-recentchanges
![]() 发布状态: 稳定版 |
|
---|---|
实现 | Bot , API |
描述 | Send recent changes to every user of your wiki |
作者 | Pierre Rudloff (Rudlofftalk) |
最新版本 | 1.0.0 |
许可 | GPL-3.0 |
下载 | |
用法
php cli.php --api-url "http://example.com/mediawiki/api.php" --username "foo" --password "bar" --title "My Title"
显示帮助
php cli.php -h
Available parameters
--api-url | Absolute URL of the api.php endpoint on your wiki |
--username | Username the bot will use to login |
--password | Password the bot will use to login |
--title | Email title |
--namespaces | Recent changes from these namespaces will be used in the email (comma-separated list of namespace IDs) |
--debug | Output some debug info |
--target | Send email to one specific user instead of sending it to everybody |