Next: Authentication and state, Previous: Download and installation, Up: Top
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")