Releases: groob/vquery
Releases · groob/vquery
fix auth issue
csv support
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
This is now a single binary. You can download it and use it without installing anything else.
esweb version
ruby scraper,
golang server.