{"id":19640176,"url":"https://github.com/gearplug/gravityforms-python","last_synced_at":"2026-04-16T01:33:24.882Z","repository":{"id":182905152,"uuid":"669301747","full_name":"GearPlug/gravityforms-python","owner":"GearPlug","description":"gravityforms-python is an API wrapper for Gravityforms (Wordpress plugin), written in Python.","archived":false,"fork":false,"pushed_at":"2023-07-27T20:56:02.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T06:59:26.207Z","etag":null,"topics":["api","events","forms","gravityforms","oauth1","python","wordpress"],"latest_commit_sha":null,"homepage":"","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-21T21:30:06.000Z","updated_at":"2023-07-21T21:32:35.000Z","dependencies_parsed_at":"2025-01-10T10:53:56.000Z","dependency_job_id":null,"html_url":"https://github.com/GearPlug/gravityforms-python","commit_stats":null,"previous_names":["gearplug/gravityforms-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GearPlug/gravityforms-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fgravityforms-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fgravityforms-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fgravityforms-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fgravityforms-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GearPlug","download_url":"https://codeload.github.com/GearPlug/gravityforms-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Fgravityforms-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","events","forms","gravityforms","oauth1","python","wordpress"],"created_at":"2024-11-11T14:04:56.790Z","updated_at":"2026-04-16T01:33:24.862Z","avatar_url":"https://github.com/GearPlug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gravityforms-python\n![](https://img.shields.io/badge/version-0.1.0-success) ![](https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11-4B8BBE?logo=python\u0026logoColor=white)  \n\n*gravityforms-python* is an API wrapper for Gravityforms (Wordpress plugin), written in Python.  \nThis library uses Oauth1 for authentication.\n## Installing\n```\npip install gravityforms-python\n```\n## Usage\n```python\nfrom gravityforms.client import Client\nclient = Client(base_url, consumer_key, consumer_secret)\n```\n### List Entries\n```python\nentries = client.list_entries()\n```\n### Filter entries\n```python\nentries = client.filter_entries(filter_field, \n            filter_value, \n            filter_operator, \n            sorting_direction=None, \n            page_size=None, \n            form_id=None\n)\n```\n### List Forms\n```python\nforms = client.list_forms()\n```\n### Get Form detail\n```python\nform = client.get_form(form_id)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Fgravityforms-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgearplug%2Fgravityforms-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Fgravityforms-python/lists"}