Skip to main content

Stammy Script: RSS to Twitter using PHP - PaulStamatiou.com

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 13 people (-3 private), first by anonymouse user on 2007-05-15


Public Sticky notes

  • the script grabs the latest post from the RSS feed you specify within the file.
  • The script grabs the link to the article and uses the TinyURL API to create a shortened URL.
  • PHP concatenates article title and tiny url to form a Twitter status message.
  • Using the login and password you provided in the file, the script uses CURL to tap into the Twitter API and update the status message.
  • Highlighted by altergrin