Add sh to generate monthly
This commit is contained in:
parent
021346b53f
commit
7fdfed704c
1 changed files with 5 additions and 0 deletions
5
scripts/generate_monthly.sh
Normal file
5
scripts/generate_monthly.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# chat
|
||||||
|
pip3 install -r ./scripts/requirements.txt
|
||||||
|
python3 ./scripts/generate_chat_stat_monthly.py
|
Loading…
Reference in a new issue