Improve robustness, simplify consolidator API, and align docs/examples#110
Improve robustness, simplify consolidator API, and align docs/examples#110
Conversation
|
This is the first time I'm properly looking at websweep, and my conclusion is that it's a really awesome piece of research infrastructure 🚀 It should be used widely. I tried it out on some lists of URLS and I looked in detail at each component that was generated. I really like that the CLI is built using typer (love fastapi) which gives nice help / docs in the terminal. I also really like the thought that has gone into the internal data structures and intermediate results of the steps. It looks like an excellent resource especially for recurring sweeps of base domain names, which is kind of a unique selling point that may be promoted more. Almost like archive.org Below are some comments. However, I suggest you turn some of these into issues to be solved later after merging this PR. I think you can consider almost all of the comments optional (except the first one). Overall comments
Infrastructure comments
Documentation comments
|
Infrastructure comments
Documentation comments
|
Summary
Validation
Notes