• Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

generate my_github status using GitHub Actions

Use

You can also use the Demo Server for test

  • Update your README

Add a comment to your README.md like this:

<!--START_SECTION:my_github-->
<!--END_SECTION:my_github-->
  • Write your own yml file

Sample

name: GitHub README STATS

on:
  workflow_dispatch:
  schedule:
    - cron: "0 0 * * *"
  push:
    branches:
      - main

env:
  GITHUB_NAME: yihong0618
  GITHUB_EMAIL: [email protected]
  STARRED_NUM: 10

jobs:
  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: My GitHub Status
        uses: yihong0618/github-readme-stats@main
        with:
          # we need set GITHUB_TOKEN
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          # if you also want to send TELE
          TELEGRAM_TOKEN: ${{ secrets.TELE_TOKEN }}
          TELEGRAM_CHAT_ID: ${{ secrets.TELE_CHAT_ID }}
          STARRED_NUM: ${{ env.STARRED_NUM }}

      - name: Push README
        run: |
          git config --local user.email "${{ env.GITHUB_EMAIL }}"
          git config --local user.name "${{ env.GITHUB_NAME }}"
          git commit -a -m 'docs: update readme.md' || echo "nothing to commit"
          git push || echo "nothing to push"

My example.

My GitHub Status

The repos I created

ID REPO START UPDATE LANGUAGE STARS
1 running_page 2020-09-17 2021-12-09 Python 1501
2 GitHubPoster 2021-04-21 2021-12-09 Python 565
3 gitblog 2019-07-18 2021-12-09 Python 326
4 2021 2020-12-21 2021-12-09 Python 185
5 2020 2020-01-10 2021-12-03 C 123
6 gaycore 2019-02-18 2021-11-20 Python 90
7 iBeats 2021-06-11 2021-12-02 Python 83
8 vscode-gcores 2020-01-04 2021-12-03 TypeScript 63
9 github-readme-stats 2020-12-24 2021-12-09 Go 63
10 dalian-IT 2021-04-07 2021-12-02 md 52
11 shanbay_remember 2020-12-02 2021-06-24 JavaScript 35
12 duolingo_remember 2021-01-18 2021-09-11 Python 35
13 nbnhhsh-cli 2021-07-09 2021-11-12 Python 29
14 pengdu_helper 2021-09-09 2021-12-09 Go 24
15 gcores_calendar 2020-08-24 2021-12-09 JavaScript 21
16 running_skyline 2021-03-02 2021-11-14 Python 19
17 my_kindle_stats 2021-11-18 2021-11-25 Python 14
18 blog 2020-06-22 2021-12-08 JavaScript 14
19 Runtastic 2020-07-24 2021-07-30 Python 8
20 Python365 2019-09-05 2021-07-09 Python 6
21 github-readme-stats-server 2021-12-08 2021-12-09 HTML 5
22 yihong0618 2020-07-16 2021-12-02 md 4
23 run 2021-08-16 2021-12-09 Python 2
24 edocteel001 2019-11-12 2020-05-18 JavaScript 1
25 github_upstream_script 2021-05-08 2021-05-08 Python 1
26 gaycore-server 2019-02-18 2020-11-02 Go 0
27 test_svg 2021-03-18 2021-09-17 md 0
sum 3269

The repos I contributed to

ID REPO FIRSTDATE LASTEDATE PRCOUNT
1 GpxTrackPoster 2019-08-06 2021-03-20 12
2 leetcode-cli 2019-11-29 2020-08-21 8
3 vscode-leetcode 2019-12-03 2020-07-22 6
4 taichi 2021-09-23 2021-10-23 5
5 nrc-exporter 2020-07-05 2020-10-07 5
6 awesome-cn-cafe 2020-08-04 2020-08-10 3
7 kb 2020-09-21 2020-09-23 3
8 strava-datasource 2021-04-13 2021-05-13 2
9 Tweet2Telegram 2021-05-21 2021-05-21 2
10 nebula-python 2021-05-19 2021-05-20 2
11 py-staticmaps 2020-09-20 2021-03-24 2
12 python-garminconnect 2021-02-26 2021-05-25 2
13 activities 2020-07-09 2020-07-14 2
14 iredis 2019-12-30 2020-09-16 2
15 notion-avatar 2021-09-28 2021-09-28 1
16 LearnJapan 2020-03-31 2020-03-31 1
17 awesome-cn-cafe-web 2020-08-18 2020-08-18 1
18 tokei-pie 2021-11-19 2021-11-19 1
19 stravalib 2021-08-18 2021-08-18 1
20 olo 2021-04-12 2021-04-12 1
21 awesome-database-learning 2021-05-11 2021-05-11 1
22 help-to-be-helped 2020-02-04 2020-02-04 1
23 GadioVideo 2019-09-25 2019-09-25 1
24 highlight 2020-09-08 2020-09-08 1
25 hub-mirror-action 2021-04-09 2021-04-09 1
26 TopList 2019-08-19 2019-08-19 1
27 gitlab-skyline 2021-03-02 2021-03-02 1
28 MangaLineExtraction_PyTorch 2021-09-22 2021-09-22 1
29 nebula 2021-05-17 2021-05-17 1
30 build-your-own-vue 2020-01-16 2020-01-16 1
31 xrkffgg 2021-03-18 2021-03-18 1
sum 73

