An open API service indexing awesome lists of open source software.

https://github.com/baristalabs/skrapr

DotNet Core based declarative web scraping using the Chrome Debugger Protocol
https://github.com/baristalabs/skrapr

chrome-debugging-protocol dotnet scraping web-crawler

Last synced: 6 months ago
JSON representation

DotNet Core based declarative web scraping using the Chrome Debugger Protocol

Awesome Lists containing this project

README

          

Skrapr
---

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

### [View the Documentation](https://github.com/BaristaLabs/skrapr/wiki)

##### Launching Skrapr:

1. Launch Chrome

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

macOS:

``` bash
sudo "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9223
```

2. Launch Skrapr

``` bash
BaristaLabs.Skrapr\src\SkraprConsoleHost>$ dotnet run ""
```

3. Enjoy