Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goolord/creepy

🐛 creepy web crawly
https://github.com/goolord/creepy

Last synced: 2 months ago
JSON representation

🐛 creepy web crawly

Awesome Lists containing this project

README

        

# 🐛 Creepy crawly web crawler

## Usage

```
creepy 1.0
Zachary Churchill
🐛 Creepy crawly web crawler

USAGE:
creepy [SUBCOMMAND]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

SUBCOMMANDS:
configure Configuration options
crawly Web crawling
help Prints this message or the help of the given subcommand(s)
```

```
creepy-configure
Configuration options

USAGE:
creepy configure [FLAGS]

FLAGS:
--default generate a default configuration
--full generate a full default configuration
-h, --help Prints help information
-V, --version Prints version information
```

```
Web crawling

USAGE:
creepy crawly --config

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-c, --config Config file: domains, blacklist, etc
```