Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
earwigbot
espelhamento de
https://github.com/earwig/earwigbot
Observar
1
Favorito
1
Fork
0
Código
Versões
4
Atividade
A Python robot that edits Wikipedia and interacts with people over IRC
https://en.wikipedia.org/wiki/User:EarwigBot
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
9
Commits
2
Branches
8.8 MiB
Python
100%
Tag:
12ee4ba3e3
legacy-python2
main
v0.4
v0.3
v0.2
v0.1
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 12ee4ba3e3
${ noResults }
earwigbot
/
main.py
7 linhas
105 B
Original
Anotar
Histórico
# -*- coding: utf-8 -*-
from subprocess import *
while 1:
cmd = ['python', 'bot.py']
call(cmd)