Currently being refactored to support multiple AI Clients and output formats. Features may not work as expected and documentation is likely out of date
Speed up creating Blooket question sets using AI.
- Generate distactors for multiple-choice questions using AI
- Easily create Blooket question sets with minimal input
- Supports HackclubAPI and OpenAI API for AI functionalities
- Download and unzip the repository.
- Install the required packages:
pip install -r requirements.txt
- Create a
.envfile in the root directory and add one of the following API keys:HACKCLUB_API_KEY=your-hackclub-api-key-here OPENAI_API_KEY=your-openai-api-key-here - Fill in questions and answers in
questions.txtfollowing the format:Question 1? Correct Answer 1 Question 2? Correct Answer 2 - Run the application:
python main.py
- Upload the generated
output.csvto Blooket using the spreadsheet import feature.