Scripts for processing event session and speaker data to ensure compliance with OpenFeedback requirements. This project generates unique speaker entries for each session and prepares data for easy import into OpenFeedback.
- Unique Entry Generation: Creates distinct speaker entries for each session.
- Data Preparation: Formats data for simplified import into OpenFeedback.
- Python 3.x
- Necessary Python libraries (see
requirements.txt)
- Clone the repository:
git clone https://github.com/jduigoudev/BFBSessionJSONConverter.git
- Install required libraries:
pip install -r requirements.txt
- Run the converter script:
python convert.py input.json output.json
Contributions are welcome! Please submit a pull request or open an issue for any changes or suggestions.
This project is licensed under the MIT License.