Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 768 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 768 Bytes

datadotworld_json_downloader

Quick hackety-hack solution for downloading datasets from data.world's project base via API client.

Instructions

Clone the repo: git clone https://github.com/microwav3s/datadotworld_json_downloader.git

Run the script with python datadotworld_json_downloader.py or ./datadotworld_json_downloader.py

Usage:

datadotworld_json_downloader.py <output directory> <dataset locations> -> Downloads a dataset from data.world to <output directory>
datadotworld_json_downloader.py get-all <output directory> <username>  -> Downloads all existing datasets in a user libary to <output directory>
datadotworld_json_downloader.py get-bookmarked <output directory>      -> Downloads all bookmarked datasets to <output directory>