dev-master
9999999-devLithium HTTP data source for Topsy Otter API (http://topsy.com)
MIT
The Requires
by Mehdi Lahmam B.
Lithium HTTP data source for Topsy Otter API (http://topsy.com)
li3_topsy
offers integration between Lithium and Topsy's Otter API., (*1)
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., (*2)
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., (*3)
Theres a couple ways to get setup., (*4)
This library is installable via Composer as mehlah/li3_topsy., (*5)
Add li3_topsy
as a Git submodule, in order to keep up with the latest updates., (*6)
Don't forget to add the library to your application in config/bootstrap/libraries.php
, (*7)
Libraries::add('li3_topsy');
Writing in progress..., (*8)
Lithium HTTP data source for Topsy Otter API (http://topsy.com)
MIT