1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 19:51:42 +00:00

282 Commits

Author SHA1 Message Date
skkiesel
980359b4e1 supplement catbase's ability to react 2017-08-30 13:54:45 -04:00
skkiesel
e65afb915a look for common plural suffixes for more emoji hits 2017-08-30 09:26:11 -04:00
20842c3ada Merge pull request #73 from velour/fixfirst
first: re-enable
2017-08-19 08:00:38 -04:00
cws
19578f7147 first: re-enable 2017-08-18 05:59:46 -04:00
svohr
8119df6dea emojifyme Chance weighted on number of emojies
The chance of an emojified message being sent is now
proportional to the number of emojies that can be
substituted in the message.
2017-07-31 11:16:59 -07:00
cws
f004cecf3a emojify: configurize the chance 2017-07-25 14:44:36 -04:00
Scott Kiesel
e059b51fcf Merge branch 'master' into emojifyme 2017-07-25 06:17:11 -04:00
skkiesel
c6e1769f0f Parse incoming messages to see if we can annoy eaburns with emoji word replacements 2017-07-24 15:09:27 -04:00
cws
148f9635a0 counter: Change regex to be more accepting
Fixes #66
2017-07-24 07:40:13 -04:00
skkiesel
1bf6997144 initial implementation and POC to getting reactions pushed into slack via catbase 2017-07-24 07:38:03 -04:00
skkiesel
8728d96639 initial implementation and POC to getting reactions pushed into slack via catbase 2017-06-17 16:20:06 -04:00
e45c335bd3 Merge pull request #62 from velour/more_babbler_stuff
update test case to test exactly what we want
2017-06-16 18:49:12 -04:00
skkiesel
dcf45d2145 update test case to test exactly what we want 2017-06-16 15:19:11 -04:00
4664ffec58 Merge pull request #61 from velour/more_babbler_stuff
quiet down the babbler
2017-06-16 15:10:22 -04:00
skkiesel
8735a2283b quiet down the babbler 2017-06-16 15:02:28 -04:00
cws
3607a7ee23 Merge branch 'master' of github.com:velour/catbase
* 'master' of github.com:velour/catbase:
  try to force the bridge command to give less deterministic results
  add middle out compression, I mean babbles
  update babbler syntax
2017-06-08 10:02:20 -04:00
cws
973900dd54 fact: fix syntax 2017-06-08 10:02:10 -04:00
e453f740c9 Merge pull request #60 from velour/more_babbler_stuff
More babbler stuff
2017-06-08 09:59:53 -04:00
skkiesel
11c4f78bbd try to force the bridge command to give less deterministic results 2017-06-07 20:07:26 -04:00
skkiesel
bd7cf6be7c add middle out compression, I mean babbles 2017-06-07 20:02:42 -04:00
skkiesel
8edba10b5d update babbler syntax 2017-06-07 20:02:18 -04:00
cws
07f5749f1a fact: add back global check 2017-06-07 14:56:14 -04:00
cws
b4c0f36260 Merge branch 'fix_ownership'
* fix_ownership:
  fact: remove owner check from edit
2017-06-07 14:51:43 -04:00
cws
f7bd5a8eb4 fact: remove owner check from edit 2017-06-07 14:51:26 -04:00
cws
94d373c567 Merge branch 'master' of github.com:velour/catbase
* 'master' of github.com:velour/catbase:
  Even more custom babbling... with bookends! closed #58
2017-06-07 14:46:54 -04:00
cws
59b92bdf3c fact: remove ownership check for delete 2017-06-07 14:46:34 -04:00
skkiesel
9734845146 Even more custom babbling... with bookends! closed #58 2017-06-06 20:03:07 -04:00
cws
2ebc5fe18f stats: Fix hour keys 2017-06-06 07:24:44 -04:00
cws
1d290c287e stats: fix hours bucket; standardize date format 2017-06-06 06:30:12 -04:00
cws
b998347f33 stats: forgot to close the file in web serving 2017-06-06 05:57:33 -04:00
cws
ae75b23252 Merge branch 'stats'
* stats:
  stats: Add a dumb URL for getting all stats from the db
  gitignore: get rid of swp files
2017-06-05 21:45:50 -04:00
cws
30789669b7 stats: Add a dumb URL for getting all stats from the db 2017-06-05 21:45:34 -04:00
1bb3f17dc1 Merge pull request #56 from velour/stats
Stats plugin
2017-06-05 21:21:24 -04:00
cws
4213243744 stats: Add a day categorization above all others 2017-06-05 21:20:08 -04:00
cws
de19f6a4e9 stat: change encoding to JSON 2017-06-05 21:03:23 -04:00
cws
e1e58591ec stats: Add tests and clean a few things up
* Make statFromDB return 0 if no stats are in the DB instead of error
* Convert tests to use the assert library
* Add tests for actual messages
2017-06-05 20:54:19 -04:00
cws
95616e0fb8 stats: WIP demo of stats
* Added a plugin for stats
* Using BoltDB for ease of not screwing with SQL
** Perhaps everything should be Bolt...
* Should be relatively easy to add new stat counters:
** Create a function that makes the stat{} struct
** Add it to the list of active counters
* Should be relatively easy to add a views page later
2017-06-05 20:52:35 -04:00
skkiesel
aaba7c5bff allow babbles to formed with suffixes (closes #55) 2017-06-05 19:53:19 -04:00
skkiesel
df50130389 limit babble lengths... loops are not for kids 2017-05-25 15:22:58 -04:00
4fcc279433 Merge pull request #53 from velour/babbler_persist
Some sexy new features
2017-05-19 08:55:03 -04:00
skkiesel
9e56b54680 it was a disaster before, now it is less. 2017-05-17 10:06:10 -04:00
6da17f7dc1 Merge pull request #51 from velour/rss
barebones rss headline skimmer
2017-05-15 13:00:24 -04:00
skkiesel
64ed2bf9de back up the reminders in the database for a better msherms pestering experience 2017-05-11 12:40:59 -04:00
skkiesel
889372dcb4 add paging to rss feeds 2017-05-10 15:56:03 -04:00
skkiesel
9c39e3cd41 barebones rss headline skimmer 2017-05-10 15:19:07 -04:00
skkiesel
e97ce576b8 probably not a huge memory savings, but only represent each unique word once and then reference them by their key for each babbler 2017-05-10 12:43:41 -04:00
skkiesel
efde5d804d add feedback for when a seed isn't found 2017-05-10 10:11:49 -04:00
skkiesel
24f373d20f when read through the whole set of quote rows before beginning adding back into the babbler 2017-05-10 09:50:37 -04:00
skkiesel
f28dabf0ba clean up and ignore empty strings when adding to the markov chain 2017-05-10 09:42:27 -04:00
skkiesel
8c98734e7e Add useful error messages when a babbler isn't found or when a user hasn't said something yet 2017-05-10 08:41:41 -04:00