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

https://github.com/itk-dev/itk_site_crawler

Crawler for ITK sites built in symfony5
https://github.com/itk-dev/itk_site_crawler

Last synced: 12 months ago
JSON representation

Crawler for ITK sites built in symfony5

Awesome Lists containing this project

README

          

# ITK Site crawler
Built on Symfony 5.

## Requirements
[https://symfony.com/doc/current/setup.html#technical-requirements](https://symfony.com/doc/current/setup.html#technical-requirements)

## Installation
```
composer install
```

## Usage
```
bin/console crawlItkSites --help
```

### Usage example
```
bin/console crawlItkSites gdpr_compliant --domain="http://deltag.aarhus.dk" --max-visits=20
```