Skip to content

iwbc-mzk/atcoder-readme-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atcoder Readme Stats

Dynamically generate your Atcoder statistics card.

This repository was created inspired by anuraghazra/github-readme-stats.
Please take a look at this one as well.

Atcoder Stats Card

[![iwbc_mzk's atcoder stats](https://atcoder-readme-stats.vercel.app/stats/iwbc_mzk)](https://github.com/iwbc-mzk/atcoder-readme-stats)

iwbc-mzk's atcoder stats

Usage

Insert this into your markdown content.
Change <username> to your Atcoder user id.

[![<username>'s atcoder stats](https://atcoder-readme-stats.vercel.app/stats/<username>)](https://github.com/iwbc-mzk/atcoder-readme-stats)

Options

  • width - (int | auto) Sets the card's width. Default: auto.
  • height - (int | auto) Sets the card's heigth. Default: auto.
  • hide - (str, comma separated values) Hides the specified stats from the card. Valid Values: rank, rating, highest_rating, rated_matches, last_competed.
  • theme - (str) Name of theme. Valid values: default, darcula. Default: default.
  • show_history - (boolean | int) Shows competed contests history. Shows the latest 3 competed contests if boolean value. Shows specified number of lines if int value. Default: false.
  • show_icons - (boolean) Shows Icons. Default: false.

Examples

Sets the card width and height

[![iwbc_mzk's atcoder stats](https://atcoder-readme-stats.vercel.app/stats/iwbc_mzk?width=450&height=200)](https://github.com/iwbc-mzk/atcoder-readme-stats)

iwbc_mzk's atcoder stats

Hide rank and rating

[![iwbc_mzk's atcoder stats](https://atcoder-readme-stats.vercel.app/stats/iwbc_mzk?hide=rank,rating&width=450)](https://github.com/iwbc-mzk/atcoder-readme-stats)

iwbc_mzk's atcoder stats

Sets theme

[![iwbc_mzk's atcoder stats](https://atcoder-readme-stats.vercel.app/stats/iwbc_mzk?theme=darcula&width=450)](https://github.com/iwbc-mzk/atcoder-readme-stats)

iwbc_mzk's atcoder stats

Show History

[![iwbc_mzk's atcoder stats](https://atcoder-readme-stats.vercel.app/stats/iwbc_mzk?show_history=5&width=450)](https://github.com/iwbc-mzk/atcoder-readme-stats)

iwbc_mzk's atcoder stats

Show Icons

[![iwbc_mzk's atcoder stats](https://atcoder-readme-stats.vercel.app/stats/iwbc_mzk?show_icons=true&width=450)](https://github.com/iwbc-mzk/atcoder-readme-stats)

iwbc_mzk's atcoder stats