Skip to content

Commit

Permalink
Merge branch 'main' of github.com:0xMartin/NetworkAppTestingTool
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMartin committed Sep 18, 2024
2 parents 643ca96 + bcd413b commit e1dbda0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,7 @@ This module **does not support** sending messages using the 'module_send' keywor

## Web crawler

This module **does not support** sending messages using the 'module_send' keyword. During the creation of this module, the process of analyzing web pages is automatically started. After the completion of this process, the output of the analysis is written into the message buffer.
This module **does not support** sending messages using the 'module_send' keyword. During the creation of this module, the process of analyzing web pages is automatically started.

After the completion of this process, the output of the analysis is written into the message buffer. The analyzer must be defined when creating the web crawler module. A list of analyzers and how to use them is available in the **keyword documentation**.

4 changes: 4 additions & 0 deletions keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@ Creates a module that launches a web crawler.
| `start_url` | string | URL to start crawling from. |
| `max_depth` | long | Maximum depth to crawl. |
| `analyzer` | string | Analyzer to use for parsing the web pages. |

| **Analyzer** | **Input param** | **Output format** |
| ------------ | ----------------- | ----------------- |
| `word-freq` | Output word count | `word;count` |

```yaml
create_web_crawler:
Expand Down

0 comments on commit e1dbda0

Please sign in to comment.