|
|
|
|
|
by vasinov
1147 days ago
|
|
The WebScraper tool uses Trafilatura [1] to scrape and parse HTML—nothing too fancy. "Scraping" a React site would require a totally different approach, probably something more akin to Adept's ACT-1 [2]. I run a local chat app built with Griptape and I use it to give me summaries of web pages or answer specific questions all the time :) 1. https://github.com/adbar/trafilatura/ 2. https://www.adept.ai/blog/act-1 |
|