diff --git a/scripts/generate.sh b/scripts/generate.sh index 358379b..2d505eb 100644 --- a/scripts/generate.sh +++ b/scripts/generate.sh @@ -5,8 +5,8 @@ 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 - -# wiki -cp ./site/data/wiki.sample.json ./site/data/wiki.json