1.4 KiB
1.4 KiB
Clothing Portal
Web UI for batch uploading Roblox clothing to groups.
Setup
-
Install uv
-
Install dependencies:
uv sync -
Copy
.env.exampleto.envand fill in your values:ROBLOSECURITY_TOKEN= # Your Roblox account's .ROBLOSECURITY cookie PUBLISHER_USER_ID= # User ID of the account that owns the cookie SECRET_KEY= # Random string for signing session cookies ROBLOX_PROXY= # Optional proxy (e.g. roproxy.com) PORT= # Port to run on; defaults to 8000 -
Create an admin account:
uv run python -m src.create_admin -
Start the server:
uv run python -m srcThe app runs at
http://localhost:PORT.
Usage
- Log in with your admin account
- Create additional users from the Admin panel if needed
- Go to Upload, select a group, asset type, and price
- Add one or more items with a name, description, and PNG image
- Click Upload All and watch live progress
- View past uploads on the History page
Security Notice
Automating interactions with Roblox (including uploading assets via the API) may violate the Roblox Terms of Use. Use of this tool is at your own risk. The authors are not responsible for any consequences, including account termination, resulting from its use.