lavovaLampa / patreon-scraper

WIP Patreon attachment download written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patreon-scraper

Patreon-scraper is a Patreon attachment scraper/downloader written in TypeScript.

Description

A work-in-progress Patreon attachment downloader. Currently tries to download all attachments to specified folder (otherwise defaults to "./downloaded_media"), skipping files that exist (checks filename).

Requirements

  • NodeJS (anything 10+ should work)
  • npm

Installation

  • Use prepackaged versions or
  • Clone repo
  • npm install
  • npm run build

Running

  • node build/src/index.js --help

TODO

  • Choose Your Own Download Folder™
  • Accept sessionId as argument/environment variable
  • Download speed/stats?
  • Better auth/connection checking
  • Use selenium/webdriver to log in?

About

WIP Patreon attachment download written in TypeScript

License:MIT License


Languages

Language:TypeScript 100.0%