Add sh to generate daily
This commit is contained in:
parent
af757691d0
commit
887ab861a8
1 changed files with 5 additions and 0 deletions
5
scripts/generate_daily.sh
Normal file
5
scripts/generate_daily.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# chat
|
||||||
|
pip3 install -r ./scripts/requirements.txt
|
||||||
|
python3 ./scripts/generate_chat_stat_daily.py
|
Loading…
Reference in a new issue