Update screenshot to get stored in a file hosting service instead of deploy locally
Update comments in main.go
Update push_from_feature
The Hacker News 'client' for the terminal. Written in Golang.
Chaker (formerly Hecker) is a Hacker News 'client' for the terminal written in Golang.
(The client is in quote because technially this is more of a web scraper with a UI rather than an actual client)
Enter
.c
.Contributions are welcome. If you found any bugs or want to requrest a feature, please open an issue.
$GOPATH
set up:go get github.com/HoangTuan110/chaker
And if you don't:
git clone https://github.com/HoangTuan110/chaker.git # Clone the repo
cd chaker
go mod init chaker # Initialize the package
go mod tidy
go build
chaker
binary in the cloned directory.Just run:
./chaker
TLS handshake timeout
error. If you got one, make sure to wait for a few minutes and then run the program again.
If that still doesn't fix the problem, then check your Internet.45 hours ago
).
If you have one, then unfortunately, I can't fix it. It is likely due to Go's Unix time thing is somewhat wrong.
If you know how to fix this, then please open a new issue.Thanks Charm for their amazing CLI library bubbletea
and lipgloss
.
Thanks README Templates and GitPoint's README for the template. This project uses GitPoint's README template.
Thanks this TOC generator for the TOC (Table Of Content).