gitextract_tkpe_h2j/ ├── .github/ │ └── workflows/ │ └── generate_data.yml ├── 2022.md ├── LICENSE.md ├── README.md ├── archive/ │ ├── 2019.md │ └── 2020.md ├── code-of-conduct.md ├── contributing.md ├── data/ │ ├── 2019.ics │ ├── 2019.json │ ├── 2020.ics │ ├── 2020.json │ ├── 2021.ics │ ├── 2021.json │ ├── 2022.ics │ └── 2022.json ├── scripts/ │ ├── awesome_event.py │ ├── generate_data.py │ └── requirements.txt └── template.md