N0Ls / CommitBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commit Bot

Small project project that started as a joke. This bot automatically makes fake commits for you and increase your GitHub contributions number.

Node Shield npm GitHub repo size

This script is for educational purposes only. It was made to play around with Node.js. Tested with 5 commits on this account.

The connection with username/password is the normal process when using the git push command.
The program never uses your username or password.
If you don't trust that, leave the program after the commits are down and use :
git push -u origin master

Requirements

  • A linux terminal
  • npm
  • An internet connection

Installation

To use the bot, use the following commands

git clone https://github.com/N0Ls/CommitBot.git

cd CommitBot

npm install (on first use)

node bot.js

Now you can follow the inputs of the script.

Licence

Code licensed under MIT License.
GitHub

About

License:MIT License


Languages

Language:JavaScript 100.0%