first commit

This commit is contained in:
2026-03-06 21:11:07 +03:00
parent b603974d46
commit 690733a224
4 changed files with 292 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# HappyFappy Bookmarks Scraper
## Setup
```bash
python3.12 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
python -m pip install -r requirements.txt
scrapling install
```
## Run
```bash
python scrape_happyfappy_bookmarks.py --cookie-file cookies.txt --output bookmarks.json
```