Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
ben
/
earwigbot
Mirror von
https://github.com/earwig/earwigbot
Beobachten
1
Favorisieren
1
Fork
0
Code
Releases
4
Aktivität
A Python robot that edits Wikipedia and interacts with people over IRC
https://en.wikipedia.org/wiki/User:EarwigBot
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
128
Commits
2
Branches
4.4 MiB
Python
100%
Struktur:
21e87d9d3c
legacy-python2
main
v0.4
v0.3
v0.2
v0.1
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „21e87d9d3c“
${ noResults }
earwigbot
/
irc
Verlauf
Ben Kurtovic
21e87d9d3c
in AFCStatus, use 'if x.y and x.z in [a, b, c]' instead of 'if x.y and (x.z == a or x.z == b or x.z ==c)'
vor 13 Jahren
..
classes
moving IRC class modules (base_command.py, connection.py, data.py, rc.py) to irc/classes/
vor 13 Jahren
commands
in AFCStatus, use 'if x.y and x.z in [a, b, c]' instead of 'if x.y and (x.z == a or x.z == b or x.z ==c)'
vor 13 Jahren
__init__.py
massive cleanup and moving a lot of functions to their own files; creating two new classes to store irc msg data and irc actions
vor 14 Jahren
command_handler.py
more nitpicking
vor 13 Jahren
frontend.py
switching from XML config to JSON config - it's just much easier to parse and little easier on the eyes (not to mention shorter in length)
vor 13 Jahren
watcher.py
switching from XML config to JSON config - it's just much easier to parse and little easier on the eyes (not to mention shorter in length)
vor 13 Jahren
watcher_logic.py
parse remaining parts of config.xml; getting rid of config.watcher and moving to irc/watcher_logic.py; convert irc/watcher.py and wiki/task_manager.py to new config system; other changes/fixes/whatever
vor 13 Jahren