
ACADtweet is a .NET utility allowing to send and read Twitter messages (statuses) directly from your AutoCAD command line.
ACADtweet is a free .NET utility allowing to send and read Twitter messages (statuses) directly from your AutoCAD command line. It is a replacement for our old Lisp utility "Twitter" which does not work with the new Twitter OAuth/xAuth API.>
Run the TWITTLOGIN command and enter your Twitter username and password for this session, and optionally save the resulting authorization token also for the future sessions - in the Registry (your password is never stored). You can also use the LISP function (twittlogin) - returns T if successful, nil if not:
(twittlogin "myname" "mypassword" saveToken)
After the login use the TWITTER command to send an update (tweet, status, message) to your Twitter page (timeline). You can also use the LISP function (twitter) to automate postings (again, returns T or nil):
(twitter "mymessage")
Run the TWITTLAST command to read the last tweet (post) in the timeline of your channel ("") or the specified Twitter channel (@User or User). You can also use the LISP function (twittlast) to automate access to the timeline (returns the tweet as a string):
(twittlast "channelname")
The name and password are not stored anywhere. The next TWITTER/TWITTLAST commands do not ask for the name+password next time in the same AutoCAD session. You can also store the oAuth token for all subsequent sessions.
The ACADtweet module contains several commands - as documented above. You can start them via the commandline.
The installer that ran when you downloaded this plug-in from AutoCAD Exchange has already installed the plug-in. You may need to restart AutoCAD to activate the plug-in.
To uninstall this plug-in, simply rerun the installer by downloading it again from Exchange, and select the 'Uninstall' button, or you can uninstall it from 'Control Panel\Programs\Programs and Features' (Windows 7) or Add/Remove Programs (Windows XP), just as you would uninstall any other application from your system. The panel on the Plug-ins tab will not be removed until AutoCAD is restarted.
HKCU\Software\VB and VBA Program Settings\ACADTwitter\Settings ProxyUsername ProxyPassword
None.
CAD Studio a.s. (formerly Xanadu) is a leading Czech Autodesk GOLD Partner (& Autodesk Top Dealer 1994-2010), Autodesk Developer, Autodesk Consulting Partner, Autodesk Training Center and HP Preferred Partner. Visit www.cadstudio.cz to find out more about us.
Email us at info@cadstudio.cz for support, feedback or requests for enhancements.