Skip to content

Python script to generate EPITECH EIP PLD in .docx format

License

Notifications You must be signed in to change notification settings

antwxne/PLD_Generator

Repository files navigation

PLD_Generator

Requirements

  • docker
  • docker-compose
  • Github OAUTH token with repo scope authorization

Usage

docker-compose build
docker-compose up

Config

.env file

Please provide a .env file in the config folder.

And provide the following informations:

# Your github OAUTH_TOKEN
OAUTH_TOKEN=

USERS_CONFIG

This file contains an association between your github user_name and you real name

format:

[
  {
    "user_name": "your github user name",
    "name": "Your Name"
  }
]

REPOSITORIES_CONFIG

This file contains a list of repositories

format:

[
  {
    "repository": "owner/repository"
  }
]

https://github.com/owner/repository

Config

Check the template.