slrclub자유게시판 크롤링.

This commit is contained in:
2026-06-07 11:45:49 +09:00
parent cc1ea3088d
commit fd3e1467b2
3 changed files with 101 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# SLRClub Mobile Free Page Proxy
This simple Python web server fetches and displays the mobile free page from `https://m.slrclub.com/l/free`.
## Run
```bash
python3 app.py
```
Then open:
```text
http://localhost:8000/
```
## Notes
- The server uses Python built-in libraries only.
- Relative links and resources are resolved with a `<base>` tag.
- If the target page cannot be fetched, an error message is shown.