You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sven Geboers 80fdc33706 typo 2 years ago
files Extended readme and added some elaborate examples of plots 2 years ago
README.md Extended readme and added some elaborate examples of plots 2 years ago
main.py typo 2 years ago
main.sh updated to bar charts, as well as extending the scripts so that they can run fully automatically 2 years ago
requirements.txt extended readme 2 years ago
sync.sh extended readme 2 years ago

README.md

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.