feat: support separate account for onsale operations
Add optional ONSALE_ROBLOSECURITY_TOKEN and ONSALE_PUBLISHER_USER_ID env vars to use a different Roblox account for putting items on sale. Falls back to the upload account when not set. Update README with new config options and API endpoint docs.
This commit is contained in:
@@ -4,6 +4,10 @@ ROBLOSECURITY_TOKEN=
|
||||
PUBLISHER_USER_ID=
|
||||
DISCORD_WEBHOOK_URL=
|
||||
|
||||
# Optional: Separate account for onsaling (defaults to upload account if not set)
|
||||
ONSALE_ROBLOSECURITY_TOKEN=
|
||||
ONSALE_PUBLISHER_USER_ID=
|
||||
|
||||
# Optional: Proxy for Roblox APIs (e.g., roproxy.com)
|
||||
ROBLOX_PROXY=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user