data-downloader

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2017 License: MIT Imports: 1 Imported by: 0

README

Audisto Data-Downloader

Command line tool for easy data downloads using the Audisto API.

Usage

Instructions:

usage: data-downloader [options]
	
Parameters:
  -username=[USERNAME]    API Username (required)
  -password=[PASSWORD]    API Password (required)
  -crawl=[ID]             ID of the crawl to download (required)
  -output=[FILE]          Path for the output file
                          If missing the data will be send to the terminal (stdout)
  -no-details             If passed, details in API request is set to 0 else to 1
  -no-resume              If passed, download starts again, else the download is resumed
  -filter=[FILTER]        If passed, all pages are filtered by given FILTER
  -order=[ORDER]          If passed, all pages are ordered by given ORDER

Start a new download or resume a download with all details:

$ ./data-downloader --username="jGSrryHrxtVkxYaONn" --password="UECooHbhYFNBLiIp" --crawl=123456 --output="myCrawl.tsv"

Installation

You may download compiled executables from the releases section. Download a version for your OS and rename it into data-downloader.

Installation from Source

Install Go:

Install the Go runtime by downloading the latest release from here: https://golang.ir/dl/

Download:

$ go get -u github.com/audisto/data-downloader

Compile:

$ go build -o data-downloader main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL