No description
  • Common Lisp 90.1%
  • Makefile 7%
  • Shell 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2009-06-07 17:02:09 +01:00
.gitignore Add the usual suspects and project-specific files to .gitignore . 2009-05-04 17:38:42 +01:00
COPYING Switch to AGPL. 2009-06-07 17:02:09 +01:00
cybernetic-microblogger.lisp Switch to AGPL. 2009-06-07 17:02:09 +01:00
cybernetic.asd Switch to AGPL. 2009-06-07 17:02:09 +01:00
cybernetic.lisp Switch to AGPL. 2009-06-07 17:02:09 +01:00
INSTALL Update documentation to cover local demo script. 2009-05-31 15:38:09 +01:00
install.lisp Switch to AGPL. 2009-06-07 17:02:09 +01:00
local-demo.lisp Switch to AGPL. 2009-06-07 17:02:09 +01:00
make.lisp Switch to AGPL. 2009-06-07 17:02:09 +01:00
Makefile Switch to AGPL. 2009-06-07 17:02:09 +01:00
package.lisp Switch to AGPL. 2009-06-07 17:02:09 +01:00
README Update documentation to cover local demo script. 2009-05-31 15:38:09 +01:00
start-cybernetic-microblogger Now runs as daemon. 2009-05-13 22:37:50 +01:00

make sure you have sbcl installed -

http://www.sbcl.org/

If you would like to see cybernetic running locally, open a console and type -

sbcl --noinform --load "local-demo"

If you would like to make and run cybernetic as a microblogging bot, see
INSTALL for details.