huibq/keep-alive

洛雪音乐音源、MusicFree音源、落雪音乐音源

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 8th, 2026
Created on January 28th, 2024
Open Issues & Pull Requests: 174 (+0)
GitHub issues: Enabled
Number of forks: 400
Total Stargazers: 7,391 (+1)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 23.4 hours
Mean response time: 7.6 days
90th percentile: 17.9 days
Tracked items: 65

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 166
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 523 days
Stale 30+ days: 164
Stale 90+ days: 163

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

keep-alive is a music source API service that provides streaming endpoints for music player applications.

The project solves the problem of obtaining music streaming links for multiple music player clients by maintaining API endpoints that aggregate music sources. It works by providing configured URLs that music applications can query to retrieve playable audio streams, supporting up to 320 kilobits per second quality. The service is designed to work with specific music player applications including Luo Xue Music and MusicFree across Android, Windows, and macOS platforms.

Developers considering adoption should understand that this is a backend service for music streaming integration rather than a standalone application. It suits projects that need to add music playback capabilities to existing music player applications. The service includes important operational constraints: it prohibits batch downloading to prevent IP bans, discourages frequent song switching, and does not support digital albums. Users are advised to enable pause-on-failure settings in compatible players to avoid triggering IP restrictions. The README emphasizes that the service is intended for online listening only and warns that aggressive usage patterns will result in IP blocking.

The project maintains active documentation with visual setup guides for integrating the service into different music player applications. The repository includes a homepage endpoint that appears to serve as the primary access point for the API service.