{"id":19722287,"url":"https://github.com/kzamanbd/cf-stats","last_synced_at":"2026-05-11T13:31:47.073Z","repository":{"id":205514383,"uuid":"714416053","full_name":"kzamanbd/cf-stats","owner":"kzamanbd","description":"A github action based realtime Codeforces activity statistics card and badge generator for github readme","archived":false,"fork":false,"pushed_at":"2024-05-16T01:06:22.000Z","size":1336,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T00:35:09.719Z","etag":null,"topics":["git-scraping","github","programming","statistics","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kzamanbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2023-11-04T20:46:12.000Z","updated_at":"2024-05-16T01:06:25.000Z","dependencies_parsed_at":"2023-11-12T02:23:22.844Z","dependency_job_id":"bbc95ca4-fd9f-47cc-9874-2823b0137116","html_url":"https://github.com/kzamanbd/cf-stats","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.23333333333333328","last_synced_commit":"d46e3a701878a8d3b78a7f289385b2979e6a5297"},"previous_names":["kzamanbd/cf-stats","kzamanbd/cf-stats3"],"tags_count":0,"template":false,"template_full_name":"sudiptob2/cf-stats","purl":"pkg:github/kzamanbd/cf-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fcf-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fcf-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fcf-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fcf-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kzamanbd","download_url":"https://codeload.github.com/kzamanbd/cf-stats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fcf-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32896758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-scraping","github","programming","statistics","visualization"],"created_at":"2024-11-11T23:16:54.268Z","updated_at":"2026-05-11T13:31:47.059Z","avatar_url":"https://github.com/kzamanbd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CODEFORCES Stats Visualization\n\n[![Dark Theme](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/light_card.svg#gh-dark-mode-only)](https://codeforces.com/profile/kzamanbd)\n[![Light Theme](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/light_card.svg)](https://codeforces.com/profile/kzamanbd)\n\n[![Max Rating](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/max_rating.svg)](https://codeforces.com/profile/kzamanbd)\n[![Rating](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/rating.svg)](https://codeforces.com/profile/kzamanbd)\n\n## Installation\n\n## For step-by-step screenshots go [here](docs/INSTALLATIONSTEPS.md)\n\n### Video Demonstration\n\n-[Hindi](https://www.youtube.com/watch?v=lPASqH0ZoIc)\n\n1. Star this repository :pray:\n2. Create a copy of this repository by clicking\n   [here](https://github.com/kzamanbd/cf-stats/generate). Note: This is\n   **not** the same as forking a copy because it copies everything fresh,\n   without the huge commit history.\n3. Goto [config/.env.template](config/.env.template) and put your codeforces handle in the `CF_HANDLE` key.\n4. Go to the [Actions Page](../../actions?query=workflow%3A\"Generate+Stats+Images\") and press \"Run Workflow\" on the right side of the screen to generate images for the first time. - The images will be automatically regenerated every 24 hours, but they can be regenerated manually by running the workflow this way.\n5. Take a look at the images that have been created in the\n   [`output`](output) folder.\n6. To add your statistics to your GitHub Profile README, copy and paste the\n   following lines of code into your markdown content. Change the `your-github-username`\n   value to your GitHub username.\n\n    ```md\n    ![](https://raw.githubusercontent.com/your-github-username/cf-stats/main/output/light_card.svg#gh-dark-mode-only)\n    ![](https://raw.githubusercontent.com/your-github-username/cf-stats/main/output/light_card.svg)\n    ```\n\n    ```md\n    ![](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/max_rating.svg)\n    ![](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/rating.svg)\n    ```\n\n## Contribution guideline\n\nIf you like this project and want to improve by adding features, fixing bugs or anything, please follow\nthe [contributing guidelines](docs/CONTRIBUTING.md).\n\n## Acknowledgments\n\n### Contributors List\n\n-[Sudipto](https://github.com/sudiptob2)\n\n-[Nazmul](https://github.com/nazmulweb)\n\n-[Manish](https://github.com/csemanish12)\n\n### Inspiration\n\nThis project is heavily inspired by [github-stats](https://github.com/jstrieb/github-stats) project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzamanbd%2Fcf-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkzamanbd%2Fcf-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzamanbd%2Fcf-stats/lists"}