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
- Host: GitHub
- URL: https://github.com/zhaotianff/crawler-line
- Owner: zhaotianff
- License: mit
- Created: 2020-08-18T14:30:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T11:19:10.000Z (over 5 years ago)
- Last Synced: 2025-03-05T00:28:09.023Z (over 1 year ago)
- Topics: command-line, command-line-tool, crawler, csharp, dotnet-core
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)