- Game exemption
- Keyword exemption
- Clone the repo
git clone https://github.com/dieperdev/roblox-badge-removal.git
- Install requirements
pip install -r requirements.txt
orpip3
on MacOS/Linux - Customize
.env.example
and rename it to.env
(See get your token and .env customization) - Run the script
python main.py
orpython3
on MacOS/Linux
See this link on the devforum. This script is completely safe and does not send your cookie anywhere besides ROBLOX.
- Set
ROBLOSECURITY
to your ROBLOX cookie. - Set
USERID
to your ROBLOX User ID. - (Optional) Set
GAMES_EXEMPT
to the Game ID's of games exempt from badge removal (separated by commas). This can be left blank and no games will be exempt. - (Optional) Set
KEYWORDS_EXEMPT
to the keywords you want to be exempt from badge removal. If the name or description of a badge includes any of the words in theKEYWORDS_EXEMPT
environment variable (separated by commas), it will be exempt from badge removal. This can be left blank and no keywords will be exempt.