Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qsoulior/stankin-parser
- Owner: qsoulior
- Created: 2024-10-19T09:49:21.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:08:34.000Z (3 months ago)
- Last Synced: 2024-11-21T05:38:07.780Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |