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.
|
2 years ago | |
---|---|---|
files | 2 years ago | |
README.md | 2 years ago | |
main.py | 2 years ago | |
main.sh | 2 years ago | |
requirements.txt | 2 years ago | |
sync.sh | 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.