No description
  • Common Lisp 92.3%
  • Makefile 5.4%
  • Shell 2.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2009-06-07 17:03:12 +01:00
.gitignore Critique functions now work. 2009-05-15 23:23:37 +01:00
COPYING Switch to AGPL. 2009-06-07 17:03:12 +01:00
cybercritic-microblogger.lisp Switch to AGPL. 2009-06-07 17:03:12 +01:00
cybercritic.asd Switch to AGPL. 2009-06-07 17:03:12 +01:00
cybercritic.lisp Switch to AGPL. 2009-06-07 17:03:12 +01:00
install.lisp Switch to AGPL. 2009-06-07 17:03:12 +01:00
make.lisp Switch to AGPL. 2009-06-07 17:03:12 +01:00
Makefile Switch to AGPL. 2009-06-07 17:03:12 +01:00
package.lisp Switch to AGPL. 2009-06-07 17:03:12 +01:00
README Critique functions now work. 2009-05-15 23:23:37 +01:00
start-cybercritic-microblogger Start the daemon correctly. 2009-05-17 19:04:16 +01:00

To install, make sure you have sbcl installed -

http://www.sbcl.org/

Then make sure you have microblog-bot and cl-twit installed.

To make, run make.

To run, call cybercritic-microblogger with the identi.ca usrname and password
for the account you wish to post to as the first and second arguments. 
e.g. ./cybercritic-microblogger username password

To run as a daemon, call start-cybercritic-microblogger with the username
and password. You can set this as an @reboot crontab entry to ensure that
cybercritic starts as boot time.