Skip to content

A Flask web application hosted on Vercel that will create an SVG with number of total stars in an organization

License

Notifications You must be signed in to change notification settings

AshutoshSundresh/organization-stars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Organization Stars SVG

  • This project is a simple Flask web application that generates an SVG image showing the total number of stars for a given GitHub organization. It uses the GitHub API to fetch the total number of stars for each repository in the organization, and then uses Google's pybadges library to generate an SVG displaying the total number of stars in a GitHub organization.
  • The SVG image is generated dynamically in response to HTTP requests made to the Flask web server. The user can specify the name of the GitHub organization for which they want to see the total number of stars by passing it as a query parameter in the URL.
  • This project can be useful for individuals or organizations who want to keep track of the popularity of their GitHub repositories or those of others, in web pages or documentation.

Dependencies

  • Flask
  • github
  • svgwrite
  • requests
  • pybadges

Setup

  • Install dependencies by running pip install -r requirements.txt.

Usage

Example use case

If you wish to use this project as is, use this link to view the generated image for an organization passed as an argument:

https://organization-stars.vercel.app/?org={organization_name}



About

A Flask web application hosted on Vercel that will create an SVG with number of total stars in an organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages