Skip to content

sleepyme06/phantom-fill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘» Phantom Fill

Silently fills. Randomly answers. Vanishes without a trace.

Python Selenium Edge Status


Phantom Fill is a Python + Selenium bot that submits Google Forms multiple times with randomized answers β€” like a ghost that won't stop filling out surveys.

Set a URL. Set a count. Watch it go.

πŸ› οΈ Setup

1. Install dependencies

pip install -r requirements.txt

2. Create your .env file

EDGE_DRIVER_PATH=C://path/to/msedgedriver.exe
FORM_URL=https://forms.gle/YOUR_FORM_ID
SUBMISSION_COUNT=40

3. Run it

python main.py

That's it. The phantom does the rest.


πŸ“ Project Structure

phantom-fill/
β”œβ”€β”€ main.py           # core automation script
β”œβ”€β”€ .env              # your secrets (NOT on GitHub)
β”œβ”€β”€ .gitignore       
β”œβ”€β”€ requirements.txt  # dependencies
└── README.md         # you are here

βš™οΈ How It Works

  1. Opens the Google Form in MS Edge via Selenium
  2. Finds all questions using CSS selectors
  3. For each question β€” randomly selects radio buttons or checkboxes (skips "Other")
  4. Scrolls to and clicks the Submit button
  5. Verifies the success message
  6. Repeats SUBMISSION_COUNT times

⚠️ Disclaimer

This project is for educational and testing purposes only.
Always get permission before running automated submissions on forms you don't own.
With great automation comes great responsibility. πŸ•·οΈ


🧰 Tech Stack

Tool Purpose
Python 3.x Core language
Selenium Browser automation
MS Edge WebDriver Browser driver
python-dotenv Environment config

Built to haunt. Use wisely.

About

πŸ‘» Silently fills & submits Google Forms multiple times. Built with Python + Selenium. Set it. Forget it. Vanish.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages