Authors:
Describe the installation instruction here.
Extract data from LauzHack:
just hackalysis --output_folder ./data --hackathon_provider lauzhackExtract specific LauzHack years with the CLI:
uv run hackalysis -o ./data -p lauzhack -y 2023,2024,2025Extract data without specifying the years will default to extracting all available years for the specified provider.
```bash
uv run hackalysis -o ./data -p lauzhack
```
Extract data from Devpost:
```bash
just hackalysis --output_folder ./data --hackathon_provider devpost --hackathon_name "ExampleHackathonName"
```
or
```bash
just hackalysis -o ./data -p devpost -n "ExampleHackathonName"
```
## Development
Read first the [Contribution Guidelines](/CONTRIBUTING.md).
For technical documentation on setup and development, see the
[Development Guide](docs/development-guide.md)
## Acknowledgement
Acknowledge all contributors and external collaborators here.
## Copyright
Copyright © 2026-2028 Swiss Data Science Center (SDSC),
[www.datascience.ch](http://www.datascience.ch/). All rights reserved. The SDSC
is jointly established and legally represented by the École Polytechnique
Fédérale de Lausanne (EPFL) and the Eidgenössische Technische Hochschule Zürich
(ETH Zürich). This copyright encompasses all materials, software, documentation,
and other content created and developed by the SDSC.