olafmoriarty / blue-bots-done-quick

A version of Cheap Bots, Done Quick written for Bluesky
Apache License 2.0
13 stars 1 forks source link

feature: bot build tools #24

Open olafmoriarty opened 2 days ago

olafmoriarty commented 2 days ago

For quote bots etc., it should be possible to just paste a list somewhere and get it automatically converted to a tracery rule

alien-sunset commented 2 days ago

There’s https://delim.co/ which I use quite often for lists, but I’m unsure if there’s anything out there that would specifically format a list of quotes for tracery.
someone like nora might know though

olafmoriarty commented 2 days ago

Why would I need anything "out there"? This is really easy to make from scratch. You take input in a textarea, split it into an array using an appropriate delimiter (a logical default would be newline but people should be able to change it) and then insert that array into the main json object under the specified key.

alien-sunset commented 1 day ago

eh, early in the morning and I'm a bit slow, thought you were looking for something rather than thinking of building something.