Skip to content

BaristaLabs/skrapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skrapr

Declarative browser automation. Make the web your source of structured data. Perform automated tasks on sites that don't provide an api.

Launching Skrapr:
  1. Launch Chrome

Windows:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9223

macOS:

sudo "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9223
  1. Launch Skrapr
BaristaLabs.Skrapr\src\SkraprConsoleHost>$ dotnet run "<path to definition file>"
  1. Enjoy

About

DotNet Core based declarative web scraping using the Chrome Debugger Protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages