Skip to content

aliifam/github-activity-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Github Activity Generator

disclaimer: I made this project with the aim of having fun and to learn to automate things using the Python language

hello, this is my second automation project which is making a github activity generator, using this script you can change and manipulate your github contribution timeline from arid to greenish:

Before 😩👎

Github Activity Generator

be lush and very green, you will look very active and consistent in contributing on Github:

After 💪👍

Github Activity Generator

How to use?

  1. Make sure in your Machine already installed Python 3 and Git
  2. Make sure Git in in your Machine already configured with Github.
  3. create an empty Github Repository can public or private, but I prefer you to make it private. do not initialize it.
  4. Download the main.py script and open the file in your text editor.
  5. delete the file commit.txt
  6. customize the script in main.py for configuration as you want in here:
total_day = 366 #total days back
commit_frequency = 10 #commit time per day
repo_link = "https://github.com/aliifam/github-activity-generator.git"
  1. after the script is already, you just run the script and see the magic.
  2. the script will make a new commit.txt file and make very many commit as you want after the process finished the script will push the repository to GitHub.
  3. after all the process is successful, please press the star for this repository😊.

Troubleshooting

do you have a question or do you get an error?

please create an issue in this repository and I will try to answer and solve it.

About

simple GitHub activity generator build using Python language, Lest' s make your GitHub contribution GREEN like forest

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages