Skip to content
Snippets Groups Projects
Select Git revision
  • dcd0e92afca154f8bd7a8448da24aeb0466cb25c
  • master default protected
2 results

Gitlab-Api-Example

  • Clone with SSH
  • Clone with HTTPS
  • Forked from an inaccessible project.
    user avatar
    Chris Bielow authored
    dcd0e92a
    History

    Gitlab API example

    Allows to

    • create projects within a group
    • delete projects within a group
    • batch-assign students to projects (via .tsv file)

    Requirements

    • Python(3)
    • a manually created group in Gitlab
    • a corresponding Gitlab access token (available via environment variable $GITLABTOKEN) when running main.py

    Get started

    • run main.py