portail/scripts/generate.sh

15 lines
374 B
Bash
Raw Normal View History

2019-08-17 00:37:23 +00:00
#!/bin/sh
2019-08-20 09:47:39 +00:00
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
2019-08-23 00:43:52 +00:00
pip3 install -r ./scripts/requirements.txt
2019-08-22 01:32:26 +00:00
python3 ./scripts/generate_chat_info.py