📄️ Web Crawler Intro
What is a Web Crawler?
📄️ HTML Basic
Quick View
📄️ Key Words
- Headers
📄️ What is a REST API?
A REST API is like a waiter at a restaurant. You tell it what you want (make a request), and it brings you what you asked for (the response). It’s how apps talk to each other.
📄️ Web Crawler Implementation
Common Libraries
📄️ Web Crawler for Static Web Page
What to Do
📄️ Web Crawler with browser_cookie3
This guide demonstrates how to use browser_cookie3 to retrieve cookies from your browser and use them in a web crawler to access the PTT Gossiping board, which requires a over18=1 cookie to bypass the age restriction prompt.
📄️ Selenium Guide: Automating Browser Interaction
Since Selenium 4.6, developers no longer need to manually download ChromeDriver. Selenium automatically detects the local browser version and downloads the appropriate driver.