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

https://github.com/zhaotianff/crawler-line

C# command-line crawler
https://github.com/zhaotianff/crawler-line

command-line command-line-tool crawler csharp dotnet-core

Last synced: 16 days ago
JSON representation

C# command-line crawler

Awesome Lists containing this project

README

          

# Crawler-Line
  .Net Core command-line crawler

## Usage
crawler-line:
  .Net Core command-line crawler.

Usage:
```
crawler-line [options] [command]
```

Arguments:
```
web site url
```

Options:
```
-html, --get-html Get html source
-image, --get-image Get images
-loopi, --loop-image Loop get images
-regex, --regex-option Use regex
-agpack, --htmlagilitypack-option Use HtmlAgilityPack
-agsharp, --anglesharp-option Use AngleSharp
-path, --download-path Designate download path [default: D:\download]
--version Show version information
-?, -h, --help Show help and usage information
```
Commands:
```
github fork me on github
```
## License
[MIT](LICENSE)