LoginSignup
35
28

More than 5 years have passed since last update.

Githubのユーザ名で 簡単にアイコンを取得できるよ

Last updated at Posted at 2014-10-24

表題の通り、https://github.com/<username>.png で簡単にGithubのユーザアイコンURLへリダイレクトさせてくれるので便利でした

[~]$ curl -I https://github.com/mizoR.png
HTTP/1.1 302 Found
Server: GitHub.com
Date: Fri, 24 Oct 2014 23:41:14 GMT
Content-Type: image/png; charset=utf-8
Status: 302 Found
...
Location: https://avatars0.githubusercontent.com/u/1257116?v=2
...
35
28
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
35
28