Skip to content

lavovaLampa/patreon-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?