Fill your Google Form attendance or any kind as fast as possible, using HTTP Request and Discord Bot, without even needed to open a browser.
Install Python 3, and use the package manager pip to install discord.py
pip install discord.py
Simply track the post request of the Google Form via the Developer Tools, and change the Bot Token in the code depending on yours!.
# Run the bot with the bot token.
client.run("Change this into your bot token.")
Here are some screenshots on how the bots looks like in both Discord and Google Form Reponses Data. Here are the screenshot of the Discord Application simulating me and how the bot works.
From above screenshot, you can clearly see I'm sending a form data into the Google Form URL. Now, let's see from the Google Forms owner's side. The response was still recorded though...
There's no difference between manual input and the Bot input. So, I guess it's worth trying. You can improve the code though. ;)