Skip to content

Ashutosh00710/github-readme-activity-graph

Repository files navigation

Github Readme Activity Graph

A dynamically generated activity graph to show your GitHub activities of last 31 days.

Table of contents

How to Use

Just paste the following URL in your profile readme and you are good to go.

Pass your username in the URL

[![Ashutosh's github activity graph](https://activity-graph.herokuapp.com/graph?username=Ashutosh00710)](https://github.com/ashutosh00710/github-readme-activity-graph)

Use themes

username=ashutosh00710&theme=theme_name

[![Ashutosh's github activity graph](https://activity-graph.herokuapp.com/graph?username=Ashutosh00710&theme=dracula)](https://github.com/ashutosh00710/github-readme-activity-graph)

Manual Customization is also available

Available Themes

NamePreview
Default (cotton candy)graph
reactgraph
react-darkgraph
githubgraph
xcodegraph
roguegraph
merkograph
vuegraph
tokyo-nightgraph
high-contrastgraph

For more themes click here

Customization

Customize the appearance of your Activity Graph however you want with URL params.

Common Options

ArgumentsDescriptionType of Value
bg_colorcard's background colorhex code (without #)
colorgraph card's text colorhex code (without #)
title_colorgraph card's title colorhex code (without #)
linegraph's line colorhex code (without #)
pointcolor of points on line graphhex code (without #)
area_colorcolor of the area under the graphhex code (without #)
areashows area under the graphboolean (default: false)
hide_bordermakes the border of the graph transparentboolean (default: false)
hide_titlesets the title to an empty stringboolean (default: false)
custom_titleset the title to any stringstring
themename of available themesstring
radiusborder radius of graphnumber (0-16 inclusive)

For custom_title please make sure that you are using %20 for spaces

Example:

custom_title=This%20is%20a%20title

[![Ashutosh's github activity graph](https://activity-graph.herokuapp.com/graph?username=ashutosh00710&custom_title=This%20is%20a%20title&hide_border=true)](https://github.com/ashutosh00710/github-readme-activity-graph)

Example:

[![Ashutosh's github activity graph](https://activity-graph.herokuapp.com/graph?username=ashutosh00710&bg_color=fffff0&color=708090&line=24292e&point=24292e&area=true&hide_border=true)](https://github.com/ashutosh00710/github-readme-activity-graph)

Deploy on your own Heroku instance

The GitHub API only allows limited requests per hour, my activity-graph.herokuapp.com/graph could possibly hit the rate limiter. If you host it on your own Heroku server, then you don't have to worry about anything.

You may use the server used by this project at https://activity-graph.herokuapp.com and pass in your username to access your graph. E.g. https://activity-graph.herokuapp.com/graph?username=<your_username>

However, if there are a large number of requests or if the heroku account being used for the project runs out of dyno hours your graph will not load.

Step-by-step instructions for deploying to Heroku (from UI)

  1. Sign in to Heroku or create a new account at https://heroku.com
  2. Click the Deploy button below

Deploy

  1. On the page that comes up, click "Deploy App" at the end of the form
  2. Once the app is deployed, click "Manage App" to go to the dashboard
  3. Visit the "Settings" tab and click "Reveal Config Vars"
  4. Visit this link to create a new Personal Access Token
  5. Scroll to the bottom and click "Generate token"
  6. Add the token as a Config Var with the key TOKEN

TOKEN

  1. Scroll down to the Domains section to find the URL you will use in place of activity-graph.herokuapp.com

Step-by-step instructions for deploying to Heroku (from CLI)

  1. Make a Heroku account.
  2. Install the Heroku CLI
  3. Clone the repository: git clone https://github.com/Ashutosh00710/github-readme-activity-graph.git
  4. Navigate in to the directory: cd github-readme-activity-graph
  5. Login to Heroku: heroku login
  6. Create Heroku app: heroku create and copy the URL you are given as output.
  7. Deploy app to heroku: git push heroku main
  8. Generate personal access token. Copy your token.
  9. Set token as heroku config var: heroku config:set TOKEN=<your token goes here>

Now just add the following to your profile readme and you're good to go.

![Github Activity Graph](<url from step 6>/graph?username=<username>)

Deploy on your own Replit instance

Step-by-step instructions for deploying to Replit (from UI)

  1. Sign in to Replit or create a new account at https://replit.com
  2. Click the Deploy button below

Run on Repl.it

  1. On the page that comes up, choose language as Node.js and then click Import from GitHub Button

Replit

  1. Visit the "Settings" tab and click "Reveal Config Vars"
  2. Visit this link to create a new Personal Access Token
  3. Scroll to the bottom and click "Generate token"
  4. Wait clone done and add Secrets with your Github token

Secrets

  1. Click the green RUN button on top, the console will run and at last the url will shows on the right
  2. Now just add the following to your profile readme and you're good to go
![Github Activity Graph](<url from step 5>/graph?username=<username>) 

Contributing

Please read through our contributing guidelines. Directions are included for opening issues, coding standards, and notes on development.

Core Team 💻


Ashutosh Dwivedi

📆💻📖🤔

Kshitij Srivastava

📆💻📖🎨

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Upamanyu Das

📖

Jonah Lawrence

💻📖

Milind Modi

📖

Vaibhav

💻📖

Jacob Philpott

💻📖

Sonu Kumar

🎨📖

Mykola Symon

💻

Sreyan Ghosh

🎨

Anant Mishra

🎨

Skyler

🎨

Iryna Mykoliuk

🎨

Dalpat Rathore

🎨💻

Dmitriy Fishman

📖

MagicLike

🎨💻

OnkarRuikar

💻

valetzx

📖

tranthaituananh

🎨📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Resources Used to build this project

PurposeLibrary NameLink
Graph ConstructionCHARTIST.JShttps://github.com/gionkunz/chartist-js


Star History

Star History Chart

Made with ❤ and TypeScript