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.

17 lines
617 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. Fixed assorted bugs.
  7. - Added support for Wikimedia Labs when creating a config file.
  8. - Added and improved lazy importing for various dependencies.
  9. - Fixed a bug in job scheduling.
  10. - Improved client-side SQL buffering; made Category objects iterable.
  11. - Updated documentation.
  12. v0.1 (released August 31, 2012):
  13. - Initial release.