Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VAllens/CrawlerSamples
This is a Puppeteer+AngleSharp crawler console app samples, used C# 7.1 coding and dotnet core build.
https://github.com/VAllens/CrawlerSamples
anglesharp chsarp crawler dotnetcore headless headless-browsers headless-chrome headless-chromium puppeteer
Last synced: 1 day ago
JSON representation
This is a Puppeteer+AngleSharp crawler console app samples, used C# 7.1 coding and dotnet core build.
- Host: GitHub
- URL: https://github.com/VAllens/CrawlerSamples
- Owner: VAllens
- License: mit
- Created: 2018-06-27T06:07:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:48:03.000Z (over 2 years ago)
- Last Synced: 2023-09-07T23:42:19.323Z (about 1 year ago)
- Topics: anglesharp, chsarp, crawler, dotnetcore, headless, headless-browsers, headless-chrome, headless-chromium, puppeteer
- Language: C#
- Homepage:
- Size: 56.6 KB
- Stars: 39
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crawler Samples
This is a `PuppeteerSharp` + `AngleSharp` crawler console app samples, used `C# 7.1` coding and dotnet core build.# Useful links
* [Puppeteer Sharp](https://github.com/kblok/puppeteer-sharp)
* [AngleSharp](https://github.com/AngleSharp/AngleSharp)# Usage
Open this sample project in the `Visual Studio 2017` and press **`F5`** key run it.
### Or
Open this sample project in the `Visual Studio 2017` and enter **`Build(B) --> Publish(H)`** in the top toolbar.Go to `build\win\netcoreapp2.0\x64` or `build\win\netcoreapp2.0\x86` folder, run `CrawlerSamples.ConsoleApp.exe` here.
# Result picture
# Note
For the first time, it will download the `download-Win64-536395.zip` portable installation package from the network to the .local-chromium directory of the current program.It will some time to wait here.
If a network problem occurs during downloading, which results in download failure, it throws an exception and exits the program.
# Author
Author: [Allen](http://vallen.cnblogs.com)# License
MIT