Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kant2002/ncrawler

Web Crawler written in C#
https://github.com/kant2002/ncrawler

crawler scrapper

Last synced: 14 days ago
JSON representation

Web Crawler written in C#

Awesome Lists containing this project

README

        

ncrawler
========

Copy of NCrawler from http://ncrawler.codeplex.com/

Simple and very efficient multithreaded web crawler with pipeline based processing written in C#.
Contains HTML, Text, PDF, and IFilter document processors and language detection(Google).
Easy to add pipeline steps to extract, use and alter information.

## Build Nuget packages

Create debug packages

.\Build.ps1 -VersionSuffix build002

Create release packages

.\Build.ps1