From b7288af47f95e861e3e33ad3f872c0f68bc039f2 Mon Sep 17 00:00:00 2001 From: PoinP <58052033+PoinP@users.noreply.github.com> Date: Sun, 4 Oct 2020 21:45:01 +0300 Subject: [PATCH 1/2] Updated README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0267cf..9e97229 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # LightShot-Scraper -A basic LightShot Scraper
-**This prorgam is a work in progress and it is not in a user friendly state. To work with the program, you have to change the code.** -**This will of course change in the next week or so** +This scraper allows you to download as many images as you like from the "prnt.sc" website. This scraper works because of the sequential ID nature of the website. Each image has a 6 character long alphanumeric string. This way a user can easily generate strings and then upload the images.

+**Warning: DO NOT abuse! Lightshot may blacklist you!** + +## Screenshots +![Screenshot 2020-10-04 213502](https://user-images.githubusercontent.com/58052033/95024269-9a5d6e80-068a-11eb-9700-fd33a8ccd5de.jpg) +![Screenshot 2020-10-04 213550](https://user-images.githubusercontent.com/58052033/95024270-9af60500-068a-11eb-9b18-c40c0ebae2a2.jpg) From 975d9732c62eadd5e33f7e854023716e6ba5d252 Mon Sep 17 00:00:00 2001 From: PoinP <58052033+PoinP@users.noreply.github.com> Date: Sun, 4 Oct 2020 21:45:42 +0300 Subject: [PATCH 2/2] Updated the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e97229..46a7984 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # LightShot-Scraper -This scraper allows you to download as many images as you like from the "prnt.sc" website. This scraper works because of the sequential ID nature of the website. Each image has a 6 character long alphanumeric string. This way a user can easily generate strings and then upload the images.

+This scraper allows you to download as many images as you like from the "prnt.sc" website. This scraper works because of the sequential ID nature of the website. Each image has a 6 character long alphanumeric string. This way a user can easily generate strings and then download the images.

**Warning: DO NOT abuse! Lightshot may blacklist you!** ## Screenshots