public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Emmanuele Bassi (author)
Thu Apr 17 21:47:02 -0700 2008
commit  b7a26fb5bc22aa4b214b5fd0fd5ad6e7317f6796
tree    a0237500d6a41e08c85118a88e03f36ae450e793
parent  5eace09ef4f7bdbdde82eae3fc09c618225ab5bb
tweet / README
100644 32 lines (22 sloc) 1.113 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Tweet - A simple Twitter desktop client
 
Tweet is a desktop client for the Twitter web service. Twitter is:
 
  Twitter is for staying in touch and keeping up with friends no matter
  where you are or what you’re doing. For some friends you might want
  instant mobile updates - for others, you can just check the web. Invite
  your friends to Twitter and decide how connected you want you to be.
 
In short, is a web-based SMS like service.
 
Tweet is a client written to read your friends' status and update your
own without using a web browser.
 
Tweet depends on:
 
  - GLib >= 2.16
  - JSON-GLib >= 0.5
  - Clutter >= 0.6
  - libsoup >= 2.23
 
Tweet is based on, and provides a GObject-based library for reading and
updating the Twitter status so that other applications can integrate with
it.
 
Tweet is released under the terms of the GNU General Public License,
version 2 or, at your option, any later version.
 
Twitter-GLib is released under the terms of the GNU Lesser General
Public License version 2.1 or, at your option, any later version.
 
Tweet and Twitter-GLib are copyright (C) 2008 Emmanuele Bassi.