このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
earwigbot
ミラー元
https://github.com/earwig/earwigbot
ウォッチ
1
スター
1
フォーク
0
コード
リリース
4
アクティビティ
A Python robot that edits Wikipedia and interacts with people over IRC
https://en.wikipedia.org/wiki/User:EarwigBot
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
13
コミット
2
ブランチ
3.9 MiB
ツリー:
fc68373495
legacy-python2
main
v0.4
v0.3
v0.2
v0.1
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'fc68373495' から
${ noResults }
earwigbot
/
main.py
main.py
105 B
Raw
通常表示
履歴
adding framework and some commands for ircbot part
13年前
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
from subprocess import *
while 1:
cmd = ['python', 'bot.py']
call(cmd)