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
- Host: GitHub
- URL: https://github.com/itk-dev/itk_site_crawler
- Owner: itk-dev
- License: mit
- Created: 2020-06-10T11:24:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T08:54:51.000Z (over 5 years ago)
- Last Synced: 2025-02-13T08:17:14.395Z (about 1 year ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```