This script fetches guest information for a given Partiful event and downloads profile images of attendees.
uv run --python 3.13 scripts/partiful.py <USER_ID> <EVENT_ID> [OUTPUT_FOLDER]Replace <USER_ID> and <EVENT_ID> with the appropriate values. Optionally, specify OUTPUT_FOLDER. If omitted, images will be saved to partiful by default.
- Ensure you have valid
USER_IDandEVENT_IDbefore running the script. - The script will create the
partifulfolder if it does not exist.
MIT License