Skip to content

Instantly share code, notes, and snippets.

@gabesmed
gabesmed / att.rb
Created May 1, 2012 00:08 — forked from levity/att.rb
scrape your calls and texts history from att.com
#!/usr/bin/ruby
LOGIN, PASSWORD = 'your_phone_number', 'your_password'
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
FileUtils.rm_rf('results/')
FileUtils.mkdir('results')