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.