Skip to content
Alex Arbuckle edited this page Sep 26, 2024 · 8 revisions

Autonomous repository archive manager designed provide data to a portfolio algorithm. V2. Spring 2024.


Background

The following notebook provides key information about the project, including its purpose, structure, guidelines, and algorithms, helping those who want to learn more by addressing these topics.

Google Drive


Installation

docker-compose.yml

version: '3.8'

services:
  heimir:
    image: lxrbckl/project-heimir:latest
    environment:
      - tokenOctokit=

      - branch=
      - owner=
      - repository=
      - file=
      - urlGitHubUsers=

image project-heimir:latest
variable purpose of variable


Clone this wiki locally