Introduction
Twitter stopped supporting RSS when their API 1.1 was introduced. To get the latest tweets or to automate things (using RSS), you have use their API 1.1 with OAuth. LeoMoon Twitter2RSS is made to make this process much easier. With this you can generate latest tweets for your account and use it in different places like IFTTT.com
Features
- Generate custom Twitter RSS feeds
- Includes cache system
- Easy to install and modify
Authors
- Arash Soleimani
Changelog
- 1.2: Twitter2RSS is now a class (twitter2rss.class.php)
- 1.1: Cache added by Arash Soleimani and cron feature was removed
- 1.0: First release with no cache (cron based)
Usage
- Sign up for Twitter developer account with your twitter login.
- Create a new application
- Fill “Name”, “Description”, and “Website”. “Website” must be the same website where this script will be installed.
- Click on your newly created application
- Make sure “Access” is “Read only”
- Make sure “Callback URL” is the same as “Website” in step 3
- Click “Keys and Access Tokens” tab and get “Consumer key”, “Consumer secret”, “Access token”, and “Access token secret” and paste them accordingly below...
- Upload “index.php”, “OAuth.php”, and “twitteroauth.php”, and “cache” folder to your webserver. Something like below:
- www.yourwebsite.com/twitter2rss/index.php
- www.yourwebsite.com/twitter2rss/OAuth.php
- www.yourwebsite.com/twitter2rss/twitteroauth.php
- www.yourwebsite.com/twitter2rss/cache/
- Go to “www.yourwebsite.com/twitter2rss/index.php” and your rss will be generated
- If “www.yourwebsite.com/twitter2rss/cache/” is empty, then change permission of “cache” folder to 777.
Compatibility
Linux webserver
DonateSupport this project
GitHubLet’s improve it together
DownloadDownload size: 11.33 KB