Github Avatars
· 3 min read
Scrapping Github avatars, because it is easy.
Avatars are located at https://avatars.githubusercontent.com/u/80184495?v=4
where /u/
stands for user, and 80184495
is the user's ID.
Scrapping Github avatars, because it is easy.
Avatars are located at https://avatars.githubusercontent.com/u/80184495?v=4
where /u/
stands for user, and 80184495
is the user's ID.
There are 3 types of doc users:
Type | Description | Prefered Docs |
---|---|---|
Learning | Want to know what it does and how to use it. | Tutorial |
Dedicated | Looking for details of something specific. | List |
Lookup | Know how to use the tool, but don't remember the exact syntax. | Examples, API reference |
Hello, World!