Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 790 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 790 Bytes

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