I've been working on an application to run metrics on my AO3 History and have made some good progress. I'm doing this solely for my own entertainment but wanted to show it off cause I'm pretty proud of it lol. If anyone wants to talk nerdy stuff about it with me I would love that, or if anyone has any suggestions of more stuff to add to it let me know!
currently scrapes a user's history and calculates the number of works read, words read, and an estimate of the number of pages that equates to.
It also calculates data on the tags for the works it found. My favorite part is that It can generate a word cloud of the tags. I also separated out the tags into the different types that AO3 has, characters, relationships, and freeform tags.
I created a separate section for ships, so this excluded relationships that arent ships from the results.
The search feature is still in progress, currently, I've only got searching by tag working. I still have to implement to code to search by title, author, and applying the filters.
The recently visited and favorites tabs are still under construction, but setting work as a favorite is working. From the list of works from the search, I can click the star for the work and it sets it as a favorite.