Update README

This commit is contained in:
unclecode
2024-05-09 23:28:47 +08:00
parent da7748a780
commit 20ef255c7f

View File

@@ -78,6 +78,8 @@ for res in results:
print(res.model_dump())
```
Running for the first time will download the chrome driver for selenium. Also creates a SQLite database file `crawler_data.db` in the current directory. This file will store the crawled data for future reference.
The response model is a `CrawlResponse` object that contains the following attributes:
```python
class CrawlResult(BaseModel):