Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kzamanbd/cf-stats
A github action based realtime Codeforces activity statistics card and badge generator for github readme
https://github.com/kzamanbd/cf-stats
git-scraping github programming statistics visualization
Last synced: about 1 month ago
JSON representation
A github action based realtime Codeforces activity statistics card and badge generator for github readme
- Host: GitHub
- URL: https://github.com/kzamanbd/cf-stats
- Owner: kzamanbd
- License: gpl-3.0
- Created: 2023-11-04T20:46:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T01:06:22.000Z (9 months ago)
- Last Synced: 2024-11-11T23:16:50.530Z (3 months ago)
- Topics: git-scraping, github, programming, statistics, visualization
- Language: Python
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CODEFORCES Stats Visualization
[![Dark Theme](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/light_card.svg#gh-dark-mode-only)](https://codeforces.com/profile/kzamanbd)
[![Light Theme](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/light_card.svg)](https://codeforces.com/profile/kzamanbd)[![Max Rating](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/max_rating.svg)](https://codeforces.com/profile/kzamanbd)
[![Rating](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/rating.svg)](https://codeforces.com/profile/kzamanbd)## Installation
## For step-by-step screenshots go [here](docs/INSTALLATIONSTEPS.md)
### Video Demonstration
-[Hindi](https://www.youtube.com/watch?v=lPASqH0ZoIc)
1. Star this repository :pray:
2. Create a copy of this repository by clicking
[here](https://github.com/kzamanbd/cf-stats/generate). Note: This is
**not** the same as forking a copy because it copies everything fresh,
without the huge commit history.
3. Goto [config/.env.template](config/.env.template) and put your codeforces handle in the `CF_HANDLE` key.
4. 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.
5. Take a look at the images that have been created in the
[`output`](output) folder.
6. To add your statistics to your GitHub Profile README, copy and paste the
following lines of code into your markdown content. Change the `your-github-username`
value to your GitHub username.```md
![](https://raw.githubusercontent.com/your-github-username/cf-stats/main/output/light_card.svg#gh-dark-mode-only)
![](https://raw.githubusercontent.com/your-github-username/cf-stats/main/output/light_card.svg)
``````md
![](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/max_rating.svg)
![](https://raw.githubusercontent.com/kzamanbd/cf-stats/main/output/rating.svg)
```## Contribution guideline
If you like this project and want to improve by adding features, fixing bugs or anything, please follow
the [contributing guidelines](docs/CONTRIBUTING.md).## Acknowledgments
### Contributors List
-[Sudipto](https://github.com/sudiptob2)
-[Nazmul](https://github.com/nazmulweb)
-[Manish](https://github.com/csemanish12)
### Inspiration
This project is heavily inspired by [github-stats](https://github.com/jstrieb/github-stats) project