Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A script that helps generate a rich GitHub Contribution Graph for your account 🤖

License

NotificationsYou must be signed in to change notification settings

Shpota/github-activity-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A script that helps youinstantly generate a beautiful GitHub Contributions Graphfor the last year.

⚠ Disclaimer

This script is for educational purposes and demonstrating GitHub mechanics. It should not be used to misrepresent professional contributions or coding activity.

Check my other projects

I created this project more than five years ago. Since then, I have built severalmuch more valuabletools which I encourage you to check:

  • sol4k - Kotlin, JVM, and Android client for Solana
  • podil.js - Lightweight and secure database schema migration tool
  • goxygen - Web project generator
  • zeit - A Fitbit clock face for learners of the German language

What it looks like

Before 😐 😶 😒

Before

After 💪 😌 ❤️ 😎 🤘 🐴 😉 🔥 💃 🎅 🎆 🍒 🎉

After

How to use

  1. Create an empty GitHub repository. Do not initialize it.
  2. Downloadthe contribute.py scriptand execute it passing the link on the created repository
python contribute.py --repository=git@github.com:user/repo.git

Now you have a repository with lots of changes in your GitHub account.Note: it takes several minutes for GitHub to reindex your activity.

How it works

The script initializes an empty git repository, creates a text file and startsgenerating changes to the file for every day within the last year (0-20 commitsper day). Once the commits are generated it links the created repository withthe remote repository and pushes the changes.

Customizations

You can customize how often to commit and how many commits a day to make, etc.

For instance, with the following command, the script will make from 1 to 12commits a day. It will commit 60% days a year.

python contribute.py --max_commits=12 --frequency=60 --repository=git@github.com:user/repo.git

Use--no_weekends option if you don't want to commit on weekends

python contribute.py --no_weekends

If you do not set the--repository argument the script won't push the changes.This way you can import the generated repository yourself.

Use--days_before and--days_after to specify how many days before the currentdate the script should start committing, and how many days after the current date itwill keep committing.

python contribute.py --days_before=10 --days_after=15

Runpython contribute.py --help to get help.

System requirements

To be able to execute the script you need to have Python and Git installed.

Troubleshooting

I performed the script but my GitHub activity is still the same.

It might take several minutes for GitHub to reindex your activity. Checkif the repository has new commits and wait a couple of minutes.

The changes are still not reflected after some time.

Are you using a private repository? If so, enable showing private contributionsfollowing this guide.

Still no luck

Make sure the email address you have in GitHub is the same as you have inyour local settings. GitHub counts contributions only when they are madeusing the corresponding email.

Check your local email settings with:

git config --get user.email

If it doesn't match with the one from GitHub reset it with

git config --global user.email "user@example.com"

Create a new repository and rerun the script.

There are errors in the logs of the script.

Maybe you tried to use an existing repository. If so, make sure you are usinga new one which isnot initialized.

If none of the options helped, open an issue and I will fix it as soon as possible.

About

A script that helps generate a rich GitHub Contribution Graph for your account 🤖

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp