本網站在啟用 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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153
提交
2
分支
6.0 MiB
目錄樹:
26d1bfffdf
legacy-python2
main
v0.4
v0.3
v0.2
v0.1
分支列表
標籤
${ item.name }
建立分支
${ searchTerm }
從 '26d1bfffdf'
${ noResults }
earwigbot
/
irc
/
classes
/
__init__.py
__init__.py
88 B
原始文件
Normal View
歷史記錄
moving IRC class modules (base_command.py, connection.py, data.py, rc.py) to irc/classes/
13 年之前
1
2
3
4
from base_command import *
from connection import *
from data import *
from rc import *