Dnomd343
2 years ago
3 changed files with 10 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||
#!/usr/bin/env bash |
|||
|
|||
cd "$(dirname "$0")" |
|||
rm -rf ./data/ |
|||
mkdir -p ./data/ |
|||
|
|||
python3 fetch.py ./data/content.json |
|||
python3 extract.py ./data/content.json > ./data/xxrs.json |
Loading…
Reference in new issue