All Projects β†’ lavovaLampa β†’ patreon-scraper

lavovaLampa / patreon-scraper

Licence: MIT license
WIP Patreon attachment download written in TypeScript

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to patreon-scraper

lezhin-comics-downloader
πŸ“₯ Downloader for lezhin comics
Stars: ✭ 30 (+20%)
Mutual labels:  scraper, downloader
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+324%)
Mutual labels:  scraper, downloader
Website-downloader
πŸ’‘ Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+2360%)
Mutual labels:  scraper, downloader
Instascrape
πŸš€ A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (+204%)
Mutual labels:  scraper, downloader
patreon-dl
A Patreon Image Downloader
Stars: ✭ 52 (+108%)
Mutual labels:  downloader, patreon
Cum
comic updater, mangafied
Stars: ✭ 117 (+368%)
Mutual labels:  scraper, downloader
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+420%)
Mutual labels:  scraper, downloader
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (-12%)
Mutual labels:  scraper, downloader
YouTube-MA
πŸ’Ύ YouTube video metadata archiver written in Golang
Stars: ✭ 17 (-32%)
Mutual labels:  scraper, downloader
lux
πŸ‘Ύ Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+76964%)
Mutual labels:  scraper, downloader
Yts Scraper
Download .torrent files from YTS YIFY
Stars: ✭ 19 (-24%)
Mutual labels:  scraper, downloader
TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (+48%)
Mutual labels:  scraper, downloader
Lulu
[Unmaintained] A simple and clean video/music/image downloader πŸ‘Ύ
Stars: ✭ 789 (+3056%)
Mutual labels:  scraper, downloader
Annie
πŸ‘Ύ Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+65376%)
Mutual labels:  scraper, downloader
Redditdownloader
Scrapes Reddit to download media of your choice.
Stars: ✭ 521 (+1984%)
Mutual labels:  scraper, downloader
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+1304%)
Mutual labels:  scraper, downloader
Zeiver
A Scraper, Downloader, & Recorder for static open directories.
Stars: ✭ 14 (-44%)
Mutual labels:  scraper, downloader
4scanner
Continuously search imageboards threads for images/webms and download them
Stars: ✭ 103 (+312%)
Mutual labels:  scraper, downloader
OnlyFans
Scrape all the media from an OnlyFans account - Updated regularly
Stars: ✭ 573 (+2192%)
Mutual labels:  scraper, downloader
wget-lua
Wget-AT is a modern Wget with Lua hooks, Zstandard (+dictionary) WARC compression and URL-agnostic deduplication.
Stars: ✭ 52 (+108%)
Mutual labels:  scraper, downloader

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?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].