项目作者: th3c0d3br34ker

项目描述 :
✨ This GitHub action helps to add cool Stats to your GitHub profile README.
高级语言: Python
项目地址: git://github.com/th3c0d3br34ker/github-readme-info.git
创建时间: 2020-08-10T09:25:41Z
项目社区:https://github.com/th3c0d3br34ker/github-readme-info

开源协议:MIT License

下载


✨README Info Generator ✨







Star Badge

Flex your Stats with this highly customizable tool!

Are you an early 🐤 or a night 🦉?

When are you most productive during the day?

What are languages you code in?

Setup

  1. You need to update the markdown file(.md) with the START_SECTION and STOP_SECTION comments. You can refer this section for updating it.

  2. You’ll need a GitHub API Token with repo and user scope from here if you’re running the action to get commit metrics

enabling the repo scope seems DANGEROUS

but this GitHub Action only accesses your commit timestamp and lines of code added or deleted in repository you contributed.

  1. You need to save the GitHub API Token in the repository secrets. You can find that in the Settings of your repository. Be sure to save those as GitHub Personal Access Token as GH_TOKEN=<your github access token>

  2. You can enable and disable feature flags based on requirements. See this.

  3. For the final step you need to add an .yml file in your workflows folder. You can copy/paste this example file and enable/disable flags as you wish!.

The Required fields are

GH_TOKEN Your GitHub token explainer in Step 2.
TIMEZONE Your timezone, defaults to “Asia/Kolkata” for India.

Entry Points

Add a comment to your README.md like this:

  1. <!--START_SECTION:readme-info-->
  2. <!--END_SECTION:readme-info-->

See this example file. You can put these Entry Points anywhere and in any order you please! 🤷‍♂️

Flags Available

SHOW_LINES_OF_CODE flag can be set to True to show the Lines of code writen till date

  1. From Hello World I have written 1.6 million Lines of Code ✍️

SHOW_PROFILE_VIEWS flag can be set to False to hide the Profile views

  1. 216 people were here!

SHOW_DAILY_COMMIT flag can be set to False to hide the commit stat

  1. I'm a night 🦉
  2. 🌞 Morning 57 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.76%
  3. 🌆 Daytime 85 commits ██████░░░░░░░░░░░░░░░░░░░ 25.0%
  4. 🌃 Evening 128 commits █████████░░░░░░░░░░░░░░░░ 37.65%
  5. 🌙 Night 70 commits █████░░░░░░░░░░░░░░░░░░░░ 20.59%

SHOW_WEEKLY_COMMIT flag can be set to False to hide the commit stat

  1. 📅 I'm Most Productive on Mondays
  2. Monday 64 commits █████░░░░░░░░░░░░░░░░░░░░ 21.19%
  3. Tuesday 33 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 10.93%
  4. Wednesday 59 commits █████░░░░░░░░░░░░░░░░░░░░ 19.54%
  5. Thursday 41 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.58%
  6. Friday 40 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.25%
  7. Saturday 35 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.59%
  8. Sunday 30 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 9.93%

SHOW_LANGUAGE flag can be set to False to hide the Number of repository in different language and framework

  1. My 💖 languages Python
  2. Python 12 repos █████████████░░░░░░░░░░░░ 54.55%
  3. JavaScript 7 repos ████████░░░░░░░░░░░░░░░░░ 31.82%
  4. CSS 2 repos ██░░░░░░░░░░░░░░░░░░░░░░░ 9.09%
  5. HTML 1 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 4.55%

SHOW_TOTAL_CONTRIBUTIONS flag can be set to False to hide the total Number of Contributions

  1. 🏆 531 Contributions in year 2020

Inspired By 🚀

matchai/awesome-pinned-gists
athul/waka-readme
anmol098/waka-readme-stats

  1. Liked this Project? Why not 🌟 it?

Made with 🖤 by Jainam Desai