To get this set up you have to run custom versions of the mechanize and twiliolib gems. Unfortunately, some SSL errors and issues with Liberty's login redirect sequence forced me to hack the libraries. Hopefully I can get something "official" looking to get it pulled into the main repository, but for now, install it from my repositories.
sudo apt-get install ruby
# (do not use apt-get)
mkdir ~/sources; cd ~/sources
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz
tar -xzvf rubygems-1.3.7.tgz
cd rubygems-1.3.7
sudo ruby setup.rb
mkdir ~/sources; cd ~/sources
git clone git://github.com/benmanns/mechanize.git
cd mechanize
gem build mechanize.gemspec
gem install mechanize
mkdir ~/sources; cd ~/sources
git clone git://github.com/benmanns/twilio-ruby.git
cd twilio-ruby
rake gem
cd pkg
gem install twiliolib
Now, just run ruby asistant.rb