h1rss

command module
v0.0.0-...-f1dbcd9 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2021 License: MIT Imports: 15 Imported by: 0

README

H1RSS

An RSS feed generator for HackerOne Hacktivity

Public instance: https://h1rss.badtech.xyz/rss

Running

  -bind string
        Address and port to bind to (default ":8000")
  -interval int
        Minutes to wait between scrapes (default 120)

Build from source

go build -o h1rss main.go
./h1rss -interval 60 -bind localhost:8181

Feed Subscription

By default, the HTTP server will listen on port 8000 for requests to /rss

The items can be filtered via query parameters:

  • bounty (one of the following)
    • true
    • false
  • state (pipe-separated list)
    • duplicate
    • informative
    • not-applicable
    • resolved

Example: http://localhost:8000/rss?bounty=true&state=resolved|informative

Screenshots

The feed as rendered by miniflux

License

MIT

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