A Python robot that edits Wikipedia and interacts with people over IRC https://en.wikipedia.org/wiki/User:EarwigBot
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

46 satır
1.5 KiB

  1. EarwigBot v0.4 Documentation
  2. ============================
  3. EarwigBot_ is a Python bot that edits Wikipedia_ and interacts over IRC_.
  4. History
  5. -------
  6. Development began, based on `Pywikibot`_, in early 2009. Approval for its
  7. first task, a `copyright violation detector`_, was carried out in May, and the
  8. bot has been running consistently ever since. It currently handles
  9. `several ongoing tasks`_ ranging from statistics generation to category
  10. cleanup, and on-demand tasks such as WikiProject template tagging. Since it
  11. started running, the bot has made over 300,000 edits.
  12. The current version of its codebase began development in April 2011, moving
  13. away from Pywikibot to a custom framework.
  14. .. _EarwigBot: https://en.wikipedia.org/wiki/User:EarwigBot
  15. .. _Wikipedia: https://en.wikipedia.org/
  16. .. _IRC: https://en.wikipedia.org/wiki/Internet_Relay_Chat
  17. .. _PyPI: https://packages.python.org/earwigbot
  18. .. _Pywikibot: https://www.mediawiki.org/wiki/Manual:Pywikibot
  19. .. _copyright violation detector: https://en.wikipedia.org/wiki/Wikipedia:Bots/Requests_for_approval/EarwigBot_1
  20. .. _several ongoing tasks: https://en.wikipedia.org/wiki/User:EarwigBot#Tasks
  21. Contents
  22. --------
  23. .. toctree::
  24. :maxdepth: 2
  25. installation
  26. setup
  27. customizing
  28. toolset
  29. tips
  30. API Reference <api/modules>
  31. Indices and tables
  32. ------------------
  33. * :ref:`genindex`
  34. * :ref:`modindex`
  35. * :ref:`search`