• Stars
    star
    331
  • Rank 124,534 (Top 3 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated 6 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automatically generate summary GitHub statistics images for your profile using Actions, no server required

GitHub Stats Visualizations : Transparent

Generate visualizations of GitHub user and repository statistics using GitHub Actions.

NOTE: This repository is my extension of the repo jstrieb/github-stats. This repo was meant to serve as a detached fork of his project. If you like this repository make sure you also star his repository to show appreciation for his work.

⚠️ Disclaimer

The project uses access token that has read access to private repositories and if there is any exception while reading data from any repository it throws Exception which is printed in the workflow logs. This exception will be viewable in the Actions tab of the repository fork, and anyone may be able to see the name of one or more private repositories.

⚙️ Installation

  1. Create a personal access token (not the default GitHub Actions token) using the instructions here. Personal access token must have permissions: read:user and repo. Copy the access token when it is generated – if you lose it, you will have to regenerate the token.

  2. Click here to create a fork of this repository

  3. If this is the README of your fork, click this link to go to the "Secrets" page. Otherwise, go to the "Settings" tab of the newly-created repository and go to the "Secrets" page (bottom left).

  4. Create a new secret with the name ACCESS_TOKEN and paste the copied personal access token as the value.

  5. If you want to ignore certain repos, add them (separated by commas) to a new secret—created as before—called EXCLUDED.

  6. If you want to ignore certain languages, add them (separated by commas) to a new secret called EXCLUDED_LANGS.

  7. By default the languages, stars, forks and repository views do not consider stats from public repositories that you have forked and contributed to. But if you want to count stats from forked repositories also you can do so by creating a new secret called COUNT_STATS_FROM_FORKS. For the value you can put any random value because the action only checks if the secret is set or not.

  8. Go to the Actions Page and press "Run Workflow" on the right side of the screen to generate images for the first time. The images will be periodically generated every hour, but they can be manually regenerated by manually running the workflow.

  9. Check out the images that have been created in the generated folder in output branch.

  10. Link back to this repository so that others can generate their own statistics images.

  11. Star this repo if you like it!



🤔 Why Transparent ??

With the introduction of dark mode in Github it has become difficult to set an image background that looks consistent with the background in both dark and light mode.

To solve this the most obvious solution was to make the background transparent. All that was left was to choose colors for text that makes it legible in light as well as dark background.

After wasting a day playing with different color values finally settled on one. Hope you like it.

Related Projects

More Repositories

1

rahul-jha98

77
star
2

sheets-database

Library to help use a Google Sheet as a database
TypeScript
68
star
3

PasswordKeeper

Web-app to help you securely store your encrypted passwords in your Google Drive.
JavaScript
53
star
4

Artistify.ai

Web-app to generate artistically styled images generated using Style Transfer Model running in the browser.
JavaScript
49
star
5

README_icons

List of icons that have been scaled and padded to work well when used in Github README.
41
star
6

JustJoking.ai

Using a Transformer for learning the Language Model and Generate Short Jokes
Jupyter Notebook
14
star
7

RestaurantTrends.stats

Visualise the trends in food and restaurant choices of customers in a city by scraping data from Zomato.
Vue
5
star
8

Messenger

Implement a simple messenger clone using React.js and Material-UI.
JavaScript
4
star
9

Hope

The android app hosts chat rooms that facilitate group therapy sessions for people suffering from depression moderated by a chatbot.
Kotlin
4
star
10

Toy-Compiler

Basic compiler created for Compiler Design Course
Python
1
star
11

Virtual-Guide

Uses beacon technology to scan nearest part of a tourist place and give description about it
Java
1
star
12

YOLOv4-PyTorch

Python
1
star
13

RiskAnanlysis_IndianTraffic

Predicting the Risk in Indian Traffic Scenario
Jupyter Notebook
1
star
14

MoviesTV

Java
1
star
15

Reinforcement-Learning

Notebooks made while learning Reinforcement Learning
Jupyter Notebook
1
star
16

Auto-Drip

Companion app for hardware solution which can be controlled via the mobile app. The solution shows the saline level in patient's saline drip and flow can be regulated.
Kotlin
1
star
17

ShoppingCart

JavaScript
1
star
18

StyleTransfer_using_AdaIN

Basic implementation of Style Transfer using Adaptive Instance Normalisation using TF2.0
Jupyter Notebook
1
star
19

TicTacToe-project

Java
1
star
20

NotesApp

Simple note taking app made while learning Vue.js
Vue
1
star
21

DCGAN_Face_Generation

Generate faces using DCGAN by using Celeb-Face data set available on Kaggle.
Jupyter Notebook
1
star