Skip to content

Instantly share code, notes, and snippets.

# Step 1: request and download your twitter archive
# Step 2: create a twitter app (on their dev site) so you can fill out the key and secret data
# Step 3: run, and prosper
require 'twitter'
require "json"
USERNAME = 'YOURUSERNAME'
ARCHIVE_PATH = '/YOUR/DOWNLOADS/FOLDER/data/js/tweets'
@rwaldron
rwaldron / joystick.html
Created August 5, 2011 01:28
Special builds of Firefox 8 are shipping with joystick events
<script src="joystick.js"></script>