Skip to content
Snippets Groups Projects
Commit b995ad0c authored by Tomasz Kaźmierczak's avatar Tomasz Kaźmierczak
Browse files

Update README.md

parent 5940cf5c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ All dependencies are stored in the file **requirements.txt**, install them:
Sample configuration file is env_example. You should rename it to .env
This file should contain tokens from gitlab:
`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567`
`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567`\t
`DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567`
Token can be generated from gitlab.geant.org (for production) or k8s-gitlab.software.geant.org (for developer):
......@@ -28,13 +28,13 @@ The token looks similar to this: glpat-ABCdefGhIj123xyz4567 -> string 'glpat-' a
## Usage
Script have two flags:
- production - take data from gitlab.geant.org
- developer - take date from k8s-gitlab.software.geant.org
-- production - take data from gitlab.geant.org
-- developer - take date from k8s-gitlab.software.geant.org
Start Bash or CMD/PowerShell on your local computer and open folder with this project.
Example run (Windows):
`C:\...\gitlab-getlists> python.exe .\main.py --developer`
`C:\...\gitlab-getlists> python.exe .\main.py --developer`\t
`C:\...\gitlab-getlists> python.exe .\main.py --production`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment