antwxne/PLD_Generator

Repository files navigation

  • docker
  • docker-compose
  • OAUTH token with repo scope authorization
docker-compose build
docker-compose up

Please provide a .env file in the config folder.

And provide the following informations:

# Your  OAUTH_TOKEN
OAUTH_TOKEN=

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

format:

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

This file contains a list of repositories

format:

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

https://.com/owner/repository

Check the template.

About

Python script to generate EPITECH EIP PLD in .docx format

Topics

Resources

License

Stars

Watchers

Forks