Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malpraku/Discord-GForm
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.
https://github.com/malpraku/Discord-GForm
discord discord-bot discord-py google-form google-forms http-requests
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/malpraku/Discord-GForm
- Owner: malpraku
- Created: 2021-02-04T13:05:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T13:16:10.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T06:06:10.661Z (5 months ago)
- Topics: discord, discord-bot, discord-py, google-form, google-forms, http-requests
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://pip.pypa.io/en/stable/) to install discord.py
```bash
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!.
```python
# 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](https://i.ibb.co/64jKzJN/demo1.jpg)
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](https://i.ibb.co/GsvQZqF/bro2.jpg)
There's no difference between manual input and the Bot input. So, I guess it's worth trying. You can improve the code though. ;)