Skip to content

sdsc-ordes/open-pulse-hackalysis

Repository files navigation

project logo

open-pulse-hackathon-analysis

Current Release Pipeline Status

Authors:

Installation

Describe the installation instruction here.

Usage

Extract Hackathon Data

Extract data from LauzHack:

just hackalysis --output_folder ./data --hackathon_provider lauzhack

Extract specific LauzHack years with the CLI:

uv run hackalysis -o ./data -p lauzhack -y 2023,2024,2025
Extract 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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors