A software for downloading screenshots from the lightshot website
|
7 月之前 | |
---|---|---|
.gitignore | 3 年之前 | |
LICENSE | 3 年之前 | |
README.md | 7 月之前 | |
lightextender.py | 3 年之前 | |
preview.png | 3 年之前 | |
requirements.txt | 3 年之前 |
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]