The repos I stared (random 10)

ID REPO STAREDDATE LANGUAGE LATESTUPDATE
1 PaddleGAN 2021-03-04 Python 2021-12-10
2 taxi-demo 2019-11-07 Python 2019-11-07
3 blog 2018-02-05 EJS 2021-12-09
4 go-fundamental-programming 2018-05-21 Go 2021-12-09
5 machine_learning_examples 2020-06-08 Python 2021-12-09
6 NeteaseCloudMusic-Now-Playing 2020-08-04 C 2021-01-30
7 OneForAll 2019-08-07 Python 2021-12-09
8 polyline 2020-09-17 Python 2021-11-09
9 daily-anime 2019-12-28 JavaScript 2021-11-11
10 tornado-websocket-example 2018-11-28 HTML 2021-11-29

More Repositories

1

bilingual_book_maker

Make bilingual epub books Using AI translate
Python
7,286
star
2

xiaogpt

Play ChatGPT and other LLM with Xiaomi AI Speaker
Python
6,039
star
3

running_page

Make your own running home page
Python
3,565
star
4

Kindle_download_helper

Download all your kindle books script.
Python
2,612
star
5

GitHubPoster

Make everything a GitHub svg poster and Skyline!
Python
1,774
star
6

gitblog

People Die, but Long Live GitHub
Python
1,386
star
7

tg_bot_collections

collections of yihong0618's telegram bot
Python
557
star
8

epubhv

Make your epub books vertical or horizontal.
Python
454
star
9

tg_bing_dalle

Telegram bing bot DALL-E 3
Python
418
star
10

blue

新的 PR(Issue) 来了来了来了!
Python
305
star
11

iBeats

Apple Watch 心率数据采集 - Your Soul, Your Beats!
Python
279
star
12

SunoSongsCreator

About High quality songs generation by https://www.suno.ai/. Reverse engineered API.
Python
276
star
13

2021

关于我的 2021 的一些记录。
Python
274
star
14

2022

2022 gogogo
Python
270
star
15

2023

Another year
Python
204
star
16

iWhat

What is it? Using AI Inspired by pyWhat
Python
190
star
17

shanbay_remember

扇贝自动发送今日新词到 telegram
JavaScript
189
star
18

duolingo_remember

Automatically send new words from duolingo to telegram
Python
166
star
19

2020

2020计划,喜欢的文章,博客,以及其它
C
137
star
20

vscode-gcores

VSCode 玩转机核
TypeScript
127
star
21

dalian-IT

『大连互联网』大连基本没啥互联网
114
star
22

gaycore

use command-line to listen gadio
Python
113
star
23

klingCreator

About High quality video and image generation by https://klingai.kuaishou.com and https://klingai.com/ Reverse engineered API.
Python
77
star
24

IdeoImageCreator

About High quality image generation by ideogram. Reverse engineered API.
Python
60
star
25

2024

Change
Python
42
star
26

yihong0618

41
star
27

kai_xin_ci_chang

开心词场帮助程序
Python
33
star
28

nbnhhsh-cli

「能不能好好说话?」 cli 版本
Python
31
star
29

gcores_calendar

gcores audios calendar
JavaScript
30
star
30

pengdu_helper

网易云歌词自动生成《捧读》用的 epub, 帮助学习。(GitHub Actions + shortcuts + telegram)
Go
29
star
31

my_kindle_stats

Show my read on kindle this year
Python
24
star
32

Runtastic

Download all your Runtastic (Adidas Running) activities save to gpx
Python
21
star
33

running_skyline

Generate a 3D Skyline in STL format from your running App
Python
20
star
34

blog

blog
JavaScript
14
star
35

github-readme-stats-server

Server for github-readme-stats
HTML
14
star
36

Python365

Python365天精进计划
Python
11
star
37

run

Python
10
star
38

resume

resume
HTML
4
star
39

remote_mp3_duration

Estimate the duration in seconds of the remote MP3 file without full download(python version)
Python
3
star
40

github_upstream_script

Using script to fetch upstream and sync
Python
2
star
41

500

learn 500 lines from 500lines-rewrite
1
star
42

edocteel001

100days leetcode
JavaScript
1
star