prntscget 0.1.3

prnt.sc/prntscr.com gallery downloader


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

prnt.sc get

This command-line program downloads your Lightshot (prnt.sc) gallery and saves it to disk.

Heavily inspired by Wipie/LightShotGalleryDownloader-CLI.

How to get

Either download a binary from the Releases page, or clone the source and build it yourself.

$ git clone https://github.com/zorael/prntscget.git

How to build

You need a D compiler and the official dub package manager. On Windows it comes bundled in the compiler archive, while on Linux it may have to be installed separately. Refer to your repositories.

$ dub build

How to use

usage: prntscget [options]

-c  --cookie Cookie to download gallery of (see README).
-f    --file Filename to save the JSON list of images to.
-d     --dir Target image directory.
-o  --offset Images to skip considering, before checking for existing images.
-s    --skip Images to effectively skip downloading, after applying offset and checking for existing files.
-n     --num Number of images to download.
-r --retries How many times to retry downloading an image.
-D   --delay Delay between image downloads, in seconds.
-t --timeout Download attempt read timeout, in seconds.
   --dry-run Download nothing, only echo what would be done.

To have the program gain access to your gallery, you need to extract the value of the __auth cookie that your browser sets when logging into the page, and pass it to the program.

BrowserAction
Firefox1. <kbd>Shift</kbd>+<kbd>F9</kbd>
2. Cookies dropdown menu
3. Select the cookie provider https://prntscr.com
4. Copy the value of the __auth cookie
Chrome1. <kbd>F12</kbd>
2. Click on Application at the top
3. Cookies section
4. Select the cookie provider https://prntscr.com
5. Copy the value of the __auth cookie

Pass this value to the program with the -c switch.

$ ./prntscget -c thesecretsixtyfourletterauthcookiestringgoeshere

This fetches a list of 10,000 of your images and saves it to a file in the current directory (default target.json), then starts downloading the images listed therein.

Subsequent executions of the program will reuse this file, so you only need to supply the cookie once, or whenever you want to update the list and sync it with your gallery for new images.

If the process was interrupted it will resume downloading where it previously stopped. Failed downloads are detected and will be retried.

A target.json fetched for use with Wipie/LightShotGalleryDownloader-CLI can be used directly as-is.

If it doesn't work

File an issue.

License

This project is licensed under the MIT license - see the LICENSE file for details.

Acknowledgements

Authors:
  • JR
Dependencies:
none
Versions:
0.1.3 2021-Nov-06
0.1.2 2021-Jun-17
0.1.1 2021-Jun-12
0.1.0 2021-Jun-12
~master 2021-Nov-20
Show all 8 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 13 downloads total

Score:
0.8
Short URL:
prntscget.dub.pm