Skip to content
/ Bot Public

Hack Github Contribution Graphs using Python

Notifications You must be signed in to change notification settings

rewyekha/Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Hack Github Contribution Graphs using Python

(Educational Purpose only)

Basically creates a fake contribution(Commit, Issues, Pull requsts) graph on your github overview page.

Usage:

  1. Clone repo.

Warning:

Running the script will directly edit your contribution graph, you have to delete the repo in your github account to reverse contribution graph changes.
  1. Install Module
pip install requests
  1. Run the python script using the command:
python generate_graph.py
  1. Let it do the job.

Before:
image

After:
image

Releases

No releases published

Packages

No packages published

Languages