88,190 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
A Quick Looks At Sparks (EllisLab Official Post)
March 11, 2012
from: codeigniter.com
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
Simple library for displaying Twitter feed data supporting a variety of customization/integration options
| Contributor | : joeauty |
| : Log in to view | |
| Author Website | : http://www.netmusician.org |
| Spark Website | : https://github.com/joeauty/TwitterFetcher-CodeIgniter-Spark |
| Repository Type | : git |
| Number of Installs | : 685 |
php tools/spark install -v1.1.0 twitterfetcher
Or download this version manually:
Get twitterfetcher-1.1.0.zip
TwitterFetcher fetches Twitter data via the provided Twitter username, and supports the following options:
This library depends on the following CodeIgniter Sparks:
<?php
$tweets = $this->twitterfetcher->getTweets(array(
'twitterID' => 'netmusicianorg',
'usecache' => false,
'count' => 0,
'numdays' => 30
));
print_r($tweets);
?>
In the above example, the variables "tweets" will be an array consisting of multiple tweets for when count is some value other than 1, or a single tweet object if it is set to 1. A non-standard property will be attached to the object called "elapsedtime" which is a human friendly elapsed time string in the format of "minutes/days/hours ago"
1.1.0
1.0.4
1.0.3
php tools/spark install -v1.0.4 twitterfetcher
Or download this version manually:
Get twitterfetcher-1.0.4.zip
php tools/spark install -v1.0.4 twitterfetcher
Or download this version manually:
Get twitterfetcher-1.0.4.zip
php tools/spark install -v1.0.3 twitterfetcher
Or download this version manually:
Get twitterfetcher-1.0.3.zip
php tools/spark install -v1.0.2 twitterfetcher
Or download this version manually:
Get twitterfetcher-1.0.2.zip
php tools/spark install -v1.0.1 twitterfetcher
Or download this version manually:
Get twitterfetcher-1.0.1.zip