Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1006 Bytes

File metadata and controls

23 lines (19 loc) · 1006 Bytes

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]