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