evaera / roblox-animation-transfer

Transfers Roblox animations from one owner to another.
MIT License
46 stars 19 forks source link

How to put in .ROBLOSECURITY Cookie? #2

Closed Blaze23124 closed 4 years ago

Blaze23124 commented 4 years ago

I'm doing "export ROBLOSECURITY=[Everything after |WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|] but when I do the list command it says that it is unable to log in with the provided cookie.

evaera commented 4 years ago

What shell are you using?

evaera commented 4 years ago

Also, why did you put square brackets? Only include your cookie, please don't wrap in square brackets.

Blaze23124 commented 4 years ago

I'm using Git bash and i'm not putting the square brackets

evaera commented 4 years ago

Make sure you run export ROBLOSECURITY="entire cookie here" and ensure you haven't spelled anything incorrectly.

Going to close this now as there is nothing wrong with the package.

vvirtues commented 3 years ago

So to make this clear (sorry for opening) you have to enter the whole thing, including the WARNING-DO-NOT-SHARE-THIS part?

evaera commented 3 years ago

yes

ElliottSherbourne commented 2 years ago

this didnt work for me, im using mac would this change anything? also i used export ROBLOSECURITY="cookie" but i got just got 'Uncaught SyntaxError: Unexpected token 'export'

evaera commented 2 years ago

You can look up documentation on how environment variables work in the shell you're using.

this didnt work for me, im using mac would this change anything? also i used export ROBLOSECURITY="cookie" but i got just got 'Uncaught SyntaxError: Unexpected token 'export'