An open API service indexing awesome lists of open source software.

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.

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