No description
This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
Samuel Reis ecfa499ff4 making the avatar an actual img tag
This fixes a bug, where animated gifs were rendered incorrectly.
2010-09-20 22:06:46 +02:00
English.lproj added red color to negative counter 2010-05-29 16:53:06 +02:00
OAuthConsumer.framework first working oAuth Twittia 2010-05-02 17:37:14 +02:00
Sparkle.framework added twittia: url scheme 2010-04-19 01:48:37 +02:00
Twittia 2.xcodeproj added logo 2010-05-02 23:28:09 +02:00
Appcast.xml merged oauth with master 2010-05-16 12:55:45 +02:00
Constants.h changed licence texts 2010-05-02 17:43:45 +02:00
Constants.m changed licence texts 2010-05-02 17:43:45 +02:00
Controller.h added logo 2010-05-02 23:28:09 +02:00
Controller.m merged oauth with master 2010-05-16 12:55:45 +02:00
default.css making the avatar an actual img tag 2010-09-20 22:06:46 +02:00
dsa_pub.pem added twittia: url scheme 2010-04-19 01:48:37 +02:00
even-bg.png first commit 2010-04-16 23:41:16 +02:00
Icon.icns added logo 2010-05-02 23:28:09 +02:00
index.html added oauth js 2010-05-01 18:22:18 +02:00
jQuery-Plugins.js moved javascript to own files 2010-04-24 22:12:31 +02:00
jQuery.js moved javascript to own files 2010-04-24 22:12:31 +02:00
LICENCE.txt first commit 2010-04-16 23:41:16 +02:00
main.m first commit 2010-04-16 23:41:16 +02:00
MyDocument.h added twittia: url scheme 2010-04-19 01:48:37 +02:00
MyDocument.m added red color to negative counter 2010-05-29 16:53:06 +02:00
OAToken+WebView.h changed licence texts 2010-05-02 17:43:45 +02:00
OAToken+WebView.m changed licence texts 2010-05-02 17:43:45 +02:00
OAuth.h now OAuth without pin 2010-05-16 12:20:24 +02:00
oauth.js added oauth js 2010-05-01 18:22:18 +02:00
OAuth.m fixex issue #1 where Twittia crashed on replay 2010-05-25 23:15:02 +02:00
odd-bg.png first commit 2010-04-16 23:41:16 +02:00
publish.rb new version 2010-05-16 12:45:28 +02:00
README.markdown 2010-05-17 14:46:51 -07:00
ReleaseNotes.html new version 2010-05-16 12:45:28 +02:00
sha1.js added oauth js 2010-05-01 18:22:18 +02:00
sprite-icons.png first commit 2010-04-16 23:41:16 +02:00
Twittia_2-Info.plist added logo 2010-05-02 23:28:09 +02:00
Twittia_2_Prefix.pch first commit 2010-04-16 23:41:16 +02:00
TwittiaCore.js making the avatar an actual img tag 2010-09-20 22:06:46 +02:00
ViewDelegate.h added url to virtual key 2010-05-01 15:16:51 +02:00
ViewDelegate.m changed plugin API for more functionality 2010-04-28 01:20:53 +02:00

Twittia

Twittia is a slim Twitter client for OS X written in mostly JavaScript. It doesn't implement much of Twitters functionality, only the things I care for. Therefore it is small and fast and looks good by doing so. "Keep it simple, stupid!" Is the mantra, therefore there will not by much more functionality as it is now. But you're welcome to fork and extend it.

Download Twittia 2

It works on Mac OS 10.5 and higher.

Twittia screenshot

FAQ:s

  1. The global hotkey for a new Tweet is: Ctrl Alt Cmd t

  2. Yes there is a twittia: url scheme.

  3. Yes, there is a JavaScript-plugin-API. Create this file: ~/Library/Application Support/Twittia/Plugin.js

Nice to know

There was a original Twittia 1 which was written in Ruby-Cocoa, it was quite ok back then, but the code was a mess. And then along came Tweetie and I lost the desire to write my own Twitter client, because it was so much further then twittia and looked nicer and so on.

But now Tweetie wasn't update for a really long time, and I really wanted to see retweets in my stream so I decided to rip out the look from Twittia 1 and implement it in a new much slimmer version.

And because Twitter offers a JSON API and Twittias rendering Engine is just a simple WebKit WebView I implemented the core functionality in JavaScript and am very happy with it.