TwitMee & lib

January 11th, 2013 Leave a comment Go to comments

2013 fix/update: http://code.google.com/p/delphi-twitter-library/

Edit June 2012: This twitter library is now deprecated and will no longer be updated. I’ve rewritten it as a generic OAuth lib to use with both Twitter and Imgur (and any other OAuth 1.0 services) for a closed source project.

Extremelly simplistic and lightweight Twitter Client. No fancy graphics and complicated settings, only send status updates. Just type and click.

- Install: no install required, just run the exe from anywhere, it will store access details and be ready to send right away next time you start it. Doesn’t need any frameworks like .net, air etc , pure win32 app.
- Supports UNICODE, you can send status updates in Japanese etc.

Related articles: http://eden.fm/2011/02/27/twitter-library-for-delphi

TwitMee - 780 downloads

version 0.2: fixed a problem where unicode messages would sometimes fail.
version 0.22: fixed issue with unix timestamp after daylight savings started.

Delphi twitter library:

TwitterLib - 1716 downloads

By popular demand, adding the demo application TwitMee source code:

TwitMee source code - 310 downloads