Skip to content

Instantly share code, notes, and snippets.

@graysky
Created January 15, 2011 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graysky/781144 to your computer and use it in GitHub Desktop.
Save graysky/781144 to your computer and use it in GitHub Desktop.
For Kabir's tumblr
Kabir asks: "Wish there were a way to grab all my tweets minus @ replies, and post them as a roundup on tumblr."
https://twitter.com/#!/KabirH/status/26329299560701952
Here's how I would do it:
1) Create a public Twitter list with just you to filter out your @replies. I created one to use on my own blog:
http://twitter.com/#!/graysky/my-public-tweets
2) Get an RSS feed for this list. Annoying Twitter doesn't seem to expose it but there is an app that will:
http://twiterlist2rss.appspot.com/
Or could use Yahoo Pipes: http://pipes.yahoo.com/pipes/pipe.info?_id=fb60de5ff93e81319e3c5fa207b9b276
It will generate RSS url like: http://twiterlist2rss.appspot.com/graysky/lists/my-public-tweets/statuses.rss
3) On Tumblr, go to Customize -> Services -> Automatically import my...
and choose "RSS". Add that RSS feed. Tumblr says they only import at most like once an hour, so sort of a "roundup" but not on a daily basis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment