Friends! Enemies! Stranger! I bring you a tool! It adds a button to the Myself page that lets you save your character’s qualities (the contents of your Myself and Possessions tabs) to a CSV file. CSV is a universal spreadsheet format openable in your spreadsheet program of choice. If you have a knack for programming, it’s also extremely easy to parse. The intention is just to make it possible to analyze your character data without spending ages searching through the page on the site.
To comply with the Community Extension Policy the extension doesn’t make any API requests of it’s own. Instead, it plants hooks in the Fallen London page that let it peek at the existing API requests and records the quality data it sees for later export. All of this runs locally in your browser.
This is a fragment of a larger project that I abandoned (and burned out on) for a variety of reasons. But, to give you something interesting to do with this out of the gate I’ve also packaged the other remnants of that project into Questspector (Github). Drop a Sheetifier CSV into it and it will try to figure out your character’s progress in the game’s various story lines. Some of them anyway. It’s also almost certainly riddled with bugs and typos.
