HappyFappy Bookmarks Scraper

Setup

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

.venv/bin/python scrape_happyfappy_bookmarks.py --cookie-file cookies.txt --output bookmarks.json

Download Single Torrent

.venv/bin/python download_happyfappy_torrent.py \
  --url "https://www.happyfappy.net/torrents.php?id=110178" \
  --cookie-file cookies.txt \
  --output-dir torrent
Description
No description provided
Readme 401 KiB
Languages
Python 100%