Skip to content

Instantly share code, notes, and snippets.

@beepony
Created June 2, 2016 06:30
Show Gist options
  • Save beepony/9c5303197f36e9c5743cb7142a862826 to your computer and use it in GitHub Desktop.
Save beepony/9c5303197f36e9c5743cb7142a862826 to your computer and use it in GitHub Desktop.
require 'net/http'
image = Net::HTTP.get_response(URI.parse("http://www.site.com/file.png")).body
file = File.open("path-to-file.txt", "rb")
contents = file.read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment