-
Notifications
You must be signed in to change notification settings - Fork 0
jfung/request_cache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published