Skip to content

edouardhue/leslie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

leslie

A rotating MediaWiki client

Usage

java leslie.Main
 -c FILE : Credentials file
 -p FILE : Source pages file
 -s FILE : State file
 -t VAL  : Target page
 -w URL  : MediaWiki API endpoint
 -e VAL  : Edit comment

Files

Leslie uses three different files :

  • Credentials in a Java properties format with thow keys : username and password ;
  • A list of page names to use as sources, one per line ;
  • A state file containing the index (beginning at 0) of the last successfully used source page.

If the state file is missing, a warning is issued and the file is initialized with the value 0. The other two files must be present.

Examples

Credentials

username=Whoever
password=Whatever

Source pages

Project:Whatever/Page/A
Project:Whatever/Page/B
Project:Whatever/Page/C

State

2

Other parameters

About

A rotating MediaWiki client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages