hf-daily-paper-newsletter

(β˜… 135)

Newsletter bot for πŸ€— Daily Papers

  • .gitignore
  • CLAUDE.md
  • configs.yaml
  • LICENSE
  • papers.json
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/deep-diver/hf-daily-paper-newsletter

Downloads the entire project code from GitHub to your computer.

cd hf-daily-paper-newsletter

Moves into the project folder you just downloaded.

2. Go

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Go The Go compiler and toolchain.
2. Run `go run main.go parse` command to **(1)** parse the downloaded the metadata file (JSON), **(2)** generate summaries and categories/tags of each paper via [Gemini 2.5 Flash API](https://ai.google.dev/), and **(3)** generate reformatted `yaml` file for each paper which is suitable for newsletter program. Each `yaml` file will be stored inside the `current` directory.

Runs the Go program directly without a separate build step.

βœ… If the build finishes without errors, it worked. If you used go run ., check the terminal output.

Pulled directly from this repo's README.

// repository documentation