8000 GitHub - jfung/request_cache: Creates a cache of html files from url requests. If it receives a url it already has downloaded, will return the locally cached file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Creates a cache of html files from url requests. If it receives a url it already has downloaded, will return the locally cached file.

Notifications You must be signed in to change notification settings

jfung/request_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Creates a cache of html files from url requests. If it receives a url it already has downloaded, will return the locally cached file. Handy for scraping websites.

USAGE:
you first initialize the cache with a path to a folder to store the responses

rc = RequestCache.new("caches/patent_pages")

Then you initiate a response with
rc.get("http://www.shancarter.com")

About

Creates a cache of html files from url requests. If it receives a url it already has downloaded, will return the locally cached file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0