I'm sure this is not the correct forum to post this in, but I couldn't find one which would be closer. Is there a text file containing all the planescape quotes used on the planewalker.com sidebar? And if so, could it be made downloadable? I'd like to take a large planescape quote file and process it into a python module to have quick context based quote dictionary searches. This probably sounds odd, but I think it would be great for running a campaign. Say your PCs meet up with a doomguard, I'd like to be able to type in 'doomguard' and have all the doomguard related quotes show up. That way all that great flavor from the quotes can be directly accessed in real time during games. I'm in the progress of creating a python module to do this, but I'm currently typing in all the quotes by hand. It'd be much faster if there was a file with them already ... and I'm betting there is.
snoeseven
I'm curious what you did you get it set up - I'm not a python coder, but any useful apps we can set up here to get more folks interested, I'd be glad to.
There isn't actually - it's all in a database, so I'd need to run a query for it. I'll take a look and get back to you on that.