12 lines
244 B
Bash
12 lines
244 B
Bash
#!/bin/sh
|
|
|
|
pip3 install -r ./scripts/requirements.txt
|
|
|
|
# idees
|
|
wget -0 ./site/data/idees.json https://idees.crapaud-fou.org/stats.php
|
|
|
|
# chat
|
|
python3 ./scripts/generate_chat_info.py
|
|
|
|
# wiki
|
|
cp ./site/data/wiki.sample.json ./site/data/wiki.json
|