Skip to content

Creates a Atom feed for your Twitter timeline feed for only posts with URLs. Links are expanded to canonical URLs, and returned marked up as HTML anchors. A feed reader like Fever° can now use Twitter as a Spark source to weight content.

BenWard/timelinelinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timeline Links

Timeline Links takes your Twitter home timeline, filters the posts containing links, expands those links to their canonical form, and then returns an Atom feed that contains proper HTML hyperlinks.

Built so I can use my Twitter timeline as a Spark source in Fever°

Requires

History

v0.1.0

  • First working version
  • Auths using HTTP BasicAuth (that's what feed readers tend to support)
  • URLs get expanded to canonical form by following 301 redirects.
  • Unlike the official Twitter feeds, entries have titles (not duplicate content)
  • Retweets are rendered as originals (with a retweet note in the title.)
  • Each entry id should be the same as the guid from the Twitter RSS feed (the no-www, no trailing-/ URL of the tweet.); good feed readers should not detect duplicate posts.
  • Reads 100 posts from Twitter at a time. Set the TLL_POSTCOUNT constant as you see fit.

(c) 2010 Ben Ward

About

Creates a Atom feed for your Twitter timeline feed for only posts with URLs. Links are expanded to canonical URLs, and returned marked up as HTML anchors. A feed reader like Fever° can now use Twitter as a Spark source to weight content.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages