Mobile app version of vmapp.org
Login or Join
Ogunnowo487

: Utility to pull in the entries of an rss feed with a certain date range I'd like to include a section on my daily blog post that could capture/aggregate my activity from twitter, github, etc

@Ogunnowo487

Posted in: #Api #LookingForAScript #Rss #Twitter

I'd like to include a section on my daily blog post that could capture/aggregate my activity from twitter, github, etc on that day. Ideally this information could be displayed in a visually unobtrusive manner at the bottom of the regular blog post.

I can add this information through an rss reader display (e.g. I'm running a wordpress site, and can use embed-rss plugin to display the latest information from a twitter or github rss), but this does not let me limit the date range to activity from that day; instead always showing the latest activity. So, questions:


Is there a simple way to embed rss feed filtered to a certain date range on a post?
Does the RSS feed provide a stable list of all the history, or will I need to create static snapshots of this instead?
Can be done through the twitter and github APIs if not through a simple rss feed? Is there any app that already does this?
Other suggestions to approach this kind of thing?


For instance, I can do something similar for my flickr activity using the flickr-gallery plugin's search feature, which gives me a scrollable set of thumbnails of photos matching certain search criteria in which I can set a date range to match that day.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo487

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

I've never pulled activity data out of Github, so the below only applies directly to Twitter. I would imagine a lot of it is more or less the same for Github, though.


I wouldn't rely on RSS for anything from Twitter. They've been killing it off ever since they started previewing NewTwitter. I actually think it's entirely gone now except for a few places where you can still hack URLs if you know what the old patterns were, so I'm surprised you're even posing the question this way.
No. I can't even find a feed for account statuses right now, but I doubt they ever returned more than maybe 15 items. Beyond that, Twitter currently limits access to historical data to 3200 updates; if you have more than that, you just plain can't get at them by any method at the moment. This is "being worked on" but is clearly not anything like a priority. So yeah, you need to come up with a way to stash your own copies, if this "day in Twitter" block is something that needs to be persistent per-post.
There are plenty of widgets for embedding Twitter information, for just about any given language, but I don't think I've seen one that lets you filter by date, probably because it doesn't make much sense to even try most times. Twitter is fundamentally focused on "now" and so are the great majority of tools built around it.
My initial instinct would be to see if it'd be possible to use ThinkUp for this. In theory, you'd use it to create a personal archive of your updates and then be able to pull that data out however you want via its API.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme