mehlah/li3_topsy

Lithium HTTP data source for Topsy Otter API (http://topsy.com)

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 1

Type:lithium-library

dev-master 2012-12-30 20:54 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:56:22 UTC


README

li3_topsy offers integration between Lithium and Topsy's Otter API.

Otter API is a RESTful HTTP web service to Topsy. Topsy is a search engine that ranks links, photos and tweets by the number and quality of retweets they receive. The quality of retweets is determined by the influence of the Twitter users.

The Otter API provides access to topsy search results, url information and author information along with the intermediate data (like author influence) that is used in creation of search rankings. http://topsy.com/ has been created using the Otter API, and almost everything available on the site is accessible to developers.

Installation

Theres a couple ways to get setup.

Composer

This library is installable via Composer as mehlah/li3_topsy.

Git submodule

Add li3_topsy as a Git submodule, in order to keep up with the latest updates.

Don't forget to add the library to your application in config/bootstrap/libraries.php

Libraries::add('li3_topsy');

Usage

Writing in progress...