An helper that create and Excel document representing the number of chats per day. Which are on the Daily Spreadsheet
$ pip install sp_ask_running_total_daily_report
$ or with poetry
$ poetry add sp_ask_running_total_daily_report
from sp_ask_running_total_daily_report import create_report
# generating stats for a given month (february)
create_report(2019, 2)
#generating stats for all months
for month_number in range(1, 13):
create_report(2019, month_number)
Will create a file '2-February.xlsx' on the current directory
This is a screenshot. We don't provide our daily stats to the public. The number below were updated to fake our real numbers.
- Test
- Refactor
- Add docstring
- Add a Makefile
- Add show terminal graph for a given month
- Create a .rst file and add metadata for