mangaeden is a simple lookup and download cli client for the mangaeden.com API in Go.
Make sure to checkout Mangaeden. All manga content belongs to them.
Prebuilt binaries
See Releases for Linux, Windows and Mac OS X binaries.
From Source
go get -v github.com/kmwenja/mangaeden/cmd/mangaeden/
go install github.com/kmwenja/mangaeden/cmd/mangaeden/
List all the manga
mangaeden list > mangalist
Find the manga you're looking for
grep "manga name" mangalist
See info about that manga
mangaeden info [manga id]
Download the manga
mangaeden download [manga id]
- go
- make
- Get the code:
go get -v github.com/kmwenja/mangaeden/cmd/mangaeden/
- Cd into the folder:
cd $GOPATH/src/github.com/kmwenja/mangaeden/
- Hack hack hack.
- Build binary:
make
- Run the binary:
bin/mangaeden
- Make release:
make dist
github.com/kmwenja/mangaeden
has the client and supporting structs.
github.com/kmwenja/mangaeden/cmd/mangaeden/
has the cli code, built with Cobra.
MIT