Disclaimer
We are not responsible for any (legal) problems arising from using this program or library.
- Login your Patreon Account.
- Open DevTools (press F12 or Ctrl+Shift+I).
- Click
Application
tab. - Click
Cookies
andhttps://www.patreon.com
- Find
session_id
name. - Displayed value is your
CLIENT_SESSION_ID
.
git clone https://github.com/antegral/patreon-image-downloader.git
cd patreon-image-downloader
pnpm install
Warning!
Before using cli download, please edit filename config.example.env to config.env. and, you must edit config.env.
pnpm run start
or
ts-node ./index.ts
(It is recommended to run as npx or pnpx.)
insert saveMetadata(metadata)
between Promise Callback in imgWorker.getDownloadableContentList()
of index.ts
.
it's already commented out in the appropriate places, you just need to uncomment it.
(see index.ts
for more details)
call includedWorker.writeFile(patreonDownloadableContent[])