Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
# A quick script to download all your files from CloudApp.
# To run this just run the script passing your e-mail & password
# to the script, for example:
#
# sudo gem install cloudapp_api
# ruby cloudapp-export.rb adam@atechmedia.com mypassword
#