Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dimitri Podborski
AutomationTools
Commits
74b76b9d
Commit
74b76b9d
authored
Jan 14, 2021
by
Dimitri Podborski
Browse files
Update README.md
parent
dba9cafc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
74b76b9d
Currently this is just a simple quick hack, but it
work
s.
# Automation tools for MPEG
work
flow
New ideas are welcome.
## :warning: ATTENTION :warning:
The general idea is to fire requests to MDMS using curl, process the information, use gitlab API to manage issues.
\ No newline at end of file
Currently this is just a simple
**very quick hack**
, but it works.
New ideas are welcome. Open new issues for your ideas.
The general idea is to fire requests to MDMS using curl, process the information, use gitlab API to open issues.
## Requirements
To work properly this script requires the following
**environment variables**
:
-
`MPEG_LOGIN`
- MDMS login
-
`MPEG_PWD`
- MDMS password
-
`GITLAB_TOKEN`
- your private GitLab token. You can create your token
[
here
](
http://mpegx.int-evry.fr/software/profile/personal_access_tokens
)
.
Following
**python packages**
should be installed:
```
sh
pip3
install
python-gitlab bs4 csv
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment