5 lines
108 B
Bash
5 lines
108 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# chat
|
||
|
pip3 install -r ./scripts/requirements.txt
|
||
|
python3 ./scripts/generate_chat_stat_monthly.py
|