hackernews_ingester

command
v3.8.31 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: BSD-2-Clause, BSD-2-Clause Imports: 14 Imported by: 0

README

# Hacker News Ingester

This is a simple ingester to grab Hacker News comments. We just run it from the command line instead of bothering with services and daemons.

Get it:

	go get github.com/gravwell/ingesters/hackernews_ingester

Run it with Gravwell on the local machine:

	hackernews_ingester -pipe-conn /opt/gravwell/comms/pipe -ingest-secret <secret>

With Gravwell on a different machine:

	hackernews_ingester -clear-conn <gravwell ip>:4023 -ingest-secret <secret>

The comments are ingested with the tag "hackernews" by default. Here's a simple serach to see which articles are getting the most comments: 

	tag=hackernews json "article-title" as title | count by title | table title count

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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