All Projects → Leecason → netease-music-box

Leecason / netease-music-box

Licence: MIT license
🎧 将你最近一周的网易云音乐的听歌记录更新到 Gist

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to netease-music-box

steam-box
🎮 Update profile README / pinned gist to contain your Steam playtime leaderboard. 在你的 profile README / pinned gist 上显示你的 steam 游玩时间排行榜。
Stars: ✭ 118 (+107.02%)
Mutual labels:  profile, pinned-gist, profile-readme
SamirPaul1
🤖 My GitHub Profile README ✨
Stars: ✭ 26 (-54.39%)
Mutual labels:  profile, profile-readme
vbriand
Yet another profile readme, but this one's mine!
Stars: ✭ 26 (-54.39%)
Mutual labels:  profile, profile-readme
raklaptudirm
Repository for Github profile README.
Stars: ✭ 19 (-66.67%)
Mutual labels:  profile, profile-readme
Mindula-Dilthushan
I am Mindula Dilthushan Manamperi 😋
Stars: ✭ 23 (-59.65%)
Mutual labels:  profile, profile-readme
github-readme-streak-stats
🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
Stars: ✭ 1,395 (+2347.37%)
Mutual labels:  profile, profile-readme
jakejarvis
hey 👋
Stars: ✭ 15 (-73.68%)
Mutual labels:  profile, profile-readme
DenverCoder1
Jonah Lawrence's Profile README
Stars: ✭ 320 (+461.4%)
Mutual labels:  profile, profile-readme
teteusAraujo
Meu readme do meu perfil com informações sobre mim.
Stars: ✭ 123 (+115.79%)
Mutual labels:  profile, profile-readme
peterthehan
My personal site and profile README.
Stars: ✭ 36 (-36.84%)
Mutual labels:  profile, profile-readme
netease-music-cache-decoder
The decoder for netease music to convert cache file to origin mp3.
Stars: ✭ 41 (-28.07%)
Mutual labels:  netease-cloud-music, netease-music
profile-readme
🗣 Display profile activity and other cool widgets in your profile README.md
Stars: ✭ 49 (-14.04%)
Mutual labels:  profile, profile-readme
github-profile-views-counter
Github new features README profile views counter made with Yii2 framework.
Stars: ✭ 158 (+177.19%)
Mutual labels:  profile, profile-readme
Spiderpig86
💎 Me. This is a self-updating README. Star it if you like it :)
Stars: ✭ 40 (-29.82%)
Mutual labels:  profile, profile-readme
ouuan
A profile README with 86 stars and 152 forks 🌟
Stars: ✭ 86 (+50.88%)
Mutual labels:  profile, profile-readme
Raymo111
My awesome profile README
Stars: ✭ 110 (+92.98%)
Mutual labels:  profile, profile-readme
SudhanPlayz
About me for GitHub <3
Stars: ✭ 24 (-57.89%)
Mutual labels:  profile, profile-readme
neko-box
😺 Pinnable dynamic Gist with your latest AniList activity.
Stars: ✭ 25 (-56.14%)
Mutual labels:  profile, pinned-gist
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (-47.37%)
Mutual labels:  profile, profile-readme
Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+8007.02%)
Mutual labels:  profile, profile-readme

Netease Music Box

将你最近一周的网易云音乐的听歌记录更新到 Gist


📌 更多像这样的 Pinned Gist 项目请访问:https://github.com/matchai/awesome-pinned-gists

🖥 使用

🎒 前置工作

  1. 创建一个公开的 Github Gist (https://gist.github.com)

  2. 创建一个 GitHub Token,需要勾选 gist 权限,复制生成的 Token (https://github.com/settings/tokens/new)

  3. 获取网易云音乐用户 ID (https://music.163.com)

    • ID 为个人主页页面(https://music.163.com/#/user/home?id=xxx),id 后紧跟的那串数字

    USER_ID

  4. 获取网易云音乐用户 Token

    • 在登录态下打开浏览器开发者工具,查看 Cookie,获取 keyMUSIC_Uvalue

    USER_TOKEN

🚀 安装

  1. Fork 这个仓库

  2. 进入 Fork 后的仓库,启用 Github Actions

  3. 编辑 .github/workflows/schedule.yml 文件中的环境变量:

    • GIST_ID: ID 是新建 Gist 的 url 后缀: https://gist.github.com/Leecason/b51bc9844585c33775edc27bb38ad2ab

    • USER_ID: 网易云音乐用户 ID

  4. 在项目的 Settings > Secrets 中创建两个变量 GH_TOKENUSER_TOKEN,分别为 Github Token 和 网易云音乐用户 Token

  5. 在个人资料中嵌入 Gist

🤔 工作原理

  • 基于 NeteaseCloudMusicApi 获取听歌记录
  • 基于 Github API 更新 Gist
  • 使用 Github Actions 自动更新 Gist

📄 开源协议

本项目使用 MIT 协议

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].