AutoCrawler icon indicating copy to clipboard operation
AutoCrawler copied to clipboard

Official implement of paper "AutoCrawler: A Progressive Understanding Web Agent for Web Crawler Generation"

Results 7 AutoCrawler issues
Sort by recently updated
recently updated
newest added

ModuleNotFoundError: No module named 'utils.ms_api_copy'

Is the data pointed in this location '/mnt/data122/harryhuang/swde/sourceCode' available for download from somewhere? I could not find it anywhere in the internet. please help with this.

Addresses: https://github.com/EZ-hwh/AutoCrawler/issues/4

I've tried to install the dependencies as the README.md instructs: ` pip install -r requirements.txt ` and the following error appeared: ``` ERROR: Cannot install -r requirements.txt (line 10) and...

![image](https://github.com/user-attachments/assets/c8fc486e-ccee-4132-9fa9-c3728c1198e0) item_value = extract(html, xpath_rule[item][0]) should be item_value = extract(html, xpath_rule[item])