Skip to content

Fill in a Google Form without needing to open a Browser, as so fast with a Discord Bot and HTTP Request. Created using Python 3.

Notifications You must be signed in to change notification settings

malpraku/Discord-GForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Discord Google Form

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.

Installation

Install Python 3, and use the package manager pip to install discord.py

pip install discord.py

Usage

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.")

Screenshots

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.

Discord

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...

Form

There's no difference between manual input and the Bot input. So, I guess it's worth trying. You can improve the code though. ;)

About

Fill in a Google Form without needing to open a Browser, as so fast with a Discord Bot and HTTP Request. Created using Python 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages