https://github.com/ebassi/twitter-glib
A library wrapping the Twitter RESTful API (unmaintained)
https://github.com/ebassi/twitter-glib
Last synced: 3 months ago
JSON representation
A library wrapping the Twitter RESTful API (unmaintained)
- Host: GitHub
- URL: https://github.com/ebassi/twitter-glib
- Owner: ebassi
- License: lgpl-2.1
- Archived: true
- Created: 2009-02-09T22:22:59.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T13:33:15.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T09:43:53.343Z (about 1 year ago)
- Language: C
- Homepage: https://wiki.gnome.org/Attic/TwitterGlib
- Size: 159 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING.LIB
Awesome Lists containing this project
README
Twitter-GLib - A library wrapping the Twitter RESTful API
===============================================================================
**WARNING**: Twitter-GLib is unmaintained; it uses the deprecated v1 API, and
does not support the stream API. It also does not use OAuth so it's basically
useless for anything that requires authentication. Twitter-GLib is mostly meant
as a historical archive.
Twitter-GLib is a GObject-based library providing a wrapper around
the RESTful API of Twitter.
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.
-- from http://twitter.com
In short, is a web-based SMS-like service.
## REQUIREMENTS
Twitter-GLib depends on:
- GLib >= 2.16
- GIO >= 2.16
- JSON-GLib >= 0.6
- libsoup-2.4 >= 2.4.1
- or libsoup-gnome-2.4 >= 2.4.1
- GdkPixbuf >= 2.0
## INSTALLATION
Se the INSTALL file.
## COPYRIGHT AND LICENSING
Twitter-GLib is released under the terms of the GNU Lesser General
Public License version 2.1 or, at your option, any later version.
Twitter-GLib is Copyright (C) 2008, 2009 Emmanuele Bassi. All rights reserved.