Welcome !
Here is my crappy tiny tool to easily get my twitter favs ^^

You can use this "tags" in your template :
  • $text$ : the original tweet content
  • $cleaned_text$ : the tweet content without bracketed word (ie: [Blog]) and without urls
  • $tweet_url$ : the url contained in the tweet
  • $tweet_real_url$ : the url contained in the tweet (unshortened) - only works when $_GET['follow_unshortened']==true
  • $user->name$ : name of the tweet's author
  • $user->screen_name$ : screen_name (pseudo) of the tweet's author
  • $user->description$ : description (bio) of the tweet's author
  • $user->url$ : url of the tweet's author
  • $user->lang$ : lang of the tweet's author
  • $user->profile_image_url$ : profile image of the tweet's author
  • $user->followers_count$ : number of followers for the tweet's author
  • $user->protected$ : is his account private ?
  • $id$ : tweet's id
  • $retweet_count$ : times the tweet has been retweeted (if any)
  • $place$ : location of the tweet (if any)
  • $created_at$ : fav's creation date and time
  • $created_at$ : fav's creation date and time
  • $created_at|date_format::d-m-Y H:i:s$ : fav's creation formatted as "d-m-Y H:i:s"
Examples :