CodeChef Visualizer enhances your GitHub profile by dynamically extracting data from your CodeChef account. This GitHub Action project creates an interactive card showcasing your ratings, solved problems, and stats, seamlessly displayed on your GitHub profile.
-
Star this repository 🙏
-
Create a copy of this repository by clicking here.
-
Go to user_name.java and put your codechef handle in the
username
key. -
Go to the Actions Page 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.
-
Take a look at the images that have been created
output
. -
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.<img src="https://github.com/your-github-username/cc-visualizer/blob/main/src/main/java/com/ccvisualizer/ccvisualizer/output.svg" width="500" height="500">
This project is heavily inspired by the cf-stats project.