█▄ ▄█ ▄▀▀▀▄ █▀▀▀▄ ▄▀▀▀▄ █▄ █ █ █ ▄▀▀▀
█ ▀ █ █▀▀▀█ █▀▀█ █ █ █ ▀▄█ █ █ ▀▀▀▄
▀ ▀ ▀ ▀ ▀ ▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀
google forms automation @maronus
A minimal, command-line Google Forms automation tool that simulates bulk human responses and bypasses rate limits.
I made this project because in school they did not let us see the exam results unless we submit at least 50 responses on a feedback form, and my colleagues were lazy and not helping. Instead of waiting for them, I built this script to automate the process and get past the requirement.
I didn't want any of my colleagues to take the source code, monetize the script, and sell it to other students. Therefore, I built a custom encryption tool to pack the source code into an encrypted payload.
- Linked Distribution System: Creates consistent "Virtual Users" to ensure logically flawless submissions without contradictions.
- Human-like Delays: Supports regular or irregular delay timers between responses.
- RTL Support: Full terminal support for right-to-left languages (Arabic, Hebrew).
- Zero Config: Automatically installs required dependencies on any system, including Android's Termux.
- Create Virtual Users: The script reserves slots for the total number of responses you want.
- Distribute Question 1: Answers are assigned top-to-bottom.
- Distribute Question 2: The next set of answers aligns with the previous ones, so User 1's profile stays perfectly consistent.
- The Final Shuffle: Once all profiles are built, the script shuffles them like a deck of cards.
- Submission: The responses are sent in this new randomized order so Google doesn't detect a sequential pattern.
Run this command in your terminal to instantly download and launch the bot:
Windows (PowerShell):
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Maronus/Google-Forms-Automation-Bot/main/src/google_forms_bot.py -OutFile google_forms_bot.py ; python google_forms_bot.pyWindows (CMD) / Linux / macOS / Termux:
curl -sO https://raw.githubusercontent.com/Maronus/Google-Forms-Automation-Bot/main/src/google_forms_bot.py && python3 google_forms_bot.py(Note: The downloadable script is encrypted to prevent resale by third parties. The full source code is available in the src/ folder for developers).
This script is intended for educational purposes only. Do not use it to spam or abuse services.