Skip to content

Releases: groob/vquery

fix auth issue

02 Dec 13:47

Choose a tag to compare

There was an issue with authentication fixed in #2
This release updates the binary.

csv support

08 Dec 05:21

Choose a tag to compare

csv support Pre-release
Pre-release

Changes:

  • Added CSV support when saving files #1
    To use CSV, reports must be added with format and header keys:
[[reports]]
name = "open_house_attendees"
id =  162444
# defaults to json if not specified
format = "csv"
# which JSON keys should be used for the CSV header
keys = ["person_id","first_name","last_name","email_1"]
# defaults to false if no line is specified
print_header = true
  • Interval must now specify a duration string, like "10s" or "15m" etc.
interval = "60m"

single binary

03 Dec 01:23

Choose a tag to compare

This is now a single binary. You can download it and use it without installing anything else.

esweb version

16 Jul 23:14

Choose a tag to compare

ruby scraper,
golang server.

untested

26 Feb 13:40

Choose a tag to compare

untested Pre-release
Pre-release

Works on my laptop