# Coffee statistics This script calculates some statistics about the number of times coffee was being made in my student house. In essence, it is reading out a database that reads out a telegram chat where the word "Coffee" is being send by a bot when a button is pushed. It then makes bar charts to show on which day of the week and on which hour of the day most coffee is being made. See some examples of the plots in the files folder. Check especially the all_weekdays.png and the all_hour.png plots, since they contain more data at this point.