This is a project that will help you download files from a url
You can install the software in two ways: source code or release one.
Before you start to install this project, make sure that you have installed git in your computer.
use this command to get the source code to your computer:
git clone https://github.com/LaplaceFourior/download_somthing_from_web.git
You will run this project with source code.
You can also download the release version of the software, and run it directly.
You can run the software in two ways, source code or release:
This project is based on Python 3.10. Before you start to install, make sure that you have already installed Python 3.10.
If you have already installed Python 3.10, make sure that you can create virtual environment on you computer, After that, you can run this project with:
double click start.bat
or
cd the project root folder, open a cmd and run:
./start.bat
cd the project root folder, open a terminal and run:
./start.sh
the start script will build a venv in the root folder and install the required package with requirements.txt.
Then it will start a web application
copy the url: http://127.0.0.1:5000/ to a browser and enter.
then enter a url that you want to find resources in it, click scan and wait.
After returning a resources list, you can download which you want.
After you download one release version,
double click
download_something_from_web.exe
in the root folder
or
cd the root folder and run in cmd
./download_something_from_web.exe
cd the root folder, make sure the file:
download_something_from_web
has the permission to run, and then cd the root folder, in terminal run:
./download_something_from_web
See the step(3) above
Thanks for your contribution to download_something_from_web !
Made with contrib.rocks.