Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.61 KB

GitHub Weekly Digest

alt text

This repository is designed to automatically generate a weekly digest of trending GitHub repositories using AI. The digest includes summaries of the repositories, highlighting their features and usage.

🤖 Features

  • AI-Powered Summaries: Utilizes AI to generate concise summaries of trending repositories.
  • Weekly Updates: Automatically scrapes and updates the digest every week.
  • Markdown Format: Outputs the digest in a clean and readable Markdown format.
  • Customizable: Easily modify the scraping and summarization logic to fit your needs.

🤖 How It Works

  1. Scraping: The application scrapes the trending repositories from GitHub.
  2. Summarization: Each repository's README is processed to generate a summary, including:
    • Overview
    • Key Features
    • Usage Instructions
  3. Output: The summaries are compiled into a weekly digest in Markdown format.

🤖 How to Use

  1. Clone this repository:

    git clone https://github.com/guan404ming/blog.git
    cd blog
  2. Set up environment variables:

    • Create a .env file and add your API keys and other necessary configurations.
  3. Install dependencies:

    cd writer
    pip install -r requirements.txt
    cd frontend
    bun install
  4. Run the application:

    cd frontend
    bun run dev
  5. Check localhost:3000

🤖 Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

🤖 License

This project is licensed under the MIT License.