ScrapySharp 1.2.2
See the version list below for details.
dotnet add package ScrapySharp --version 1.2.2
NuGet\Install-Package ScrapySharp -Version 1.2.2
<PackageReference Include="ScrapySharp" Version="1.2.2" />
<PackageVersion Include="ScrapySharp" Version="1.2.2" />
<PackageReference Include="ScrapySharp" />
paket add ScrapySharp --version 1.2.2
#r "nuget: ScrapySharp, 1.2.2"
#:package ScrapySharp@1.2.2
#addin nuget:?package=ScrapySharp&version=1.2.2
#tool nuget:?package=ScrapySharp&version=1.2.2
Scraping Framework containing :
- a web client able to simulate a web browser.
- an HtmlAgilityPack extension to select elements using css selector (like JQuery)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- HtmlAgilityPack (>= 1.4.2)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on ScrapySharp:
| Package | Downloads |
|---|---|
|
RealmeyeSharp
Gets user infomation on realmeye. how to use got to project url and look at example |
|
|
InstantQuick.SharePoint.Provisioning
CSOM based provisioning library for SharePoint 2013, 2016, and SharePoint Online |
|
|
TripleA
TripleA is an extensible framework for building components for use in test frameworks to target system and deployment verification. |
|
|
Smallcode.Net
Fluent HttpWebClient, Http parser and Json parser. |
|
|
WeiXinApi
微信Api、用于获取用户基本信息、设置开发者接口、获取开发者凭据、获取关注信息。 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ScrapySharp:
| Repository | Stars |
|---|---|
|
ferventdesert/Hawk
visualized crawler & ETL IDE written with C#/WPF
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 427,066 | 10/2/2018 |
| 3.0.0-alpha2 | 3,398 | 4/5/2018 |
| 3.0.0-alpha1 | 2,279 | 4/5/2018 |
| 2.6.2 | 206,657 | 7/4/2016 |
| 2.6.1 | 6,588 | 4/28/2016 |
| 2.6.0 | 2,713 | 4/28/2016 |
| 2.5.1 | 2,472 | 4/28/2016 |
| 2.5.0 | 9,731 | 2/22/2016 |
| 2.4.0 | 2,620 | 2/19/2016 |
| 2.4.0-beta1 | 2,175 | 2/5/2016 |
| 2.3.0 | 2,834 | 1/29/2016 |
| 2.2.63 | 21,973 | 11/21/2013 |
| 2.2.62 | 2,724 | 11/21/2013 |
| 2.2.61 | 3,983 | 10/4/2013 |
| 2.2.60 | 2,664 | 10/4/2013 |
| 2.2.59 | 2,646 | 10/2/2013 |
| 2.2.57 | 3,123 | 9/26/2013 |
| 2.2.56 | 3,132 | 9/12/2013 |
| 2.2.0 | 2,844 | 9/9/2013 |
| 1.2.2 | 2,900 | 3/5/2012 |
- Can parse cookies with regex (some java webistes have a "special" set-cookie syntax. so the cookiecontainer throws)
- Fix css select bug when id contains '-'