dr.botzo, the IRC bot with Django integration.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Brian S. Stephan 6136127c5f move IRC server settings to database
this is the first step in trying to get the bot to support multiple
servers with different channels, countdown triggers, and so on

this also ends up affecting some configuration around:
* dispatch
* markov
* admin privmsg form
2 years ago
acro convert ircplugin users of privmsg to reply 7 years ago
countdown optionally provide name of new countdown items 2 years ago
dice fix Dice plugin init 2 years ago
dispatch move IRC server settings to database 2 years ago
dr_botzo move IRC server settings to database 2 years ago
facts remove unnecessary unicode_literal future imports, we py3 now 4 years ago
gitlab_bot remove unnecessary unicode_literal future imports, we py3 now 4 years ago
ircbot move IRC server settings to database 2 years ago
karma report on karma keys 2 years ago
markov move IRC server settings to database 2 years ago
mpdbot mpdbot: show icecast site in the output 7 years ago
pi for migrated pi history, set their x,y to -1.0 to be more obvious 3 years ago
races version bumps and migration to django 2.2 4 years ago
requirements recompile requirements 3 years ago
scripts remove unnecessary unicode_literal future imports, we py3 now 4 years ago
seen collapsing all of dr_botzo one directory 7 years ago
static facts: recreate the choices experience in facts 7 years ago
storycraft version bumps and migration to django 2.2 4 years ago
templates rename 'home' view as 'index', fixes DEBUG page behavior 4 years ago
tests wow, unit tests! pi is covered (except for the irc plugin) 3 years ago
transform collapsing all of dr_botzo one directory 7 years ago
twitter remove unnecessary unicode_literal future imports, we py3 now 4 years ago
weather quote wttr.in requests 2 years ago
.gitattributes add versioneer stuff to the project 4 years ago
.gitignore start using tox, despite 100000 errors 3 years ago
.gitlab-ci.yml properly prospect all of the code 6 years ago
CHANGELOG.md Add changelog 6 years ago
CONTRIBUTING.md Add contribution guide 7 years ago
COPYING reorganizing project directories, part 2 9 years ago
MANIFEST.in add versioneer stuff to the project 4 years ago
README.md remove TODO, preferring gitlab issues tracker 7 years ago
manage.py collapsing all of dr_botzo one directory 7 years ago
setup.cfg add versioneer stuff to the project 4 years ago
setup.py put requirements in my now-usual spot 3 years ago
tox.ini start using tox, despite 100000 errors 3 years ago
versioneer.py add versioneer stuff to the project 4 years ago

README.md

dr.botzo

an IRC bot

Overview

dr.botzo is an IRC bot written in Python, using Django as a backend and the irc library to handle most of the protocol stuff. It is mostly a fun project for a couple of us to hack around on, but you may find it useful.

Documentation

Usage documentation is pretty scarce at the moment, but you can find what does exist on the wiki.

TODO

New features, improvements, bugs, etc. are tracked in GitLab.