Note
From now on this will only get fixes, if the API goes down, too bad just use Roblox-Thot/DecalUploaderV2
Simple mass Roblox decal uploader
If you use it for a project you can credit me or not I don't really care tbh
If you want an ID checker that works with the output check YeffirSkey/Roblox-Ids-Checker
Note
You need to intall requests
module if you don't have it already
There are 2 ways you can use this
- Put
DecalUploader.py
in a folder - Make a
files
folder next toDecalUploader.py
- Run
DecalUploader.py
and wait for it to stop - All decal links will be in
Out.csv
next toDecalUploader.py
- Download both
.py
files and put them in the same folder - Open
MassCookieUpload.py
and edit config - Put cookies into a txt file called "cookies"
- Then just run MassCookieUpload.py
from DecalUploader import DecalClass
reply = DecalClass("cookie","fileLocation","uploadName","uploadDescription").upload()
the return of Upload will be one of the following JSON datasets
{
"Success": true, If the upload worked
"AssetId": 1, Decal ID
"BackingAssetId": 2 Image ID
}
{
"Success": false, If the upload worked
"Message": "The name or description contains inappropriate text" The reason why it failed
}
DecalUploader by Olivia Moore is licensed under CC BY-SA 4.0