Hey gang, Not sure if anyone else cares, but I was trying to track my words published just to give me idea of where I'm at and trying to improve my writing (I get a bit verbose sometimes). Anyway, to help me get an idea, I wanted to get a count of words per chapter. So (yes, with the help of ChatGPT), I put together this Python script to crawl the chapters of a story and get: word count per chapter total word count total chapters avg words per chapter deepest chapter Feel free to check it out and use it as you see fit: WordCountURL.py