=== Twitter Reaper === Contributors: _qrrr Donate link: Tags: theme development, twitter, wp_cron Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin for developers. Gets tweets by username or hashtag == Description == Set up wp_cron jobs to occur every minute, half-hour, hour, daily, or weekly. Saves tweet data to database for use in custom theme development. Parses tweet bodies, replacing urls, hashtags and usernames with corresponding hrefs. Replaces unicode emojis with image sprites. `twitter_reaper_get_harvest()` * returns array of tweet data for every tweet saved in the cron * id [the unique ID of the tweet in the Wordpress database] * tweet_id [the unique ID of the image as supplied by Twitter] * tweet * date_created [the date the tweet was made on Twitter] example: ` $tweets = twitter_reaper_get_harvest(); foreach ($tweets as $tweets) {