A software for downloading screenshots from the lightshot website
Gleb Rodukov 138 da539607e3 Update README.md | 1 개월 전 | |
---|---|---|
.gitignore | 2 년 전 | |
LICENSE | 2 년 전 | |
README.md | 1 개월 전 | |
lightextender.py | 2 년 전 | |
preview.png | 2 년 전 | |
requirements.txt | 2 년 전 |
A software for downloading screenshots from the lightshot website
git clone https://github.com/rodukov/lightextender
cd lightextender
pip3 install -r requirements.txt
>>> 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]