12
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

QiitaのContirbution推移を表示するツール

12
Last updated at Posted at 2026-05-16

自分用にQiitaのConributionの推移をグラフで表示するものを作成してみました。
ただQiita APIに直接Contributionを集計できるAPIがないので、記事一覧を取得して力技で集計しています。
その関係でQiita APIの未認証時60req/時*IPに引っかかりかねないので、トークン入力も可能にしています。

現物

リンク

ユーザー名を入力すると以下が表示されます

Contribution推移

image.png

月次データ

image.png

いいねとストックのTOP5

image.png

タグごとのいいね・ストック分析

image.png

閲覧数

閲覧数は記事所有の本人のみが取得可能なので、トークンを指定した場合のみ表示されます。
image.png

★補足

  • 前述の通り、記事情報から取得しているので、それ以外でのContribution取得が集計対象に入っていません
  • ユーザー名は@なしでの入力です
  • アクセストークンは不要ですが、記事数が多い方は制限にかかると思います
  • あまり試験していません
  • バグ修正・機能追加 大大歓迎です
    https://github.com/hhhhub000/qiita_analyze
12
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?