Skip to content

GithubFlareStats is an open-source tool that generates dynamic, customizable images showcasing GitHub user statistics. With support for customizable themes, it allows developers to easily embed personalized stats into their GitHub profile README, providing a visually appealing way to display stars, commits, PRs, issues, and more.

License

Notifications You must be signed in to change notification settings

openlab-x/GithubFlareStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubFlareStats

GitHub Stats

About

GithubFlareStats is an open-source tool designed to generate dynamic, customizable images for displaying GitHub user statistics. It supports multiple themes and allows you to embed these stats into your GitHub profile README or any other markdown-supported platform. Display stars, commits, pull requests, issues, and much more in a visually appealing format. The versatility of this tool allows anybody to display their stats in the manner that they like

Table of Contents

Features

  • Display GitHub Stats: Showcase total stars, commits, PRs, issues, discussions, followers, and contributions.
  • Customizable Themes: Modify background, text, and card colors via URL parameters to match your profile style.
  • Embed-Friendly: Supports markdown embedding for GitHub profile readme files and other markdown-supported platforms.
  • Responsive: Dynamically adjusts to different screens and usage contexts.

Getting Started

  • Dependencies: Python3, Flask, Pillow

  • First up, install flask and pillow
pip install flask
pip install pillow
  • Then, clone the repository and execute run.py
git clone https://github.com/openlab-x/GithubFlareStats.git
cd GithubFlareStats
python run.py

It is very important to make sure your libraries are updated to the latest version, as those are the versions used in this repository

Platforms Tested

  • Web: Fully functional on major browsers like Chrome, Firefox, and Edge.
  • Github Readme-md.
  • Local Readme-md.
  • Visual studio code readme preview.
  • As an external image for any webstie.
  • As an Iframe.

Live Demo and Examples:

Customization

Parameter Description
bgColor Background color (e.g., #ffffff)
textColor Text color (e.g., #000000)
cardColor Card background color (e.g., #e1e1e1)
chartColor Color for chart bars (e.g., #007bff)
chartTextColor Text color for chart labels (e.g., black)

Examples URLs

  • Embed Light Mode Example:
  ![GitHub Stats](https://openlabx.com/githubflarestats/api/gitfs.php/ajee10x?response=image&bgColor=%23ffffff&textColor=%23000000&cardColor=%23e1e1e1&chartColor=%23007bff&chartTextColor=black)
- [Made With GithubFlareStats](https://github.com/openlab-x/GithubFlareStats)
  • Embed Dark Mode Example:
  ![GitHub Stats](https://openlabx.com/githubflarestats/api/gitfs.php/torvalds?response=image&bgColor=%231e1e1e&textColor=%23f0f0f0&cardColor=%23333&chartColor=%23ff9800&chartTextColor=white)
- [Made With GithubFlareStats](https://github.com/openlab-x/GithubFlareStats)

Usage

  1. Replace ajee10x/torvalds with your GitHub username in the demo URL:
  ![GitHub Stats](https://openlabx.com/githubflarestats/api/gitfs.php/your-username?response=image))
- [Made With GithubFlareStats](https://github.com/openlab-x/GithubFlareStats)
  1. Paste this link into your README or any markdown-supported content to showcase your GitHub stats.
  ![GitHub Stats](https://openlabx.com/githubflarestats/api/gitfs.php/your-username?response=image&bgColor=%23f0f0f0&textColor=%23000000&cardColor=%23d9e6f2&chartColor=%23007bff&chartTextColor=black))
- [Made With GithubFlareStats](https://github.com/openlab-x/GithubFlareStats)
  1. With a custom URL, your link will look like this.
  ![GitHub Stats](https://[YOUR-URL].com/githubflarestats/api/gitfs.php/your-username?response=image))

Technology Stack

  • Backend: Python (Flask for serving the image generation)
  • Frontend: HTML, CSS, JavaScript (for theme preview and demo page)
  • Image Processing: Pillow (Python Imaging Library)
  • Data Caching: Implemented to reduce API calls and cache images for 24 hours.
  • Proxy: PHP used as a lightweight proxy to route requests and manage caching.
  • Hosting: Deployed to a production-ready hosting environment.
  • Security: Software tested for common vulnerabilites, notably XSS and SQL Injection. You are safe to run this on your server!

Contributing

We welcome contributions! Here's how you can help:

  1. Give the project a STAR.
  2. Follow us on Github.
  3. Follow us on Social Media.
  4. Fork the repository.
  5. Create a new branch for your feature or bug fix.
  6. Make your changes.
  7. Submit a pull request.
  8. Please make sure to update tests as appropriate.

Acknowledgments

  • Python: The programming language used for the backend of this project.
  • Pillow: For enabling image manipulation and rendering in Python.
  • GitHub API: For providing the data used in generating user stats.
  • Stats are updated every 24 hours automatically to prevent excessive API requests and to ensure that the service remains efficient and avoids hitting rate limits.
  • All Contributors: Thanks to everyone who contributed to the project.
  • OpenLabX Team: Special thanks to the team for developing and maintaining the project.

Bug Reporting

  • If you find a bug in this project, please do not hesistate to reach out to our team
  • If you are feeling helpful, please consider fixing the bug and making a pull request
  • We give our greatest thanks to any people who report or fix bugs in this project

License

This project is licensed under the MIT license.

Contact

In pursuit of innovation,
OpenLabX Team

Follow Us:

About

GithubFlareStats is an open-source tool that generates dynamic, customizable images showcasing GitHub user statistics. With support for customizable themes, it allows developers to easily embed personalized stats into their GitHub profile README, providing a visually appealing way to display stars, commits, PRs, issues, and more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published