first commit
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user