Content deleted Content added
Updating published sources: General: * Function to transparently handle continuations in an API query. * Fix bot.pl to correctly check the ChangeLog mtime. WatchlistUpdater: * Change around to handle arbitrary API queries, with filtering. SourceUploa |
Updating published sources: General: * Wikipedia:Creating a bot#General guidelines for running a bot has been updated to state that the "10 reads per minute" limit only applies if maxlag is not used. Since AnomieBOT uses maxlag implicitly on all |
||
Line 213:
$api->task('SourceUploader');
$api->read_throttle(
$api->edit_throttle(10);
|