starReport

Created By
hu-qia year ago
starReport 是一个用于自动生成和管理指定 GitHub 仓库 star、commit、issue 等活跃度报告的 Node.js 工具,支持 MCP 协议服务,集成大模型智能分析,并可自动推送到飞书群。
Overview

what is starReport?

starReport is a Node.js tool designed for automatically generating and managing activity reports for specified GitHub repositories, including stars, commits, and issues. It supports MCP protocol services, integrates intelligent analysis, and can automatically push reports to Feishu groups.

how to use starReport?

To use starReport, clone the repository, install the dependencies, configure the environment variables, and run the project using Node.js.

key features of starReport?

  • GitHub Repository Activity Monitoring: Automatically collects data on stars, commits, and issues, supporting daily and weekly reports.
  • Automatic Report Pushing: Sends daily, weekly, and intelligent analysis reports to Feishu groups for team synchronization.
  • MCP Service Support: Provides data querying, report generation, AI analysis, and message pushing capabilities through the MCP protocol.
  • Intelligent Analysis: Integrates large models for trend analysis, summaries, and visualizations of historical data.
  • SSE Real-time Streaming Analysis: Supports HTTP SSE for real-time intelligent analysis content delivery.
  • Webhook Q&A: Compatible with Feishu webhook for group chat inquiries and returns intelligent analysis results.
  • Scheduled Tasks: Built-in tasks for daily/weekly data collection and report pushing without manual intervention.
  • Flexible Configuration: Allows configuration through environment variables for monitoring repositories, push methods, and model parameters.

use cases of starReport?

  1. Monitoring activity levels of multiple GitHub repositories.
  2. Automating report generation for team updates.
  3. Integrating intelligent analysis for project management.

FAQ from starReport?

  • Can starReport monitor multiple repositories?

Yes! You can specify multiple repositories to monitor in the configuration.

  • Is starReport free to use?

Yes! starReport is open-source and free to use under the MIT license.

  • How does starReport handle data privacy?

Ensure sensitive information is not exposed in public settings, especially in environment variables.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
hu-qi
Star
1
Language
JavaScript
License
MIT license

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

2 days ago
Linkpulse

2 days ago
Numox

5 hours ago