This folder contains scripts that transform CSV data exported from Devpost to a format accepted by Gavel (the version used by nwHacks that supports multiple categories).
It currently exports projects
and categories
.
- Go to
https://manage.devpost.com/challenges/<hackathon_id>/dashboard/reports/activity
- Use the following settings and press the
Generate .csv report
button. - Clone this repo, and change directory into this folder.
- After the file has finished processing, right-click
Download report
and save the file assubmissions.csv
in this folder.
- Ensure that you have Python 3 installed with
python --v
- Run
python main.py submissions.csv
from this folder.
The tool will have outputted categories.csv
and projects.csv
, both of which can be imported directly to Gavel.