prod1101/CTFTime Team Scores Exporter
Export CTFTime team scores to a Markdown file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| team_id | Team Id to generate the scores for. | yes | 8323 |
| outfile_path | Filepath to print the output to | yes | ./team-scores.md |
| start_year | Only get data from this year onward. | no | 2011 |
| end_year | Only get data until the specified year. | no | present |
| prefix | Text to prepend to the scores | no | "" |
| suffix | Text to append to the scores | no | "" |
| percentile_colors | Colors for the percentiles | no | false |
| percentile_rankings | Display the percentile rankings as a Markdown table | no | false |
| percentile_color_100 | Color for the 100th percentile. Only used if percentile_colors is true. | no | #e5cc80 |
| percentile_color_99 | Color for the 99th percentile. Only used if percentile_colors is true. | no | #e268a8 |
| percentile_color_95 | Color for the 95th percentile. Only used if percentile_colors is true. | no | #ff8000 |
| percentile_color_75 | Color for the 75th percentile. Only used if percentile_colors is true. | no | #a335ee |
| percentile_color_50 | Color for the 50th percentile. Only used if percentile_colors is true. | no | #0070ff |
| percentile_color_25 | Color for the 25th percentile. Only used if percentile_colors is true. | no | #1eff00 |
Outputs
| name | description |
|---|---|
| scores | The fetched and generated scores |