Web scrape troubleshooting: Difference between revisions
Jump to navigation
Jump to search
m
→Skill tree of web scraping
| Line 67: | Line 67: | ||
* Parse remote files to retrieve data ★★☆☆☆ | * Parse remote files to retrieve data ★★☆☆☆ | ||
* Using unofficial method to retrieve data | * Using unofficial method to retrieve data | ||
** [https://curl.haxx.se/ curl] command or [https://www.gnu.org/software/wget/manual/wget.html GNU Wget] command ★★☆☆☆ | ** [https://curl.haxx.se/ curl] command or [https://www.gnu.org/software/wget/manual/wget.html GNU Wget] command ★★☆☆☆ Related page: [[Troubleshooting of curl errors]] | ||
** [https://www.selenium.dev/ SeleniumHQ Browser Automation] ★★★☆☆ | ** [https://www.selenium.dev/ SeleniumHQ Browser Automation] ★★★☆☆ | ||
* Forum submit | * Forum submit | ||