Patreon-scraper is a Patreon attachment scraper/downloader written in TypeScript.
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).
- NodeJS (anything 10+ should work)
- npm
- Use prepackaged versions or
- Clone repo
npm install
npm run build
node build/src/index.js --help
- Choose Your Own Download Folder™
- Accept sessionId as argument/
environment variable - Download speed/stats?
- Better auth/connection checking
- Use selenium/webdriver to log in?