Skip to content

Explore the top GitHub users and their avatars. See the 400 most popular GitHub faces in one place.

License

Notifications You must be signed in to change notification settings

DipendraChandel/john-bampton.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The 400 Faces - Scrape Your GitHub Avatars

License: MIT GitHub contributors

A Python script to fetch and display the top 400 GitHub user avatars in a sleek, interactive grid. Perfect for exploring the faces behind popular GitHub profiles.


Features

  • Fetches GitHub users dynamically via the GitHub API.
  • Downloads avatars for offline use.
  • Builds a responsive HTML page showcasing all avatars.
  • Filters only real users (type: User) to ensure authentic profiles.
  • Automatically updates avatars when new versions are available.
  • Clean and modern card design using Bootstrap.

Preview

Check out the live preview: https://john-bampton.github.io/


Installation

  1. Clone the repository:
git clone https://github.com/john-bampton/john-bampton.github.io.git
cd faces
  1. Install dependencies:
pip install -e .
  1. Run the script:
python github_faces.py
  1. Open the generated HTML page in your browser:
docs/index.html

Configuration

  • TARGET_USERS: Number of GitHub users to fetch (default: 400).
  • MAX_EXTRA_PAGES: Extra pages to fetch if not enough users are found (default: 2).

You can modify these directly in github_faces.py.


Screenshots

Sample Faces


Powered by

Python Powered PyCharm Powered


Contributing

We welcome contributions! Feel free to:

  • Submit issues for bugs or feature requests.
  • Fork the repository and open pull requests.
  • Suggest new ways to improve the avatar grid or functionality.
  • Spread the word by adding a ⭐ to this repository.

Acknowledgements

Inspired by the GitHub community and the creativity of open-source developers. Special thanks to all contributors and avatar owners included in this project.


License

This project is licensed under the MIT License.

© 2025 John Bampton, and Seyyed Ali Mohammadiyeh (Max Base).


"Explore the faces behind GitHub. Discover the people shaping open-source."

About

Explore the top GitHub users and their avatars. See the 400 most popular GitHub faces in one place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.6%
  • Python 46.4%