programaker / Octogato

Using Scala to consume Github API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Using Scala to consume Github API


Languages

Language:Scala 98.9%Language:Shell 1.1%