Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lflex-celcat-survival
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
poquet
millian
lflex-celcat-survival
Commits
4f1b2db0
Commit
4f1b2db0
authored
1 year ago
by
Millian Poquet
Browse files
Options
Downloads
Patches
Plain Diff
doc: ut3 authentication
parent
8ff71e93
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-2
11 additions, 2 deletions
README.md
with
11 additions
and
2 deletions
README.md
+
11
−
2
View file @
4f1b2db0
...
...
@@ -12,7 +12,7 @@ This project tries to make CELCAT usable by:
### Usage
```
Usage: fetch-celcat [OPTIONS] COURSE_REQUEST_FILE
Usage: fetch-celcat [OPTIONS] COURSE_REQUEST_FILE
CREDENTIALS_FILE
Options:
--json, --json-raw TEXT If set, raw CELCAT events are written as JSON to this file.
...
...
@@ -23,7 +23,7 @@ Options:
--help Show this message and exit.
```
The course request input file defines which courses you are interested in.
**
The course request input file
**
defines which courses you are interested in.
For example, if you give the following courses:
-
BAS (apogee code KINXIB11)
...
...
@@ -41,6 +41,15 @@ KINXIB11,BAS,2022-09-05 00:00:00,2022-10-21 23:59:00,TP,INXIB11A42,3
KINXIB21,SR1,2022-09-05 00:00:00,2022-10-21 23:59:00,TP,INXIB21A42,5
```
**The credentials input file**
is a JSON file that contains your UT3 credential information, for example:
```
json
{
"username"
:
"YOUR_UT3_USERNAME"
,
"password"
:
"YOUR_UT3_PASSWORD"
}
```
### Use this script with caution
The only life jacket of this script is that it prints a warning if the number of fetched events is not the expected one for each course request.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment