https://github.com/AlgerDu/Spider
自定义可扩展爬虫
https://github.com/AlgerDu/Spider
cefsharp csharp plugin plugin-system spider
Last synced: 11 months ago
JSON representation
自定义可扩展爬虫
- Host: GitHub
- URL: https://github.com/AlgerDu/Spider
- Owner: AlgerDu
- Created: 2017-04-04T09:59:06.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-15T13:29:08.000Z (over 7 years ago)
- Last Synced: 2024-11-13T04:53:49.179Z (over 1 year ago)
- Topics: cefsharp, csharp, plugin, plugin-system, spider
- Language: C#
- Homepage:
- Size: 372 KB
- Stars: 36
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spider
在 `D.Spider` 的框架下,你可以通过 `插件` 扩展的形式快速、灵活的完成自己的目标。通过已有的一些插件,你可以专注于业务的实现,不在为网页的下载、解析等等事情烦恼。
## 发布
已经将稳定的版本发布到 `nuget` 上,供大家方便的使用。
* [D.Spider.Core](https://www.nuget.org/packages/D.Spider.Core/)
* [D.Spider.CefDownloader](https://www.nuget.org/packages/D.Spider.CefDownloader/)
* [D.Spider.SpiderScriptEngine](https://www.nuget.org/packages/D.Spider.SpiderScriptEngine/)
## 文档
待完善。