A universal CLI tool to upload files and folders to multiple free anonymous file hosts, with special handling for media and BBCode output for forums.
- Upload to Buzzheavier, GoFile, Pixeldrain (more coming)
- Interactive CLI: select hosts, files, folders
- Special media handling: video snapshot grids, audio cover extraction
- Outputs forum-ready BBCode
- Cross-platform (Linux, Mac, Windows)
- Install pipx (if not already):
sudo apt update sudo apt install pipx python3-venv pipx ensurepath
- Install uploadarr globally (from project directory):
pipx install . - Run from anywhere:
uploadarr
- Install globally (from project directory):
sudo pip3 install . - Run from anywhere:
uploadarr
- Build a single binary (from project directory):
pip install pyinstaller pyinstaller --onefile uploadarr.py
- The binary will be in
dist/uploadarr. Copy and run it anywhere.
python3 uploadarr.py
Follow the prompts to select hosts and files.
See requirements.txt.
MIT