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.

README.md 980 B

12345678910111213141516171819
  1. [EarwigBot](http://toolserver.org/~earwig/earwigbot/) is a
  2. [Python](http://python.org/) robot that edits Wikipedia.
  3. # History
  4. Development began, based on the
  5. [Pywikipedia framework](http://pywikipediabot.sourceforge.net/), in early 2009.
  6. Approval for its fist task, a
  7. [copyright violation detector](http://en.wikipedia.org/wiki/Wikipedia:Bots/Requests_for_approval/EarwigBot_1),
  8. was carried out in May, and the bot has been running consistently ever since
  9. (with the exception of Jan/Feb 2011). It currently handles
  10. [several ongoing tasks](http://en.wikipedia.org/wiki/User:EarwigBot#Tasks),
  11. ranging from statistics generation to category cleanup, and on-demand tasks
  12. such as WikiProject template tagging. Since it started running, the bot has
  13. made over 45,000 edits.
  14. A project to rewrite it from scratch began in early April 2011, thus moving
  15. away from the Pywikipedia framework and allowing for less overall code, better
  16. integration between bot parts, and easier maintenance.