Aggregated Post StatisticsPosted on: 07/02/26 08:21PM
I was interested in how the popularity of different characters changes over time, so I made a tool to plot the data for me. The chart plots the total number of posts over time. I prefer plotting the cumulative count over a histogram since it doesn't need to use any bins which decrease the resolution of the data, and histograms can be deceptive when trying to estimate a rate over time for discrete events. Unfortunately I couldn't figure out how to access the API directly without my browser getting mad at me over the change in origin, so it requires a small backend for the reverse proxy, and you'll have to build it locally. If anyone wants to refactor my godawful code into anything nicer please feel free.
github.com/JustAnotherDev168/BooruCumulativeChart