Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qsoulior/stankin-parser

CLI utility to parse stankin schedules
https://github.com/qsoulior/stankin-parser

Last synced: 30 days ago
JSON representation

CLI utility to parse stankin schedules

Awesome Lists containing this project

README

        

# stankin-parser
[![Go Version](https://img.shields.io/github/go-mod/go-version/qsoulior/stankin-parser?style=flat-square)](https://go.dev/doc/go1.23)

stankin-parser is CLI utility to parse stankin schedules and convert them to json or ical formats.

## Running
```
go run . -input foo.pdf -output bar.ics -format ical
```

## Flags
| Flag | Default value | Description |
| ---- | ------------- | ----------- |
| input || input file path |
| output || output file path |
| format | ical | encoding format (must be "ical" or "json") |
| subgroup | all subgroups | subgroup to filter events |
| year | current year | year of events since source schedule doesn't contain it |