c193b7f4be
Markov: support ignoring prefixes in import/learn
...
this is so we can ignore/strip "botname: " ish lines
2014-04-05 18:00:45 -05:00
1fc13b011d
Merge branch 'master' of git.incorporeal.org:dr.botzo
2014-04-05 17:26:17 -05:00
cc5b8e88e6
Races: order updates by event time
2014-04-05 17:24:31 -05:00
54efe617d0
Markov: only split two \ts on file import
2014-04-05 16:39:44 -05:00
97070d495f
Markov: assuming file uploads are utf8
2014-04-05 16:18:48 -05:00
f1ff281da2
Markov: port IRC bot module to django models
...
work in progress, not everything works yet, but the important stuff
should
2014-04-05 15:55:33 -05:00
6a50db0e3d
Markov: field changes: uniqueness, max_length
2014-04-05 15:55:06 -05:00
169f73cb36
Markov: view/form/etc for teaching lines
2014-04-05 14:53:30 -05:00
9c08a203c7
Markov: generate markov chains into sentences
...
some view stuff to get at it through django while we're here
2014-04-05 14:52:30 -05:00
ad2044a178
Markov: unicode debugging lines
2014-04-05 14:24:30 -05:00
acfcd574b5
Markov: add a permission for importing from a log
2014-04-05 11:20:59 -05:00
399d419824
Markov: heed k1/k2/v length limit when importing
2014-04-05 11:09:03 -05:00
77e52acc75
Markov: first cut of markov in django
...
this is just a basic port of the tables into django models right now.
there's some serious slowness in the state creation that i need to fix
before this does anything, but i want to get this in a real database on
a real linode before i go too much further, so here it is
2014-04-05 10:52:29 -05:00
197f9908e6
.gitignore *.log
2014-04-05 10:50:33 -05:00
c1fadb7b74
Races: add some logging stuff for later use
2014-04-05 10:50:01 -05:00
f9c7388bae
just return a blank page for the index
...
i'll keep the index.html around for when we eventually use it, though
2014-04-05 10:49:23 -05:00
c8a72cf8a5
Merge branch 'master' of git.incorporeal.org:dr.botzo
2014-03-20 19:22:28 -05:00
54b6da689d
Races: really basic races site with a detail page
...
getting this out there so that i maybe feel motivated to make it not
suck in the future
2014-03-20 19:21:56 -05:00
db1f77e102
blank index page. code stolen from polycephaly
2014-03-20 19:21:11 -05:00
92b7e3b333
templates and static dirs for when they happen
2014-03-20 19:19:43 -05:00
65419d1cdb
Races: fix FK migration to use a char default val
2014-03-20 18:41:30 -05:00
643147cec7
Races: add FK to Race in RaceUpdate
2014-03-20 18:36:52 -05:00
f6fb16225f
.gitignore *.json
2014-03-20 18:34:37 -05:00
1157fab28f
Races: log the proper thing on a start
2014-03-20 18:32:48 -05:00
5fff9411a5
Races: add module to do a crude racebot thing
...
join/start/update/finish/leave. good enough start i think
2014-03-16 15:46:15 -05:00
3316f4a868
Seen: don't overwrite the speaking nick
...
in case we ever need it for anything
2014-03-16 15:14:34 -05:00
bda4b78564
DrBotIRC: have regex handler take list of events
...
forgot to commit the unhook part
2014-03-16 15:09:46 -05:00
0c7e4023ac
Seen: convert to new-style module
2014-03-16 15:04:24 -05:00
319fb5b7e9
DrBotIRC: have regex handler take list of events
...
this is for convenience since doing pubmsg+privmsg will be pretty common
2014-03-16 15:02:04 -05:00
2553e6bed1
load django_extensions
2014-03-16 14:02:02 -05:00
930523e818
Seen: strftime the output seen time
2014-03-16 12:47:47 -05:00
cd2c44ab20
script to port old seen data to django models
2014-03-16 12:21:38 -05:00
d53e2d108c
Merge branch 'master' of ayu.incorporeal.org:dr.botzo
2014-03-16 12:16:50 -05:00
ce761e56b3
Seen: don't use ModificationDateTimeField
...
this is so we can set it properly in an import script
2014-03-16 12:16:21 -05:00
65c8c0a15f
clean up the requirements a bit
2014-03-16 11:44:49 -05:00
84ee09d4a3
migrate Seen to django models and whatnot
...
this also adds south and django_extensions stuff, because that is the
natural thing to do. this is a pretty good start, i think
2014-03-16 11:35:01 -05:00
4633c936fb
have dr.botzo use django settings
...
a couple are set as a proof of concept, too lazy to move everything
right now
2014-03-16 09:59:52 -05:00
6d85a580f3
normal django localsettings.py import thing
2014-03-16 09:34:39 -05:00
23173c6fac
.gitignore a bunch of django stuff
2014-03-16 09:34:20 -05:00
e21bebc24c
django skeleton
2014-03-16 09:22:11 -05:00
e7b132348f
actually i need to call this ircbot
...
so i don't collide with the django dr_botzo
2014-03-16 09:18:17 -05:00
43a73f368f
move irc bot into its own directory
...
getting ready to make this thing a django app, which will hopefully
actually be effective as an idea
2014-03-16 09:16:20 -05:00
ef8b1c7c26
remove old twitter library
2013-09-05 19:11:18 -05:00
6bf36f40a6
Twitter: twitter fixes to actually tweet stuff
2013-09-05 19:10:21 -05:00
4bc6c31326
add twython to requirements.txt
2013-07-28 23:06:16 -05:00
e5663e6e5d
Twitter: first attempt at twython library
...
keeping the old library around for a bit, but it can probably go
eventually
2013-07-28 22:15:43 -05:00
0d465ee670
Markov: disable working backwards, it is slow
2013-07-28 17:01:59 -05:00
f9eab7932b
TopicDump: module to write set topics to disk
...
for a little project i'm working on
2013-06-08 21:31:18 -05:00
96d58f81c4
Dispatch: support file targets
...
if for some reason (spoilers: i have a reason) you would want to have
dispatched stuff go to a file, that can now be done. prepend the
(fully-qualified) filename with FILE: in the database and off you go
2013-06-08 21:15:04 -05:00
fb477a57b9
Markov: handle empty reply chains more gracefully
2013-05-03 16:03:07 -05:00