{"id":19640141,"url":"https://github.com/gearplug/typeform-python","last_synced_at":"2025-04-28T11:31:03.277Z","repository":{"id":62585929,"uuid":"104220970","full_name":"GearPlug/typeform-python","owner":"GearPlug","description":"TypeForm API wrapper written in python.","archived":false,"fork":false,"pushed_at":"2023-03-28T14:14:49.000Z","size":34,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T03:41:29.009Z","etag":null,"topics":["api","python","typeform","typeform-api-wrapper","typeform-python","wrapper","wrapper-api"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GearPlug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-20T13:45:11.000Z","updated_at":"2024-09-22T13:17:38.000Z","dependencies_parsed_at":"2022-11-03T22:08:00.071Z","dependency_job_id":null,"html_url":"https://github.com/GearPlug/typeform-python","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Ftypeform-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Ftypeform-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Ftypeform-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Ftypeform-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GearPlug","download_url":"https://codeload.github.com/GearPlug/typeform-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251304783,"owners_count":21567936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","python","typeform","typeform-api-wrapper","typeform-python","wrapper","wrapper-api"],"created_at":"2024-11-11T14:04:47.652Z","updated_at":"2025-04-28T11:31:02.498Z","avatar_url":"https://github.com/GearPlug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typeform-python\nTypeForm API wrapper written in python.\n\n## Installing\n```\npip install typeform-python\n```\n\n## Usage\n```\nfrom typeform.client import Client\n\nclient = Client('CLIENT_KEY', 'CLIENT_SECRET')\n```\n\nGet authorization url\n```\nurl = client.authorization_url('REDIRECT_URI', ['forms:write', 'forms:read'])\n```\n\nExchange the code for a token\n```\ntoken = client.exchange_code('REDIRECT_URI', 'CODE')\n```\n\nSet the token\n```\nclient.set_access_token('TOKEN')\n```\n\nGet form ID\n```\nclient.get_form_uid('FORM_URL')\n```\n\nGet form information\n```\nclient.get_form_information('FORM_UID')\n```\n\nGet form questions\n```\nclient.get_form_questions('FORM_UID')\n```\n\nGet form metadata\n```\nclient.get_form_metadata('FORM_UID', 'SINCE', 'UNTIL')\n```\n\nGet all forms\n```\nclient.get_forms()\n```\n\nCreate Webhook\n```\nclient.create_webhook('WEBHOOK_URL', 'WEBHOOK_TAG', 'FORM_UID')\n```\n\nView Webhook\n```\nclient.view_webhook('WEBHOOK_TAG', 'FORM_UID')\n```\n\nDelete Webhook\n```\nclient.delete_webhook('WEBHOOK_TAG', 'FORM_UID')\n```\n\n## Requirements\n- requests\n\n## TODO\n- create_form\n- Update_form\n- delete_form\n- get_custom_form_messages\n- update_custom_messages\n- create_image\n- get_images_collection\n- get_image\n- delete_image\n- get_image_by_size\n- get_background_by_size\n- get_choice_image_by_size\n- create_theme\n- get_themes\n- update_themes\n- delete_themes\n\n## Contributing\nWe are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.\n\n#### You can report any bug you find or suggest new functionality with a new [issue](https://github.com/GearPlug/typeform-python).\n\n#### If you want to add yourself some functionality to the wrapper:\n1. Fork it ( https://github.com/GearPlug/typeform-python )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Adds my new feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Ftypeform-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgearplug%2Ftypeform-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Ftypeform-python/lists"}