Add onsaling + better documentation.

This commit is contained in:
2025-12-21 21:05:20 -05:00
parent bb8d8325ad
commit ffd5b3b883
4 changed files with 100 additions and 7 deletions
+3
View File
@@ -26,8 +26,11 @@ Create a `.env` file in the project root with the following variables:
TARGET_ID=<group_id> # The Roblox group ID to upload clothing to
VALID_API_KEY=<your_api_key> # API key for authorizing requests to this service
ROBLOSECURITY_TOKEN=<cookie> # Your Roblox roblosecurity cookie (used only for Roblox API calls)
PUBLISHER_USER_ID=<user_id> # The Roblox user ID associated with the ROBLOSECURITY_TOKEN
```
**Important:** `PUBLISHER_USER_ID` must match the user ID of the account that owns the `ROBLOSECURITY_TOKEN`.
## ⚠️ Disclaimer
This tool uses Roblox's APIs in a way that violates their Terms of Service. Roblox may moderate or ban accounts that use this. Use at your own risk.