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
- Host: GitHub
- URL: https://github.com/baristalabs/skrapr
- Owner: BaristaLabs
- License: mit
- Created: 2017-04-11T21:56:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T02:02:51.000Z (over 8 years ago)
- Last Synced: 2025-03-29T14:35:00.453Z (7 months ago)
- Topics: chrome-debugging-protocol, dotnet, scraping, web-crawler
- Language: C#
- Size: 1.03 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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