Installation & Setup - Piblokto/FileSmasher.py GitHub Wiki
Clone the repository
This can be done using git and the command
git clone https://github.com/Piblokto/FileSmasher.py
Otherwise, you can download it directly from Github, as a ZIP file.
Install Python 3
This program was written in Python Version 3.9.0, however should easily work with any other versions of Python 3.
You can download the latest version of Python here.
For any *nix systems, please check your package manager.
Once you've installed and set up Python for your machine, you can check the version by typing
python3 --VV
into your terminal
Install any required dependencies
This program only requires the python wget library, so you can simply just install that.
However for future-proofing and simplicity, it's advised that you install from the requirements.txt
file.
This can be done by running the command
pip install -r requirements.txt
Edit the config file
You can find information on such here.