A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

18 рядки
684 B

  1. v0.2 (unreleased):
  2. - Added !epoch command; expanded !remind; improved !access and !threads.
  3. - Fixed API behavior when blocked, when using AssertEdit, and under other
  4. circumstances.
  5. - Added copyvio detector functionality: specifying a max time for checks;
  6. improved exclusion support. URL loading and parsing is parallelized to speed
  7. up check times. Fixed assorted bugs.
  8. - Added support for Wikimedia Labs when creating a config file.
  9. - Added and improved lazy importing for various dependencies.
  10. - Fixed a bug in job scheduling.
  11. - Improved client-side SQL buffering; made Category objects iterable.
  12. - Updated documentation.
  13. v0.1 (released August 31, 2012):
  14. - Initial release.