Skip to content
/ raider Public

Sends a daily summary of Git commits for the year to the provided email address.

Notifications You must be signed in to change notification settings

daveads/raider

Repository files navigation

Raider

Raider ranks specific users based on their GitHub commits for the current year and orders them by commit frequency. The system sends the commit statistics for the year, along with daily commit information, either for you or specific users via email.

Usage

  1. Users commit for the current year: Edit the brainiacs.txt file and add your GitHub username.

  2. To get daily commits: Edit the specific_brainiacs_data.json file and add your username.

  3. To receive emails: Add your email addresses.

NOTE: To get receive daily commit via Email : add your username to list in the brainiacs.txt and specific_brainiacs_data.json files.

image image

For local build or pushing to a server:

  • Clone the repository:

    git clone git@github.com:daveads/raider.git
    
  • Edit the environment variables:

    mv env_var .env
    // Edit details in the .env file
    
  • Set up environment variables and perform other setup:

    bash run.sh

// Once these steps are completed, you should be all set!

About

Sends a daily summary of Git commits for the year to the provided email address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published