• Stars
    star
    1,010
  • Rank 45,519 (Top 0.9 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

GitHub Activity Generator Gitter build

A script that helps you instantly generate a beautiful GitHub Contributions Graph for the last year.

Before 😐 😶 😒

Before

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

After

How to use

  1. Create an empty GitHub repository. Do not initialize it.
  2. Download the contribute.py script and execute it passing the link on the created repository
python contribute.py [email protected]: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 starts generating changes to the file for every day within the last year (0-20 commits per day). Once the commits are generated it links the created repository with the remote repository and pushes the changes.

Making contributions private

Note: This script doesn't encourage you to cheat. Cheating is bad. But if anybody is judging your professional skills by the graph at your GitHub profile (which caries no value) they deserve to see a rich graph.

For that matter, you might want to make the generated repository private. It is free on GitHub. Now, you only need to set up your account to show private contributions. This way GitHub users will see that you contributed something, but they won't be able to see what exactly.

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 12 commits a day. It will commit 60% days a year.

python contribute.py --max_commits=12 --frequency=60 [email protected]: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 current date the script should start committing, and how many days after the current date it will keep committing.

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

Run python 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. Check if 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 contributions following this guide.

Still no luck

Make sure the email address you have in GitHub is the same as you have in your local settings. GitHub counts contributions only when they are made using 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 "[email protected]"

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 using a new one which is not initialized.

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

More Repositories

1

goxygen

Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲
Go
3,378
star
2

skmz

A GraphQL-based Web App written with Go, React and MongoDB
Go
402
star
3

go-angular

A simple CRUD application written with Go and Angular
TypeScript
76
star
4

zeit

A Fitbit clock face for learners of the German language 🕐
TypeScript
45
star
5

twitter-plugin

IntelliJ IDE plugin that helps post code to Twitter
Kotlin
18
star
6

dto-generation-plugin

A show-case project demonstrating extension of IntelliJ IDEA's functionality
Java
15
star
7

COBOL.now

Now is the time to COBOL!
COBOL
15
star
8

sha256

A shortcut script that helps verify sha256 sums faster
Shell
12
star
9

role-based-athorization-in-nestj

Role-based Authorization with JWT using NestJS
TypeScript
7
star
10

ProgressBarExample

An Android app demonstrating how to use ProgressBar with AsyncTask
Java
5
star
11

game-contract

Tic-Tac-Toe Game Solana Contract 🦄
Rust
5
star
12

grpc-wallet

A simple wallet gRPC API implementation with Spring Boot and MySQL
Java
5
star
13

video-game-star-wars

A simple 2D video game written with Java. The game is implemented using only standard lib
Java
4
star
14

fr-builders

A collection of Docker images creating front end applications
Dockerfile
4
star
15

rainy-hills

Rainy Hills problem solver implemented in Java with Wildfly Swarm
Java
4
star
16

shpota.github.io

My personal web site
HTML
4
star
17

solana-wallet-linking

An example of verifying a Solana wallet signature in Java
JavaScript
3
star
18

do-while-loop-implementation-in-scala

'Handmade' implementation of DO-WHILE loop using only build-in Scala features.
Scala
2
star
19

LuceneWebSearch

This is the web search application which allows to index web pages and to search a particular data over indexed information
Java
2
star
20

shpota

1
star
21

cde

Continuous Delivery Example with Git, Docker and Kubernetes
Python
1
star
22

sashashpota.com

Redirect from sashashpota.com to shpota.com
1
star