{"id":35150645,"url":"https://github.com/apicalshark/mikuinvidious","last_synced_at":"2026-01-13T22:59:27.183Z","repository":{"id":330538675,"uuid":"1123060742","full_name":"apicalshark/mikuinvidious","owner":"apicalshark","description":"Alternative frontend of bilibili","archived":false,"fork":false,"pushed_at":"2026-01-13T17:15:21.000Z","size":4332,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"exp","last_synced_at":"2026-01-13T22:59:09.423Z","etag":null,"topics":["alternative-frontend","alternative-frontends","bilibili","bilibili-live","python3","quart"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apicalshark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-26T05:41:31.000Z","updated_at":"2026-01-13T17:15:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apicalshark/mikuinvidious","commit_stats":null,"previous_names":["apicalshark/mikuinvidious"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/apicalshark/mikuinvidious","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apicalshark%2Fmikuinvidious","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apicalshark%2Fmikuinvidious/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apicalshark%2Fmikuinvidious/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apicalshark%2Fmikuinvidious/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apicalshark","download_url":"https://codeload.github.com/apicalshark/mikuinvidious/tar.gz/refs/heads/exp","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apicalshark%2Fmikuinvidious/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alternative-frontend","alternative-frontends","bilibili","bilibili-live","python3","quart"],"created_at":"2025-12-28T15:33:35.304Z","updated_at":"2026-01-13T22:59:27.178Z","avatar_url":"https://github.com/apicalshark.png","language":"HTML","readme":"# MikuInvidious\n\nA free as in freedom frontend for Bilibili.\n\nThis is a fork of [0xacab.org/johnxina/mikuinvidious](https://0xacab.org/johnxina/mikuinvidious) with my personal preference plus ai slop.\n\n## Application Features\n\n### 📺 Video \u0026 Media Playback\n\n- **High-Quality Streaming**: Support for DASH and FLV formats\n- **Danmaku Overlay**: Native implementation of scrolling comments (danmaku) for the full Bilibili experience.\n- **Listen Mode**: Save bandwidth and focus on the audio with a dedicated audio-only interface for any video.\n- **Audio Posts**: Full support for Bilibili Audio (au) and Playlists (am) with specialized player controls.\n- **Multi-Part Videos**: Seamless navigation through multi-page video series.\n\n### 🔴 Enhanced Live Streaming\n\n- **Stability-First Proxying**: Custom ASGI-based proxying that prevents the common 60-second idle drops found in standard proxies.\n- **Live Chat**: Real-time SSE (Server-Sent Events) chat integration, allowing you to follow the conversation without official trackers.\n\n### 📖 Content Discovery \u0026 Reading\n\n- **Distraction-Free Articles**: Clean, proxied rendering of Bilibili Articles (cv) and Opus (dynamic posts).\n- **Global Search**: Search across videos, live rooms, users, and articles with advanced sorting filters.\n- **User Spaces**: Explore user profiles, their video uploads, and article contributions.\n- **Category Browsing**: Detailed category (Zone) views with the latest content.\n\n### 🛡️ Privacy \u0026 Security\n\n- **No-Account Browsing**: Full access to Bilibili content without needing to log in or maintain a Bilibili account.\n- **Media Proxying**: Proxies images and (optional) video streams through the server and Cloudflare WARP to mask your IP address.\n- **Zero Tracking**: Strips away official Bilibili tracking scripts and telemetry.\n- **Local History**: Privacy-respecting browsing history stored locally in your browser and your instance's Redis cache.\n\n## Quick Start (Docker)\n\nThe easiest way to run MikuInvidious is using Docker Compose.\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/apicalshark/mikuinvidious\n   cd mikuinvidious\n   ```\n\n2. **Run with Docker Compose:**\n\n   ```bash\n   docker compose up -d\n   ```\n\nThe application will be available at `http://localhost:8000`.\n\n### Local Installation (Without Docker)\n\nFor users who want to run the entire application without Docker, please see the [detailed local installation guide](doc/setup.md). This guide requires manual installation and configuration of Redis and the Cloudflare Warp client.\n\n### Configuration\n\nYou can customize the application by editing the `environment` section in `compose.yml` or by creating a `config.toml` file.\nFull reference is in shared.py.\n\nKey environment variables:\n\n- `SITE_NAME`: The name of your instance.\n- `SITE_URL`: The public URL of your instance.\n- `HTTP_PROXY` / `HTTPS_PROXY`: SOCKS5 proxy (configured to use the included `warp` service by default).\n- `REDIS_URL`: Connection string for Redis.\n- `QUART_SECRET_KEY`: A random secret string for session security.\n\nAdditionally, you can use the manage_quic.sh to simplify SSL credential and QUIC setup.\n\n## License\n\nMikuInvidious is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.\n\n### JavaScript Licenses\n\nThe following free software JavaScript libraries are included in this project:\n\n| Library | License | Source |\n| :--- | :--- | :--- |\n| **hls.js** | Apache-2.0 | [github.com/video-dev/hls.js](https://github.com/video-dev/hls.js) |\n| **mpegts.js** | Apache-2.0 | [github.com/xqq/mpegts.js](https://github.com/xqq/mpegts.js) |\n| **dash.js** | BSD-3-Clause | [github.com/Dash-Industry-Forum/dash.js](https://github.com/Dash-Industry-Forum/dash.js) |\n| **media-chrome** | MIT | [github.com/muxinc/media-chrome](https://github.com/muxinc/media-chrome) |\n| **Danmaku** | MIT | [github.com/weizhenye/Danmaku](https://github.com/weizhenye/Danmaku) |\n| **opencc-js** | MIT | [github.com/nk2028/opencc-js](https://github.com/nk2028/opencc-js) |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapicalshark%2Fmikuinvidious","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapicalshark%2Fmikuinvidious","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapicalshark%2Fmikuinvidious/lists"}