a userscript for constructing text datasets using character.ai
currently the script only has a download button, i'd like to add a simple ui that can:
- load a list of prompts from a text file
- specify the number of replys to generate
- specify how often to refresh the page
prompts should be seperated by line breaks, the script should:
- send the prompt as a message to the character
- generate the requested number of replys
- download outputs as
{char}_{prompt}.txtand{char}_{prompt}_filtered.txt - repeate until there are no more prompts in the list
note: recent c.ai update limits users to 30 swipes
idk what i'm doing so much of the code was written by chatgpt.