Skip to content

Modify your contribution graph to show the dates starting from 1970 on your profile.

License

Notifications You must be signed in to change notification settings

0vm/commit-graph-spoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Contribution Graph Date Spoofer

This script automatically creates a GitHub repository, makes a fake commit from 1970, and pushes it. {475DA972-F465-4E05-948D-D7EC12C9E030}

Prerequisites

  • Git must be installed on your system.

    • Windows: Download Git
    • MacOS: Install via Homebrew:
      brew install git
    • Linux: Install via package manager:
      sudo apt install git -y  # Debian/Ubuntu
      sudo dnf install git -y  # Fedora
  • Python 3 must be installed.

    • Check by running:
      python --version

Usage

  1. Get a GitHub Personal Access Token (PAT)

  2. Run the script:

    python create_repo.py
  3. Enter your GitHub credentials when prompted.

  4. The script will:

    • Create a new repository named contribution-graph.
    • Make a commit with a backdated timestamp from 1970.
    • Push everything to GitHub automatically.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Modify your contribution graph to show the dates starting from 1970 on your profile.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages