Pydownloader
With this script, can be make testing the download and access a diferents websites, for testing the filters UTM or firewall.
Requeriments.
pip install lib_sysblack
pip install unipath
Execute Test.
python -m unittest discover -v
Download Binary for windows
https://github.com/sistemasnegros/pydownloader/blob/master/src/dist/pydownloader.exe
Add data file csv: pydownloader.csv
# Extension,Link, Note
txt,http://domaintest/test.txt,text plain
Build for Windows.
pyinstaller main.spec
Somes Examples.
Mode basic with python installed.
python main.py
Mode basic on windows with binary.
pydownloader.exe -v
0 Comments