ivy d5522bb96f Add GNU GPL v3 license
Added the GNU General Public License version 3 to the project.
2026-02-16 11:02:10 -05:00
2026-02-16 10:59:11 -05:00
2026-02-16 10:59:11 -05:00
2026-02-16 11:02:10 -05:00
2026-02-16 11:01:19 -05:00
2026-02-16 10:59:11 -05:00
2026-02-16 11:01:19 -05:00

threads-client

A Roblox server-side client for the Threads service. Handles reuploading clothing assets through your Threads instance.

Installation

Add to your wally.toml dependencies:

[server-dependencies]
ThreadsClient = "secret-rare/threads-luau@0.2.0"

Then run:

wally install

Setup

  1. Add your API key to the Secrets Store in the Creator Dashboard with the name THREADS_API_KEY (or your own custom secret name).

  2. Update BASE_URL in the module to point to your Threads API instance.

Usage

local ThreadsClient = require(path.to.ThreadsClient)

local newAssetId = ThreadsClient.create(assetId)

if newAssetId ~= -1 then
    print("Reuploaded to:", newAssetId)
end
S
Description
No description provided
Readme MIT 50 KiB
Languages
Luau 100%