From c79a86eddb8f53020b0331673b641848f46b0b25 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Oct 2025 01:18:11 -0700 Subject: [PATCH] Initial commit --- wcr/crawl_wcr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcr/crawl_wcr.py b/wcr/crawl_wcr.py index ed569d3..713d66b 100644 --- a/wcr/crawl_wcr.py +++ b/wcr/crawl_wcr.py @@ -43,6 +43,8 @@ def crawl_user_page(base_url, user_path): soup = BeautifulSoup(response.text, "html.parser") + + def parse_data(soup): username = user_path.strip("/") title_tag = soup.find("h1", class_="entry-title")