Commit Graph

5 Commits

Author SHA1 Message Date
ivy 5afbdd7d94 refactor: migrate to rbx-upload library
- Replace hand-rolled roblox_service.py and models.py with rbx-upload
- Initialize RobloxClient in FastAPI lifespan context manager
- Remove leaked singleton httpx.AsyncClient
- Simplify upload_clothing_image call (group_id int instead of RbxCreator)
- Fix GET /asset/{id} returning a set literal instead of a dict
- Drop httpx direct dependency (now transitive via rbx-upload)
2026-02-18 09:41:22 -05:00
ivy d2bed596ae Rename project from 'clothing-upload-bot' to 'threads' in pyproject.toml 2026-02-16 10:31:24 -05:00
ivy 4f6080ff80 Update readme to add some more info 2025-12-21 18:49:45 -05:00
ivy 97380f3160 Make async and add clothing upload 2025-12-21 17:39:27 -05:00
ivy 18eb2d611f Initial commit 2025-12-21 00:07:51 -05:00