GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
崩坏:星穹铁道 Wiki 数据解析库. Contribute to PaiGramTeam/HonkaiStarRailWikiDataParser development by creating an account on GitHub.
Star18.2k main 16Branches92Tags Code Folders and files Name Last commit message Last commit date Latest commit KT-Yeh chore: update issue template Oct 20, 2024 29388ca·Oct 20, 2024 History 26 Commits .github examples mihomo .gitignore ...
git clone https://github.com/MetaCubeX/mihomo.git cd mihomo && go mod download go build Set go proxy if a connection to GitHub is not possible: go env -w GOPROXY=https://goproxy.io,direct Build with gvisor tun stack: go build -tags with_gvisor IPTABLES configuration Work on Linux OS...
git clone https://github.com/MetaCubeX/mihomo.git cd mihomo && go mod download go build Set go proxy if a connection to GitHub is not possible: go env -w GOPROXY=https://goproxy.io,direct Build with gvisor tun stack: go build -tags with_gvisor IPTABLES configuration Work on Linux OS...
A simple python pydantic model (type hint and autocompletion support) for Honkai: Star Rail parsed data from the Mihomo API. API url: https://api.mihomo.me/sr_info_parsed/{UID}?lang={LANG} Installation pip install -U git+https://github.com/KT-Yeh/mihomo.git Usage Basic There are tw...
A simple python pydantic model (type hint and autocompletion support) for Honkai: Star Rail parsed data from the Mihomo API. API url: https://api.mihomo.me/sr_info_parsed/{UID}?lang={LANG} Installation pip install -U git+https://github.com/KT-Yeh/mihomo.git Usage Basic There are tw...
API url:https://api.mihomo.me/sr_info_parsed/{UID}?lang={LANG} Installation pip install -U git+https://github.com/KT-Yeh/mihomo.git Usage Basic There are two parsed data formats: V1: URL:https://api.mihomo.me/sr_info_parsed/800333171?lang=en&version=v1 ...
pip install -U git+https://github.com/KT-Yeh/mihomo.git Usage Basic There are two parsed data formats: V1: URL: https://api.mihomo.me/sr_info_parsed/800333171?lang=en&version=v1 Fetching: use client.fetch_user_v1(800333171) Data model: mihomo.models.v1.StarrailInfoParsedV1 All...
pip install -U git+https://github.com/KT-Yeh/mihomo.git Usage Basic There are two parsed data formats: V1: URL:https://api.mihomo.me/sr_info_parsed/800333171?lang=en&version=v1 Fetching: useclient.fetch_user_v1(800333171) Data model:mihomo.models.v1.StarrailInfoParsedV1 ...