TWITTER in AutoCAD
-----------------------------
(C)2009 XANADU, www.xanadu.cz

--- NO LONGER WORKS IN NEW TWITTER ---
--- SEE: http://www.cadstudio.cz/en/apps/acadtweet/ ---

Twitter is a LISP utility allowing to send Twitter messages (statuses) directly
from your AutoCAD command line.

Setup:
Load the TWITTER.VLX in your AutoCAD session (e.g. with the _APPLOAD command)

Usage:
Run the TWITTER command and enter your Twitter username and password, plus
your message to send an update (tweet, status) to your Twitter page (timeline).
You can also use the LISP function (twitter) to automate postings:
(twitter mytwitname mytwitpassword mymessage)

The name and password are not stored anywhere (only in the LISP variables in
the scope of your current drawing in the current AutoCAD session. You can preset
these login credentials with:
(setq TWITTER_USERNAME "myRealTwitterName")
(setq TWITTER_PASSWORD "mySecretPassword")

NB:
The Twitter command will fail after you use VLIDE in the current AutoCAD
session (a known AutoCAD bug)

NB:
The source app of your tweet will be displayed as "API"

--------------------------------
XANADU a.s.
www.xanadu.cz   www.cadforum.cz
info@xanadu.cz
