Skip to content

A program that will farm and create commits on your GitHub account by creating files and uploading them onto GitHub

License

Notifications You must be signed in to change notification settings

SelimWaly/commits-farm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Commits Farm

A program that will farm and create commits on your GitHub account.

This project was created simply to farm GitHub commits on your account for a cooler profile and keeping your account active:

Results

A long time ago I have create a very simple version and tested it on an alternative account and these were the results:

112,000 commits on GitHub

How it works

You might wonder what is the formula used by this program
This program does a simple operation using the built-in Python module random to generate a random integer from 1 to 10. After choosing a number, if the number is 1, 2 or 3 it waits 15 seconds then chooses another number. The rest of the numbers correspond to a progrmamming language that the program writes a simple script with to output "Hello, world!" then publish the file on GitHub with the name Temp- then a random salt then the file type of that programming language.
Here are the programming languages the numbers correspond to:

4. C++
5. C
6. Python
7. Jupyter
8. JavaScript
9. TypeScript
10. Brainfuck

How to use

  1. Install Git Bash and run the installer.
  2. Create an empty folder on your computer dedicated to this program.
  3. In your new folder, clone this repository using the command git clone https://github.com/SelimWaly/commits-farm.git.
  4. After cloning, enter into the repository's folder using the command cd commits-farm.
  5. Use a Python interpreter of your choice to run the file main.py.

Here are the commands to copy and paste into your terminal to execute all at once:

git clone https://github.com/SelimWaly/commits-farm.git
cd commits-farm
python main.py

The program should now work. If any errors or issues occur, don't hesitate to create an issue here in this repository.

WARNING: DO NOT RUN THIS SCRIPT IN THE DESKTOP OR ANY DIRECTORY SIMILAR TO THAT. PLEASE CREATE A FOLDER DEDICATED TO THIS FARM TO PREVENT ISSUES WITH YOUR COMPUTER OR RANDOM FILES APPEARING ON YOUR COMPUTER.

License

This project is under the MIT License. Please check LICENSE for more information.

Thank you for viewing this repository and happy farming

About

A program that will farm and create commits on your GitHub account by creating files and uploading them onto GitHub

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages