Skip to content

cuppilekkia/youmanity-contest-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youmanity Photos exporter

Utility to export contest photos in a unique folder.

It renames the files with the following format:

[participant name]-[email]-[entry number: 1, 2...].[extension]

Setup

Install requirements

pip3 install -r requirements.txt

Export the DB table with the entries as CSV file and put it in the contest folder.

Setup the folders starting from this as root, like:

youma-contest-2022/
    iscrizioni2022.csv
    photos/
        [all the photos]
    exports/
        [initially empty]
constants.py
main.py
[...]

Check the constants in constants.py file to reflect the folder setup and the CSV delimiter.

Run

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages