https://github.com/logicalicy/google_forms
A simple API for creating a web proxy for Google forms.
https://github.com/logicalicy/google_forms
google-forms python
Last synced: about 1 month ago
JSON representation
A simple API for creating a web proxy for Google forms.
- Host: GitHub
- URL: https://github.com/logicalicy/google_forms
- Owner: logicalicy
- License: mit
- Created: 2016-07-09T15:32:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-09T15:33:26.000Z (over 9 years ago)
- Last Synced: 2024-07-30T18:53:53.639Z (over 1 year ago)
- Topics: google-forms, python
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary
A simple API for creating a web proxy for Google forms.
# Install
```
pip install google_forms
```
# Usage
```
from google_forms import google_forms
response_status = google_forms(
'2ae5KGBJrE3HmPSLnUyVwKENTpasiwueI9ZlOpsW3kdp',
{ 'entry.92010082': 'example@gmail.com' }
)
// response_status = 200
```
# License
See [LICENSE](LICENSE).