Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 484 Bytes

README.adoc

File metadata and controls

27 lines (18 loc) · 484 Bytes

MicroProfile Website Bot

Prerequisites

  • Java >= 11

  • Maven

Configure

src/main/resources/META-INF/microprofile-config.properties is the file where you can customize:

  • The list of Github repositories to scan.

  • Your MP_BOT_TOKEN (local development only)

  • Output file containing the contributors list in json format.

Build

mvn verify

Run

./target/contributors main .

The file docs/contributors.json will contain the contributors data.