Hacker News new | ask | show | jobs
by adpirz 2717 days ago
Looks good! One of the best reasons to learn python: automating the boring stuff. If you like to write these scripts, definitely check out this book (free online): https://automatetheboringstuff.com/

With all that said, I'm baffled as to why this automation script for a particular Google form --a protected one, no less -- is on the front page...

1 comments

Thanks for the reply. Surely this can be more generic, where the script itself asks for the required input for once, fetching questions from any form (instead of hard-coding them in the script) and using those inputs to submit it n times!