RoCat is a revolutionary tool designed to simplify and automate the process of uploading cloth items to the Roblox catalog. With RoCat, users no longer need to manually upload each cloth item, saving them time and effort. RoCat is designed to be user-friendly and accessible to users of all levels of experience, making it easy for anyone to upload their own cloth creations to the Roblox catalog. The tool features an intuitive interface that guides users through the process, allowing them to quickly and easily upload their cloth items with just a few clicks.
NAME:
RoCAT - Roblox clothing automation tool.
USAGE:
RoCAT [global options] command [command options] [arguments...]
COMMANDS:
info Display information about the cli.
whoami Uses your cookie from the file and fetches account/bot info.
download Download classic clothing from roblox catalogue and save them for later upload
upload Start uploading the stored clothing.
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
Download this tool for your OS from the Releases tab.
When you run the CLI tool for the first time it will create a few new sub-directories, like store
and downloads
and temp
.
Use this command to bulk download classic clothing from roblox catalogue. The cli tool will create a downloads
folder in the same directory.
rocat download --amount 120 --type shirts
Now you can upload the stored clothing to the website, the cli will keep track of the uploaded clothing, and will not re-upload clothing. Use the --seo
flag to allow the cli to generate descriptions using an algorithm, better description can lead to more sales.
rocat upload --groupId 7830839 --limit 10 --seo
- For Linux Run the Build Bash file
- For Windows Run the Build Batchfile
## Init
go mod tidy
## Run the code directly
go run ./
## Build into exe(change name if you are not using windows)
go build -o ./out.exe
./out.exe
This tool is still under development and is not complete. Contributions & pull requests are appreciated.
- Add captcha support
- Add proxy support
- Add group upload option
- Fix upload