Skip to content

Instantly share code, notes, and snippets.

View BorysekOndrej's full-sized avatar

Ondřej Borýsek BorysekOndrej

View GitHub Profile
@rajeshg
rajeshg / exportTwitterFavorites.rb
Created October 29, 2010 20:17
Ruby script to export Twitter favorites to a CSV file
#!/usr/bin/ruby -w
# author: rgollapudi
# description: Script to fetch all your twitter favorites and write them to a csv file
require 'open-uri'
require 'rss/1.0'
require 'rss/2.0'
# For reading rss from a url: