2019-08-17 00:37:23 +00:00
|
|
|
#!/bin/sh
|
2019-08-20 09:47:39 +00:00
|
|
|
|
2019-08-17 15:43:25 +00:00
|
|
|
pip3 install -r ./scripts/requirements.txt
|
2019-08-17 00:37:23 +00:00
|
|
|
|
|
|
|
# idees
|
2019-08-20 09:50:31 +00:00
|
|
|
wget -O ./site/data/idees.json https://idees.crapaud-fou.org/stats.php
|
2019-08-17 00:37:23 +00:00
|
|
|
|
2019-08-20 12:17:45 +00:00
|
|
|
# wiki
|
|
|
|
wget -O ./site/data/wiki.json https://wiki.crapaud-fou.org/stats.php
|
|
|
|
|
2019-08-20 16:05:17 +00:00
|
|
|
# tube
|
|
|
|
wget -O ./site/data/tube.json https://tube.crapaud-fou.org/feeds/videos.json?sort=-publishedAt&filter=local
|
2019-08-22 01:32:26 +00:00
|
|
|
|
|
|
|
# chat
|
|
|
|
python3 ./scripts/generate_chat_info.py
|