Reddit Image Downloader, but Codegen based
Find a file
2024-08-15 21:37:02 +07:00
go api: implemented subreddit exists 2024-08-15 21:37:02 +07:00
schemas api: implemented subreddit exists 2024-08-15 21:37:02 +07:00
web
.envrc
.gitignore
flake.lock
flake.nix
go.mod api: implemented resolve subreddit name api 2024-08-15 20:39:04 +07:00
go.sum api: implemented resolve subreddit name api 2024-08-15 20:39:04 +07:00
LICENSE
Makefile
README.md

Bluemage

Reddit Image Downloader, but Codegen based

Development Setup

Dependencies

  • Go 1.22.5+
  • Goverter@v1.5.0
  • Bob@v0.28.1
  • NodeJS 20+
  • ConnectRPC codegen related binaries:
    • protoc-gen-go
    • protoc-gen-connect-go
    • protoc-gen-es
    • protoc-gen-connect-es

Build

Install dependencies, then run the following command:

$ make build

If all success, the built binary will be available in the bin directory.