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

54 рядки
2.3 KiB

  1. v0.3 (released March 24, 2019):
  2. - Added various new features to the WikiProjectTagger task.
  3. - Copyvio detector: improved sentence splitting algorithm; many performance
  4. improvements.
  5. - Improved config file command/task exclusion logic.
  6. - Wiki: Added logging for warnings.
  7. - Wiki: Added OAuth support.
  8. - Wiki: Switched to requests from urllib2.
  9. - Wiki: Updated some deprecated API calls.
  10. - Wiki: Fixed Page.toggle_talk() behavior on mainspace titles with colons.
  11. - IRC > !cidr: Added; new command for calculating range blocks.
  12. - IRC > !notes: Improved help and added aliases.
  13. - IRC > !remind: Added !remind all. Fixed multithreading efficiency issues.
  14. Improved time detection and argument parsing. Newly expired reminders are now
  15. triggered on bot startup.
  16. - IRC > !stalk: Allow regular expressions as page titles or usernames.
  17. - IRC: Added a per-channel quiet config setting.
  18. - IRC: Try not to join channels before NickServ auth has completed.
  19. - IRC: Improved detection of maximum IRC message length.
  20. - IRC: Improved some help commands.
  21. v0.2 (released November 8, 2015):
  22. - Added a new command syntax allowing the caller to redirect replies to another
  23. user. Example: "!dictionary >Fred earwig"
  24. - Added unload() hooks to commands and tasks, called when they are killed
  25. during a reload.
  26. - Added 'rc' hook type to allow IRC commands to respond to RC watcher events.
  27. - Added 'part' hook type as a counterpart to 'join'.
  28. - Added !stalk/!watch.
  29. - Added !watchers.
  30. - Added !epoch as a subcommand of !time.
  31. - Added !version as a subcommand of !help.
  32. - Expanded and improved !remind.
  33. - Improved general behavior of !access and !threads.
  34. - Fixed API behavior when blocked, when using AssertEdit, and under other
  35. circumstances.
  36. - Added copyvio detector functionality: specifying a max time for checks;
  37. improved exclusion support. URL loading and parsing is parallelized to speed
  38. up check times, with a multi-threaded worker model that avoids concurrent
  39. requests to the same domain. Improvements to the comparison algorithm. Fixed
  40. assorted bugs.
  41. - Added support for Wikimedia Labs when creating a config file.
  42. - Added and improved lazy importing for various dependencies.
  43. - Fixed a bug in job scheduling.
  44. - Improved client-side SQL buffering; made Category objects iterable.
  45. - Default to using HTTPS for new sites.
  46. - Updated documentation.
  47. v0.1 (released August 31, 2012):
  48. - Initial release.