Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.31 KB

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.