{"id":19640192,"url":"https://github.com/gearplug/actcrm-python","last_synced_at":"2025-10-05T17:36:35.533Z","repository":{"id":57408044,"uuid":"108300296","full_name":"GearPlug/actcrm-python","owner":"GearPlug","description":"Act! Essentials CRM API wrapper written in python","archived":false,"fork":false,"pushed_at":"2023-03-28T14:26:43.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-09T18:56:04.467Z","etag":null,"topics":["act","actcrm","api","crm","essentials","python","wrapper"],"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":"2017-10-25T17:07:02.000Z","updated_at":"2023-03-28T14:26:49.000Z","dependencies_parsed_at":"2025-01-10T10:53:30.978Z","dependency_job_id":null,"html_url":"https://github.com/GearPlug/actcrm-python","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"6b939d294f4684adaa2c7934ed3d9d4e6ceb15af"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Factcrm-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Factcrm-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Factcrm-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GearPlug%2Factcrm-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GearPlug","download_url":"https://codeload.github.com/GearPlug/actcrm-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947651,"owners_count":19883030,"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":["act","actcrm","api","crm","essentials","python","wrapper"],"created_at":"2024-11-11T14:04:57.830Z","updated_at":"2025-10-05T17:36:30.481Z","avatar_url":"https://github.com/GearPlug.png","language":"Python","readme":"# actcrm-python\nAct! CRM API wrapper written in python\n\n# Batchbook-python\nBatchbook API wrapper written in python.\n\n## Installing\n```\npip install actcrm-python\n```\n\n## Usage\n### Simple access with API KEY\n```\nfrom actcrm.client import Client\nclient = Client('API_KEY', 'DEVELOPER_KEY')\n```\n\nCreate a contact\n```\nclient.create_contact()\n```\nOr you can specify what you want to send. Every field must be a string.\n```\nclient.create_contact(firstName='Jhon', lastName='Snow', mobilePhone='0000000')\n```\n\nGet Contacts\n```\nclient.get_contacts()\n```\nYou can use OData query parameter to filter the contacts\n```\nclient.get_contacts(top=1, order_by='created desc', filter='. . .')\n```\n\nGet an specific contact\n```\nclient.get_contact(contact_id)\n```\n\nDelete an specific contact\n```\nclient.delete_contact(contact_id)\n```\n\n\nYou can do the same with opportunities\n```\nclient.create_opportunity()\n```\n\n\nGet Metadata\n```\nclient.get_metadata()\n```\n\n## Requirements\n\n```\n-Requests\n-Urllib\n```\n\n## TODO\n- Calendar\n- Campaigns\n- ContactActivities\n- Emarketing\n- Groups Show/Hide List Operations Expand Operations\n- Interactions\n- Todos\n- UserInfos\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Factcrm-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgearplug%2Factcrm-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgearplug%2Factcrm-python/lists"}