Skip to content

programaker/Octogato

Repository files navigation

Octogato

Exploring Github API with Scala 3! =D

How to run?

First, you will need a Github Personal Token. Find the instructions to generate one here.

Having the token, you can either pass it using the --token command argument or using a GITHUB_TOKEN environemnt variable.

When running via Docker (as explained below), just provide the environemnt variable via a .env file.

via sbt

sbt run --help

This will show all available commands. To know more about a specific command, run:

sbt run <command> --help

via Docker

Build the image:

./build-image

And then:

./octogato --help

Or:

./octogato <command> --help

Like explained for sbt.