Skip to content

Instantly share code, notes, and snippets.

View kvapil75-coder's full-sized avatar

kvapil75-coder

View GitHub Profile
@kvapil75-coder
kvapil75-coder / scrape_tents.py
Created January 23, 2026 17:32
Scaper tents
import sys, textwrap, subprocess, os
SCRAPER_CODE = r"""
import csv
import re
from dataclasses import dataclass, asdict
from typing import Optional, List, Tuple
from urllib.parse import urljoin
from playwright.sync_api import sync_playwright