Use this simple script to turn any user's tweets into a RSS feed.
- Set credentials (O-AUTH) in header.php * You have to register an app with Twitter - this guide may help
- Point your feed reader at your hosted website
If you want to follow the user "AwesomeTweeter", this is what the URL would look like in the feed reader:
http://example.com/TwitterRSS/index.php?user=AwesomeTweeter
You can also follow the user's favourites (I like using favourites as a "read later" list):
http://example.com/TwitterRSS/favourite.php?user=AwesomeTweeter
If you have any problems with this script, open an issue! Easy.
Thanks to mibe who maintains FeedWriter for the PHP library which creates the RSS feed.
Thanks to J7mbo who maintains TwitterAPIExchange which uses the Twitter API so it can be added to an RSS feed.