A software for downloading screenshots from the lightshot website

Gleb Rodukov 138 da539607e3 Update README.md 1 개월 전
.gitignore 19c88af976 New Methods 2 년 전
LICENSE f7e571672b Initial commit 2 년 전
README.md da539607e3 Update README.md 1 개월 전
lightextender.py 19c88af976 New Methods 2 년 전
preview.png 5d6d9afffc Add files via upload 2 년 전
requirements.txt 26138d9ed2 Add files via upload 2 년 전

README.md

lightextender

A software for downloading screenshots from the lightshot website Preview

Let's install it!

git clone https://github.com/rodukov/lightextender
cd lightextender
pip3 install -r requirements.txt

Example of use

>>> from lightextender import lightextender
>>> a = [lightextender.bashdownload(lightextender.request(_index=lightextender.generate())) for i in range(0, 100)] # It's going to take some time
>>> print(a) # Output the results to the console
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, None, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, None, 0, 0, 0, 0, 0, 0, None, 0, 0, 0, 0, 0, 0, 2048, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256]