Skip to content

A very simple sinatra app for parsing websites and returning the html

License

Notifications You must be signed in to change notification settings

ronnh/website-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Scraper

You can pass three arguments to this URL.

URL: the URL you want to parse Selector: the CSS3 selector you want to use (optional) Callback: the JavaScript callback you want it wrapped in (optional)

Usage: /?url=http://www.cnn.com&selector=a&callback=myCallback

About

A very simple sinatra app for parsing websites and returning the html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.8%
  • HTML 20.2%