Skip to main content

kommo SDK for Data Enginner is a comprehensive Python SDK designed for data engineers working with the Kommo API.

Project description

kommo SDK for Data Enginner

Overview

kommo SDK for Data Enginner is a comprehensive Python SDK designed for data engineers working with the Kommo API. It simplifies API integration, data extraction, and transformation processes, making it easier to manage and analyze data efficiently.

Installation

pip install kommo-sdk-data-engineer

How to Use

from kommo_sdk_data_engineer import KommoConfig, Leads

TOKEN_LONG_DURATION = '[TOKEN]'
URL_COMPANY = 'https://[YOUR_COMPANY].kommo.com'


config_kommo = KommoConfig(url_company=URL_COMPANY, token_long_duration=TOKEN_LONG_DURATION)
leads = Leads(config=config_kommo, output_verbose=True)
all_leads = leads.get_all_leads_list(with_params=['contacts', 'loss_reason'])

# To Dataframe
df_leads = leads.to_dataframe(leads.all_leads())
df_leads_custom_fields = leads.to_dataframe(leads.all_custom_field_values())
df_leads_contacts = leads.to_dataframe(leads.all_contacts())
df_leads_loss_reasons = leads.to_dataframe(leads.all_loss_reasons())
df_leads_tags = leads.to_dataframe(leads.all_tags())

Contact

For any questions or support, please contact: mailson.nascin@gmail.com.

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

kommo_sdk_data_engineer-0.1.6.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kommo_sdk_data_engineer-0.1.6-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

Details for the file kommo_sdk_data_engineer-0.1.6.tar.gz.

File metadata

  • Download URL: kommo_sdk_data_engineer-0.1.6.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for kommo_sdk_data_engineer-0.1.6.tar.gz
Algorithm Hash digest
SHA256 195c7149bd5082ea84426f5999ce8c2e7ec34159bf102b6441eb111089fba82c
MD5 60aa9de8078bbc5ff2c3bd13c9f70170
BLAKE2b-256 2d8e24c96c1025e70d28b43626756e711a9fd3ab1e2df204f19f821d917b31da

See more details on using hashes here.

File details

Details for the file kommo_sdk_data_engineer-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for kommo_sdk_data_engineer-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 06d6ca076b97b0b22ed8523e0aa1fa331fc721c876139004dae678c99176aad5
MD5 9c2b97f1cb3e2a8cc4370367e84de828
BLAKE2b-256 2f93b0f186b724fac56ea8aee899c4c9fbcca5c1b150ada5230657acee45abe3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page