{"id":16623435,"url":"https://github.com/rahuletto/gitmystat","last_synced_at":"2025-10-29T22:31:37.831Z","repository":{"id":246581568,"uuid":"820819819","full_name":"Rahuletto/gitMyStat","owner":"Rahuletto","description":"🎨 Turn your GitHub activity into sleek stats and cool visuals","archived":false,"fork":false,"pushed_at":"2024-06-29T16:11:43.000Z","size":946,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T01:42:26.263Z","etag":null,"topics":["git","github","github-readme-stats","readme","statistics","stats"],"latest_commit_sha":null,"homepage":"https://gitmystat.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rahuletto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T08:39:22.000Z","updated_at":"2024-12-10T05:10:04.000Z","dependencies_parsed_at":"2024-06-28T21:07:14.254Z","dependency_job_id":null,"html_url":"https://github.com/Rahuletto/gitMyStat","commit_stats":null,"previous_names":["rahuletto/gitmystat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2FgitMyStat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2FgitMyStat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2FgitMyStat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahuletto%2FgitMyStat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahuletto","download_url":"https://codeload.github.com/Rahuletto/gitMyStat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238909401,"owners_count":19550839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","github","github-readme-stats","readme","statistics","stats"],"created_at":"2024-10-12T03:23:41.050Z","updated_at":"2025-10-29T22:31:37.432Z","avatar_url":"https://github.com/Rahuletto.png","language":"TypeScript","readme":"![gitmystat](/assets/gitmystat.png)\n\n# gitMyStat!\n\n~~Get~~ Git my stat! 🎨 Turn your GitHub activity into sleek stats and cool visuals\n\n\u003e Inspired by a great project [github-readme-stats](https://github.com/anuraghazra/github-readme-stats/)\n\n\u003e [!TIP]\n\u003e Lazy to read alot just for readme? Me too!\n\u003e Thats why I made a [Builder](https://gitmystat.vercel.app#builder) which generates the cards for your parameters. Give it a try!\n\n## Table of Contents\n\n- [Parameters](#parameters)\n\n- [Cards](https://gitmystat.vercel.app#config)\n  - [User](#user)\n  - [Recent repos](#recent-repo)\n  - [Repo card](#repo-card)\n  - [Top languages](#top-languages)\n  - [Wakatime](#wakatime)\n\n- [Themes](https://gitmystat.vercel.app#themes)\n\n---\n\n## Parameters\n\nAll cards are built equally. Which means these apply to every card possible\n\n| Parameters | Description                       | Default |\n| ---------- | --------------------------------- | ------- |\n| `username` | The username to get the data from |         |\n| `theme`    | The theme to apply on the cards   | dark    |\n\n### Customizations\n\n\u003e [!IMPORTANT]\n\u003e As url encoding messes up the \u003ckbd\u003e#\u003c/kbd\u003e tag character, we wanted you to provide a hexadecimal code instead.\n\u003e\n\u003e ### `What's that?!`\n\u003e\n\u003e Nothing actually. instead of `#` we use `0x`.\n\u003e\n\u003e For example\n\u003e\n\u003e `#000000` is the same as `0x000000` \u003e `#075fff` is the same as `0x075fff`\n\n| Parameters   | Description                                        |\n| ------------ | -------------------------------------------------- |\n| `color`      | The hexadecimal color of the text color            |\n| `accent`     | The hexadecimal color of the accent color          |\n| `background` | The hexadecimal color of the background            |\n| `border`     | The hexadecimal color of the border                |\n| `tip`        | The hexadecimal color of the tertiary (tips) color |\n| `radius`     | The radius of the border                           |\n| `padding`    | The padding of the border                          |\n\n- Totally decked out example\n\n```\n![image](https://gitmystat.vercel.app/recent?username=rahuletto\u0026color=0xaeaeae\u0026accent=0x075fff\u0026background=0x000000\u0026border=0x075fff\u0026tip=0x075fff\u0026radius=12\u0026padding=24)\n```\n\n![image](https://gitmystat.vercel.app/recent?username=rahuletto\u0026color=0xaeaeae\u0026accent=0x075fff\u0026background=0x000000\u0026border=0x075fff\u0026tip=0x075fff\u0026radius=12\u0026padding=24)\n\n\u003e [!TIP]\n\u003e\n\u003e Adding `theme={theme}` in the url would change the theme of any card\n\u003e\n\u003e For example\n\u003e\n\u003e - `https://gitmystat.vercel.app/recent?username=rahuletto\u0026theme=gold`\n\u003e\n\u003e ![recent theme](https://gitmystat.vercel.app/recent?username=rahuletto\u0026theme=gold)\n\n---\n\n## Cards\n- [User](https://gitmystat.vercel.app#config)\n- [Recent repos](https://gitmystat.vercel.app#config)\n- [Repo card](https://gitmystat.vercel.app#config)\n- [Top languages](https://gitmystat.vercel.app#config)\n- [Wakatime](https://gitmystat.vercel.app#config)\n\n\u003e [!WARNING]\n\u003e For wakatime, We are using WakaTime api, which only displays for profiles that are public. Make sure the `Display code time publicly` and `Display languages, editors, os, categories publicly` are enabled.\n\n---\n\n## Themes\nVisit the [themes page](https://gitmystat.vercel.app#themes)!\n\n\u003e #### You like a theme, but you just don't like that particular color?\n\u003e\n\u003e It's alright! the parameters can override particular colors of the theme while keeping the other colors the same from the theme.\n\n### Extend it.\n\nThese themes are not hard coded. You can add your own!\nYou have a great color palette? **PLEASE** do a pull request on our repo and make it a reality.\n\n\u003e [!NOTE]\n\u003e If you are making a theme, please make a light mode version of it too. This is not mandatory to do, but it's a good thing to have more flavors.\n\n#### `How?`\n\n- Go to `/themes/index.ts`\n\n```ts\nthemename: {\n    color: '#hex',\n    accent: '#hex',\n    background: '#hex',\n    border: '#hex',\n    tip: '#hex',\n    radius: 24,\n    padding: 24,\n  },\n```\n\n- Change the `themename` to the name you prefer\n- Change the color hex codes of the things, localhost would be great to test it\n- Push it, Do a pull request.\n\nIt's that simple.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuletto%2Fgitmystat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahuletto%2Fgitmystat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuletto%2Fgitmystat/lists"}