diff options
| -rw-r--r-- | Pipfile | 1 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | pakarlib/fetch.py (renamed from pakarlib/build.py) | 0 |
3 files changed, 7 insertions, 0 deletions
@@ -9,4 +9,5 @@ requests = "*" [dev-packages] [scripts] +fetch = "python pakarlib/fetch.py" build = "python pakarlib/build.py" @@ -6,6 +6,12 @@ Unified data for Pikud Ha'Oref. All data is versioned, but you can run the build $ pipenv run build ``` +Or fetch all files: + +```bash +$ pipenv run fetch +``` + Currently supports: - Fetching cities and districts metadata in 4 languages (he, ar, en, ru) from Pikud Ha'Oref unofficial ajax APIs diff --git a/pakarlib/build.py b/pakarlib/fetch.py index 3f9336b..3f9336b 100644 --- a/pakarlib/build.py +++ b/pakarlib/fetch.py |
