Draft
Conversation
Renamed the sponsor data file from `data/sponsors/PyConIt/2024.json` to `data/sponsors/PyConItalia/2024.json` to use the correct conference name, `PyCon Italia`.
Introduce `scripts/pyconitalia.py` to fetch and save sponsors data from the PyCon Italia GraphQL API. The script retrieves sponsor levels and sponsor details, formats them, and writes the result to a JSON file. This will help automate the process of collecting and storing sponsor information for each conference year.
Add new JSON files for PyCon Italia sponsors for years 2022, 2023, and
2025, and update the 2024 data in
`data/sponsors/PyConItalia/{2022,2023,2024,2025}.json`. This ensures
that sponsor and level information is available for these years and
keeps the dataset up to date for the conference series.
- Adds new files: `2022.json`, `2023.json`, `2025.json`
- Updates: `2024.json` with latest sponsor and level data
This data will be used for sponsor listings and historical reference
across the PyCon Italia website and related tools.
Add new speaker data files for PyCon Italia 2023, 2024, and 2025 in `data/speakers/PyConItalia/`. Update the `scripts/pyconitalia.py` script to support these new files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO