Roast your Github profile in command-line (CLI)
First off, clone this repo to your machine
git clone https://github.com/erhaem/github-roast-cli
You need to set your Github Access Token, and Gemini API Key at .env
file - simply rename .env.example
to .env
GITHUB_TOKEN=Your github access token goes here
GEMINI_API_KEY=Your Gemini API key goes here
NodeJS
npm install
Bun
bun install
NodeJS
node --env-file=.env index.js
# by default the result appears in English
# specify language:
node --env-file=.env index.js --lang indonesia
node --env-file=.env index.js --lang javanese
Bun
bun run index.js
# by default the result appears in English
# specify language:
bun run index.js --lang indonesia
bun run index.js --lang javanese
This project is highly inspired by Bagus Indrayana's roastgithub
This project is under MIT License