Next: , Previous: Download and installation, Up: Top


2 .cl-twit.lisp

The contents of the file ~/.cl-twit.lisp, if it exists, are READ after cl-twit has been loaded. I usually use it to set my twitter username and password.

     (setf twit:*username* "chaitanya_gupta")
     (setf twit:*password* "password")