This bot automatically fills out Google Forms MCQ questions using DeepSeek AI to provide answers.
- Python 3.7 or higher
- Chrome browser installed
- DeepSeek API key
- Install the required dependencies:
pip install -r requirements.txt- Create a
.envfile in the project root and add your DeepSeek API key:
DEEPSEEK_API_KEY=your_api_key_here
- Run the script:
python form_bot.py-
When prompted, enter the Google Form URL.
-
The bot will:
- Open the form in Chrome
- Read each MCQ question
- Use DeepSeek AI to determine the correct answer
- Select the appropriate option
- Submit the form automatically
- Make sure you have a stable internet connection
- The bot works best with standard MCQ questions
- Some forms may have additional security measures that could prevent automation
- Use responsibly and in accordance with the form's terms of service
This tool is for educational purposes only. Please ensure you have permission to automate form submissions and comply with all relevant terms of service.