A patient hand that fires lines into the window beside it.
Volley is a small desktop tool that takes a list of commands — or messages, prompts, anything line-based — and feeds them, one by one with a configurable delay, into whatever window you point it at. Built for queuing up repetitive paste-and-Enter work without babysitting the keyboard.
# are skipped.| CountdownTIME-TO-LAUNCH | Time before sending begins. Pick s · m · h for seconds, minutes, or hours. Use the countdown to Alt-Tab to your target. |
|---|---|
| Delay betweenPER-LINE PAUSE | Pause between lines. Tune higher for slow commands — e.g. 8s is roughly safe for /plugin marketplace add. |
| Loop stopHOW-MUCH-FOREVER | Off = one pass. 3× / 5× / 10× = N cycles. 1h = run for an hour. ∞ = forever until Stop. |
| Click spotFOCUS POINT | Where Volley clicks to focus the target before each paste. Auto = 20px left of the Volley window. Pick with scope = aim a crosshair at any pixel. |
| Press Enter after eachCOMMIT THE LINE | Submit each line by pressing Enter after the paste. Off if you want the line to sit unsent. |
| Click before pasteNUDGE INTO FOCUS | Toggle the pre-paste focus click. Off if your target is already locked in and you don’t want extra clicking. |
| Return focus after pasteHAND IT BACK | Restore focus to whatever window you were using before each paste — so you can keep typing while the queue runs. |
pip install -r requirements.txt
pythonw volley.pyw
Tk variant: pythonw volley_tk.pyw. Requires Python 3.10+ on Windows — keystroke automation is Windows-tuned, and the WebView2 backend is Windows-specific.