You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These options override the `$concurrency` and `$requestDelay` public properties of your spider.
60
66
67
+
Add the `--output` (`-o`) option and you can save the collected data to a JSON file.
68
+
```bash
69
+
php bin/console roach:php google --output 'path/to/data.json'
70
+
```
71
+
61
72
### Starting the REPL
62
73
63
74
Roach ships with an [interactive shell](https://roach-php.dev/docs/repl) (often called Read-Evaluate-Print-Loop, or Repl for short) which makes prototyping our spiders a breeze. We can use the provided `roach:shell` command to launch a new Repl session.
0 commit comments