The aim of my-bloody-hetzner-sb-notifier is a simple CLI to fetch the current Hetzner Serverbörse deals and filter them according to CLI parameters sorted by score. https://github.com/mrahbar/my-bloody-hetzner-sb-notifier/tree/v1.0
This repository has been archived on 2021-09-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-10-25 20:47:29 +02:00
client Initial commit. 2018-10-22 23:55:29 +02:00
crawler Initial commit. 2018-10-22 23:55:29 +02:00
hetzner Initial commit. 2018-10-22 23:55:29 +02:00
instrumentation trying to switch instrumentation 2018-10-25 20:24:07 +02:00
.gitignore trying to switch instrumentation 2018-10-25 20:24:07 +02:00
go.mod trying to switch instrumentation 2018-10-25 20:24:07 +02:00
LICENSE Initial commit 2018-10-25 20:17:30 +02:00
main.go removed obsolete flags 2018-10-25 20:47:29 +02:00
Readme.md removed obsolete flags 2018-10-25 20:47:29 +02:00

Usage of my-bloody-hetzner-sb-notifier:
  -alert-on-score int
    	set alert on score
  -max-benchmark int
    	set max benchmark (default 20000)
  -max-hdd-count int
    	set max hdd count (default 15)
  -max-hdd-size int
    	set max hdd size (default 6144)
  -max-price float
    	set max price (default 297)
  -max-ram int
    	set max ram (default 256)
  -min-benchmark int
    	set min benchmark
  -min-hdd-count int
    	set min hdd count
  -min-hdd-size int
    	set min hdd size
  -min-price float
    	set min price
  -min-ram int
    	set min ram
  -notifier-password string
    	set notifier password
  -notifier-recipient string
    	set notifier recipient
  -notifier-sender string
    	set notifier sender