Activity Booster

How it works?

This tool runs entirely in your browser. It creates a Git repository that, when pushed to your GitHub account, will update your activity graph. Please note that it may take several minutes for GitHub to reflect these changes.

How to push to my Github account?

To easily create and push a new private repository to your GitHub account, follow these steps using the GitHub CLI tool.

unzip activity-repo.zip -d REPO
cd REPO
gh auth login
gh repo create REPO --private --push --source .

Why is not working?

If you have followed the steps above and made the repository private, you need to enable private contributions in your GitHub profile. To do this, go to your profile, select Contribution settings, and then enable Private contributions.