summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-09 00:27:19 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-09 00:27:19 +0200
commitd81516ca1c6788e0e2c25242d8f14c9f0aca572b (patch)
tree2bc6ea8523de7aaa9c599402285ab66c0887e66c /README
parent8f01c9a51e32891b862489e4082d2c20aa1fc883 (diff)
Add license and readme for github
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a5327ea
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+stuff, a collection of stuff for slack integration
+
+Currently there is only event, a /event command integration that can be used
+to keep track of events in slack channels.
+
+Uses CGI script "event" (with optional FastCGI integration) to handle incoming
+slack command integrations. Needs SQLite.
+
+Uses optional sender daemon to send messages back to channels using slack
+webhook integration. Needs cURL.