-->

RSS feeds in new twitter

2020-07-30 02:49发布

问题:

Does anyone know where to find the RSS feeds in the new twitter? I cannot find the rss icon and the source of the page just points to "Your Twitter Favorites" even though I am on the page of the user I want to get an RSS feed from...

Simple I know, but its bugging me to no end!

回答1:

2014 edit:

It looks like Twitter has retired RSS feeds, and now only exports data as JSON:

What output formats will API v1.1 support?

API v1.1 will support JSON only. We’ve been hinting at this for some time now, first dropping XML support on the Streaming API and more recently on the trends API. XML, Atom, and RSS are infrequently used today, and we’ve chosen to throw our support behind the JSON format shared across the platform. Consequently, we’ve decided to discontinue support for these other formats. For historical context, when we originally built the API all major languages did not have performant, well vetted libraries supporting JSON - today they do.


Orignal 2010 answer:

Here are the various feed URLs (using the account "Twitter" for these examples):
http://twitter.com/statuses/public_timeline.rss
http://twitter.com/statuses/user_timeline/Twitter.rss
http://twitter.com/favorites/Twitter.rss
http://search.twitter.com/search.rss?q=Twitter

The new Twitter layout isn't very RSS-friendly, unfortunately.



回答2:

You won't be able to find it because Twitter stopped support for RSS :(

Something I needed, so built a Twitter to RSS converter, it works on hashtags, searches and lists. I've now opened it up totally free for anyone else who needs a solution.

Get it here - Twitter RSS Feed Generator



回答3:

Recommende you to use the free website ahejlsberg, put the id into the textbox next to @, then click the "Fetch RSS" button. You can get the RSS feed url: https://twitrss.me/twitter_user_to_rss/?user=ahejlsberg.



回答4:

I found that this works for particular users (I had been trying to figure out their ids which was the way rss used to work but this works fine):

[Updated] http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=johnpiper

[Updated Sept 2014] no longer works again...

[Alternative Solution: May 2015]

I have since discovered http://www.queryfeed.net

http://www.queryfeed.net/twitter?q=from%3Ajohnpiper

See the home page for further documentation about how to structure other queries. The service does not seem to return all tweets.



标签: twitter rss