API wrapper for Typeform written in Python
Project description
typeform-python
TypeForm API wrapper written in python.
Installing
pip install typeform-python
Usage
from typeform.client import Client
client = Client('CLIENT_KEY', 'CLIENT_SECRET')
Get authorization url
url = client.authorization_url('REDIRECT_URI', ['forms:write', 'forms:read'])
Exchange the code for a token
token = client.exchange_code('REDIRECT_URI', 'CODE')
Set the token
client.set_access_token('TOKEN')
Get form ID
client.get_form_uid('FORM_URL')
Get form information
client.get_form_information('FORM_UID')
Get form questions
client.get_form_questions('FORM_UID')
Get form metadata
client.get_form_metadata('FORM_UID', 'SINCE', 'UNTIL')
Get all forms
client.get_forms()
Create Webhook
client.create_webhook('WEBHOOK_URL', 'WEBHOOK_TAG', 'FORM_UID')
View Webhook
client.view_webhook('WEBHOOK_TAG', 'FORM_UID')
Delete Webhook
client.delete_webhook('WEBHOOK_TAG', 'FORM_UID')
Requirements
- requests
TODO
- create_form
- Update_form
- delete_form
- get_custom_form_messages
- update_custom_messages
- create_image
- get_images_collection
- get_image
- delete_image
- get_image_by_size
- get_background_by_size
- get_choice_image_by_size
- create_theme
- get_themes
- update_themes
- delete_themes
Contributing
We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.
You can report any bug you find or suggest new functionality with a new issue.
If you want to add yourself some functionality to the wrapper:
- Fork it ( https://github.com/GearPlug/typeform-python )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Adds my new feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
typeform_python-0.2.1.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file typeform_python-0.2.1.tar.gz
.
File metadata
- Download URL: typeform_python-0.2.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70cff5392e9ba11cbf5ab6523d8eb474abdecf8f9ffa6aac69efa025daa566ea |
|
MD5 | 3d6dda2455051f4481cd000ef0ff2d39 |
|
BLAKE2b-256 | ea91b67b97b3dacbc0590b7650f83add03e9c1006f35ee041f101ae13ae36e2d |
File details
Details for the file typeform_python-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: typeform_python-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 197b4ec12f1d437ad7198ab4306ba1536007a1ac177150de19d3f23c1d00ef8e |
|
MD5 | b734ee9667a7ebd7ad68f4d92a5ac543 |
|
BLAKE2b-256 | c7e17221be3ba61bb8a85d1134b74cda603bd9084fe63bae639a6039ead0498e |