diff --git a/extras/characterai-dumper/README.md b/extras/characterai-dumper/README.md index a225246..169e670 100644 --- a/extras/characterai-dumper/README.md +++ b/extras/characterai-dumper/README.md @@ -6,11 +6,11 @@ This userscript allows you to download your saved messages with any bot you've e - Install a userscript manager. - Personally I tested this with [Violentmonkey](https://violentmonkey.github.io/get-it/) on Firefox, but I think Greasemonkey and Tampermonkey should work as well. -- [Click here](TODO) and install the userscript. -- Now, while you're talking to a character, click on "View Saved Chats" to go to the histories page: - - TODO: Image here. +- Install the userscript [from here](https://git.fuwafuwa.moe/waifu-collective/toolbox/raw/branch/master/extras/characterai-dumper/characterai-dumper-user.js). +- Now, while you're talking to a character, click on "View Saved Chats" to go to their histories page: + ![Where to find "View Saved Chats"](./example-images/01.png) - After a few seconds, a `Download` link should pop up next to the "Your past conversations with so-and-so" header: - - TODO: Image here. + ![What the download link looks like](./example-images/02.png) - Clicking on the link will download a `.json` file containing the bot's basic info (name, description, greeting) and all the interactions you've ever had with it. **NOTE:** The script attempts to anonymize the dumped data (it scrubs known sensitive fields and attempts to replace any instances of your name within messages), but if you're paranoid, you should open the downloaded JSON and search for your username/email/display name just to make sure. diff --git a/extras/characterai-dumper/example-images/01.png b/extras/characterai-dumper/example-images/01.png new file mode 100644 index 0000000..2fe8f64 Binary files /dev/null and b/extras/characterai-dumper/example-images/01.png differ diff --git a/extras/characterai-dumper/example-images/02.png b/extras/characterai-dumper/example-images/02.png new file mode 100644 index 0000000..43c3f14 Binary files /dev/null and b/extras/characterai-dumper/example-images/02.png differ