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.

7 satır
105 B

  1. # -*- coding: utf-8 -*-
  2. from subprocess import *
  3. while 1:
  4. cmd = ['python', 'bot.py']
  5. call(cmd)