Skip to main content

Requirements

DBR requires Python 3.11 or higher. Make sure you have Python installed before proceeding.
You can check your Python version by running python --version or python3 --version in your terminal.

Installation Methods

DBR can be installed using various Python package managers. Choose the method that works best for you.
pip install git+https://github.com/exurd/dbr
Using pipx is recommended if you want to install DBR as an isolated command-line tool without affecting your global Python environment.

Verify Installation

After installation, verify that DBR is installed correctly by checking the version:
dbr --version
You should see output similar to:
Dumb Badge(s) Remover 1.0.0

Running DBR

Once installed, you can run DBR using either of these commands:
dbr [COMMAND]
or
python -m dbr [COMMAND]
Add the -h or --help flag to see all available commands and options:
dbr --help

Next Steps

Now that you have DBR installed, you’ll need to set up authentication to start removing badges. Continue to the Quickstart Guide to learn how to configure and use DBR.

Build docs developers (and LLMs) love