a program that calculates Valorant user posting time averages
my averages (not including this thread) are
chinesesigma96's stats
chinesesigma96 posts = 2660, days active = 618
chinesesigma96 posts 4.3 times a day on average,
0.1793 times per hour on avg,
0.002989 times per minute on average,
and 5e-05 times a second on average
its not perfect but it works
how it works is:
i grab the users webpage essentially
BeautifulSoup allows me to seperate parts of the html source
and then some math
and we have an program that works but is probably badly optimized




