A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
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.