A simple Python script to download files from Bunkr.
You can get the ID from
-
https://get.bunkrr.su/file/FILE_ID
-
or from same page's html:
<a id="download-btn" ... href="#" data-id="FILE_ID">Download</a>
-
or from
https://<random bunkr domain>/f/<another id>
's html:<a ... href="https://get.bunkrr.su/file/FILE_ID" target="_blank">Download</a>
Then run:
python main.py FILE_ID [options]
FILE_ID
: The ID of the file to download (required)
-f, --filename
: Specify a filename parameter to add to the URL (changes the file name coming from server)-o, --output
: Specify the output filename to save the file as
This script:
- Makes a request to the Bunkr API with the file ID
- Decrypts the URL from the response
- Downloads the file
This tool is provided "as is" without warranty of any kind, express or implied. The author(s) disclaim all responsibility and liability for any damages, losses, or other consequences that may result from using this software. Users are solely responsible for how they use this tool and for ensuring their use complies with all applicable laws and regulations. This software is not affiliated with or endorsed by Bunkr.