Please sign in to access this page

[Siege, do not ship] Siege CLI

[Siege, do not ship] Siege CLI

2 devlogs
12h 42m

a CLI for interacting with the Siege website

Timeline

I improved cookie management and fought with the LWPCookieJar for a bit. it can't load more than 1 cookie for some reason? is it stupid?
I also added a function for updating project info, including the screenshot (always remember to set the file type!)

Update attachment
Earned sticker

(sorry for long devlog, i've mostly been working on this for siege)
I set up cookie management for auth-protected sites. Turns out Siege is pretty secure, and applies trickery such as rotating session cookies, so I had to work with that and save all the current cookie.
I also implemented a function that parses the projects/Armory page for info about each of your projects.

Update attachment