Skip to content

alihakanarslan/bunkr-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunkr Downloader

A simple Python script to download files from Bunkr.

Usage

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]

Arguments

  • FILE_ID: The ID of the file to download (required)

Options

  • -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

How it works

This script:

  1. Makes a request to the Bunkr API with the file ID
  2. Decrypts the URL from the response
  3. Downloads the file

Disclaimer

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.

About

A simple Python script to download files from Bunkr.

Topics

Resources

License

Stars

Watchers

Forks

Languages