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

11 строки
143 B

  1. # Ignore python bytecode:
  2. *.pyc
  3. # Ignore secure config files:
  4. config/secure.cfg
  5. # Ignore pydev's nonsense:
  6. .project
  7. .pydevproject
  8. .settings/