WakaTime Readme Stats-开源项目翻译
寻找不同语言和地区的翻译 #23
在Readme中使用图标来显示开发进度🎌
📌✨眼前一亮的Readme统计数据
你是早起的小鸟🐤还是夜猫子🦉?
你一天中什么时候工作效率最高?
你用什么语言编写代码?
让我们在你的个人资料中看看你的Readme文件!
准备工作
-
您需要用2条注释更新markdown文件(.md)。您可以参考这里进行更新
-
您需要WakaTime API密钥。您可以从WakaTime帐户设置中获得
- 如果你是WakaTime的新手,你可以参考这里
-
如果您正在运行操作以获取提交指标,则需要具有repo和用户范围的GitHub API令牌
启用存储库范围似乎很危险
但此 GitHub 操作仅访问您的提交时间戳以及您贡献的存储库中添加或删除的代码- 你可以用这个例子来计算
-
您需要将WakaTime API密钥和GitHub API令牌保存在存储库机密中。您可以在存储库的“设置”中找到它。请确保将其保存为以下内容
- WakaTime API密钥为
WAKATIME_API_KEY=<你的wakatime API密钥>
- GitHub个人访问令牌为
GH_TOKEN=<你的github access token>
- WakaTime API密钥为
-
您可以根据要求启用和禁用功能标志
此操作将在印度标准时间的每天0点进行
更新你的 Readme 文件
在你的README.md
中添加注释,如下所示:
<!--START_SECTION:waka-->
<!--END_SECTION:waka-->
根据(可用标志部分)[#flags-available]
,waka可以被SECTION_NAME
标志中指定的任何字符串取代
这些行将是我们 Dev Metrics
的入口点
新加入WakaTime的人
WakaTime让你知道你真正花在编码上的时间。这有助于提高您的生产力和竞争优势
- 前往https://wakatime.com并创建一个帐户
- 从WakaTime的账户设置中获取你的WakaTime API密钥
- 在你喜欢的 编辑器/集成开发环境 中安装WakaTime插件
- 粘贴你的API密钥以开始分析
个人主页仓库
你需要获得一个带有 repo 和用户范围的 GitHub 访问令牌,并将其保存在 Repo Secrets 中 GH_TOKEN = <Your GitHub Access Token>
以下是运行它的示例工作流文件:
name: Waka Readme
on:
schedule:
# Runs at 12am IST
- cron: '30 18 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: anmol098/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- 现在你可以提交并等待自动运行,但你也可以触发运行它来查看结果。只需进入Repo中的Actions,选择你的Profile Readme Development Stats工作流,然后点击运行工作流。现在等待一两分钟,你就可以看到你的变化了
额外补充
- 如果你想把其他信息添加到你的统计中,你可以在你的工作流程文件中添加多个
FLAGS
,默认情况下,所有标志都是启用的
由于执行了繁重的操作而导致的代码标志行除外
- uses: anmol098/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_OS: "False"
SHOW_PROJECTS: "False"
可用的 Flags
LOCALE
这个标志可以用来在你的语言中显示统计信息,默认是英语,使用Locale Short Hand来传递标志变量,最终结果的例子可以在这里找到
SECTION_NAME
标志可以设置为任何字符串,它将是readme中要替换的部分的名称
COMMIT_BY_ME
标志可以设置为True,以使用你的名字和电子邮件提交代码
COMMIT_MASSAGE
标志可以设置为消息提交,默认为 "用开发指标更新"
COMMIT_USERNAME
标志可以设置为username以提交代码,默认为“readme-bot”
COMMIT_EMAIL
标志可设置为提交代码的电子邮件,默认为 "41898282+github-actions[bot]@users.noreply.github.com"
SHOW_UPDATE_DATE
标志可以被设置为 “True”,以便在段落末尾显示更新的日期
UPDATE_DATE_FORMAT
可以设置标志以将更新的日期转换为一种格式,默认为 "%d/%m/%Y %H:%M:%S"
SHOW_LINES_OF_CODE
标志可以被设置为 "True",以显示迄今为止所写的代码行数
SHOW_TOTAL_CODE_TIME
标志可以设置为 False
以隐藏代码时间
SHOW_PROFILE_VIEWS
标志可以设置为 False
以隐藏个人主页访问量
SHOW_COMMIT
标志可以设置为 False
,以隐藏提交统计信息
I'm an early 🐤
🌞 Morning 95 commits ███████░░░░░░░░░░░░░░░░░░ 30.55%
🌆 Daytime 78 commits ██████░░░░░░░░░░░░░░░░░░░ 25.08%
🌃 Evening 112 commits █████████░░░░░░░░░░░░░░░░ 36.01%
🌙 Night 26 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 8.36%
SHOW_DAYS_OF_WEEK
标志可以设置为 False
,以隐藏一周中不同日期的提交
📅 I'm Most Productive on Sundays
Monday 50 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.19%
Tuesday 85 commits █████░░░░░░░░░░░░░░░░░░░░ 22.43%
Wednesday 56 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.78%
Thursday 44 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.61%
Friday 28 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 7.39%
Saturday 30 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 7.92%
Sunday 86 commits █████░░░░░░░░░░░░░░░░░░░░ 22.69%
SHOW_LANGUAGE
标志可以设置为 False
来隐藏你使用的编程语言
💬 Languages:
JavaScript 5 hrs 26 mins ███████████████░░░░░░░░░░ 61.97%
PHP 1 hr 35 mins ████░░░░░░░░░░░░░░░░░░░░░ 18.07%
Markdown 1 hr 9 mins ███░░░░░░░░░░░░░░░░░░░░░░ 13.3%
Python 22 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 4.32%
XML 8 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 1.62%
SHOW_OS
标志可以被设置为 False
,以隐藏使用操作系统的详细信息
💻 Operating Systems:
Windows 8 hrs 46 mins █████████████████████████ 100.0%
SHOW_PROJECTS
标志可以设置为 False
以隐藏正在处理的项目
🐱💻 Projects:
ctx_connector 4 hrs 3 mins ███████████░░░░░░░░░░░░░░ 46.33%
NetSuite-Connector 1 hr 31 mins ████░░░░░░░░░░░░░░░░░░░░░ 17.29%
mango-web-master 1 hr 12 mins ███░░░░░░░░░░░░░░░░░░░░░░ 13.77%
cable 54 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 10.41%
denAPI 40 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 7.66%
SHOW_TIMEZONE
标志可以设置为 False
以隐藏您所在的时区
⌚︎ Timezone: Asia/Calcutta
SHOW_EDITORS
标志可以设置为 False
以隐藏使用的代码编辑器列表
🔥 Editors:
WebStorm 6 hrs 47 mins ███████████████████░░░░░░ 77.43%
PhpStorm 1 hr 35 mins ████░░░░░░░░░░░░░░░░░░░░░ 18.07%
PyCharm 23 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 4.49%
SHOW_LANGUAGE_PER_REPO
标志可以设置为 False
以隐藏不同语言和框架中的存储库数量
I mostly code in Vue
Vue 8 repos ██████░░░░░░░░░░░░░░░░░░░ 25.0%
Java 6 repos ████░░░░░░░░░░░░░░░░░░░░░ 18.75%
JavaScript 6 repos ████░░░░░░░░░░░░░░░░░░░░░ 18.75%
PHP 3 repos ██░░░░░░░░░░░░░░░░░░░░░░░ 9.38%
Python 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 6.25%
Dart 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 6.25%
CSS 2 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 6.25%
SHOW_SHORT_INFO
标志可以设置为 False
以隐藏用户的简短有趣事实信息
这一部分需要有用户许可的个人访问令牌,否则这里显示的数据将是不正确的
🐱 My GitHub Data
🏆 433 Contributions in year 2020
📦 Used 292.3 kB in GitHub's Storage
💼 Opted to Hire
📜 25 Public Repository
🔑 15 Owned Private Repository
SHOW_LOC_CHART
标志可以设置为 "False",以隐藏在不同年份不同季度编写的代码行
IGNORED_REPOS
标志可以设置为"waka-readme-stats, my-first-repo"
(只是一个例子),以忽略一些你不希望被计算在内的repos
SYMBOL_VERSION
标志可以为进度条设置符号(默认:1
)
Version | Done block | Empty block |
---|---|---|
1 | █ | ░ |
2 | ⣿ | ⣀ |
3 | ⬛ | ⬜ |
DEBUG_LOGGING 可以设置标志以增加操作输出的详细程度,默认情况下等于内部运行程序调试属性 |
Timeline
💖 支持这个项目
我开源了几乎所有我能开源的东西,并试图回复每个使用这些项目需要帮助的人。显然,这需要时间。你可以免费使用这项服务
但是,如果您正在使用这个项目并且对它感到满意,或者只是想鼓励我继续创作东西,那么您可以通过几种方式做到这一点:
非常感谢! 🧡
贡献
欢迎投稿!🧡!请分享任何功能,并添加单元测试!使用拉动请求和问题系统来贡献
部分贡献者
- Anmol Pratap Singh: Maintainer
- Alexander Sergeev: Maintainer
- Aravind V. Nair: Maintainer
- Prabhat Singh: For code timeline graph #18
- Hedy Li: For Pull Request #34 and #23
- Pedro Torres: For Pull Request #29
- Aaron Meese: For Pull Request #45
- Arnav Jindal: For Pull Request #48
- Daniel Rowe: For Pull Request #57
- Ss5h: For adding support for natural sentence writing for translation #136
特别要提到的是那些目前正在使他们的个人资料readme更棒的人😄 🎉
- [Stanislas](https://github.com/angristan) - [Pratik Kumar](https://github.com/pr2tik1) - [Vladimir](https://github.com/sergeev-vn) - [Pedro Torres](https://github.com/Corfucinas) - [leverglowh](https://github.com/leverglowh) - [patdc](https://github.com/patdc) - [极客挖掘机](https://github.com/meteor1993) - [Fan()](https://github.com/Fanduzi) - [Miller Camilo Vega](https://github.com/minoveaz) - [XLor](https://github.com/yjl9903) - [Jesse Okeya](https://github.com/jesseokeya) - [anaiel](https://github.com/anaiel) - [Dipto Mondal](https://github.com/diptomondal007) - [Jerry F. Zhang](https://github.com/JerryFZhang) - [Karan Singh](https://github.com/karan06126) - [Erwin Lejeune](https://github.com/guilyx) - [Manuel Cepeda](https://github.com/mecm1993) - [Jonathan S](https://github.com/TGTGamer) - [Tsotne Gvadzabia](https://github.com/RockiRider) - [Miray](https://github.com/MirayXS) - [Varad Patil](https://github.com/varadp2000) - [Prabhat Singh](https://github.com/prabhatdev) - [Nikhil](https://github.com/nikhilgorantla) - [大白](https://github.com/2720851545) - [Du Yizhuo](https://github.com/dyzdyz010) - [Manas Talukdar](https://github.com/manastalukdar) - [Simranjeet Singh](https://github.com/smrnjeet222) - [Aaron Meese](https://github.com/ajmeese7) - [Prasad Narkhede](https://github.com/p014ri5) - [Manish Kushwaha](https://github.com/tzmanish) - [Hedy Li](https://github.com/hedythedev) - [SHIMIZU Taku](https://github.com/takuan-osho) - [Jude Wilson](https://github.com/mr-winson) - [Daniel Rowe](https://github.com/DanRowe) - [Muhammad Hassan Ahmed](https://github.com/hassan11196) - [Alessandro Maggio](https://github.com/Tkd-Alex) - [Siddharth Gupta](https://github.com/siddg97) - [Dev-Mehta](https://github.com/Dev-Mehta/) - [> EdgyCoder ✌](https://github.com/edgycoder) - [Korel Kashri](https://github.com/korelkashri) - [Gustavo Barbosa](https://github.com/gusbdev) - [eagleanurag](https://github.com/eagleanurag) - [Aravind V. Nair](https://github.com/aravindvnair99) - [Raman Preet Singh](https://github.com/raman08) - [Hayat Tamboli](https://github.com/hayat-tamboli) - [Henry Boisdequin](https://github.com/henryboisdequin) - [Raman Preet Singh](https://github.com/raman08) - [Aadit Kamat](https://github.com/aaditkamat) - [Subhalingam D](https://github.com/subhalingamd) - [Adil Akhmetov](https://github.com/weeebdev) - [Isaac Maldonado](https://github.com/einjunge99) - [Syed Faateh Sultan Kazmi](https://github.com/faatehsultan) - [Shreyam Maity](https://github.com/ShreyamMaity) - [Sufiane](https://github.com/sufiane) - [Muhammad Bilal](https://github.com/BilalJaved15) - [Waterdev](https://github.com/UnrealValentin) - [Aditya Prasad S](https://github.com/adityaprasad502) - [C. Vinicius Santos](https://github.com/c-viniciussantos) - [James Tufarelli](https://github.com/Minituff) - [Muhammad Bilal](https://github.com/BilalJaved15) - [Wyatt Walsh](https://www.github.com/wyattowalsh) - [Nithin Balaji](https://github.com/thenithinbalaji)- 还有你!如果你现在正在使用它,而你不在名单上,请通过发送特别提及问题告诉我们😊,我们很高兴将你加入名单
使用 🧡 和 Python 🐍制作