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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kommo_sdk_data_engineer-0.1.4.tar.gz.
File metadata
- Download URL: kommo_sdk_data_engineer-0.1.4.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
845778e2243b5a8d4361ab0614428197cd92f74daaee49d1dcd256ab15c4edd3
|
|
| MD5 |
cd031335a40b524942428f4faa231d00
|
|
| BLAKE2b-256 |
f0d3597143958d485e9b30ba077cb041e8960de462daf5f82ce4c42ac1ff2e8e
|
File details
Details for the file kommo_sdk_data_engineer-0.1.4-py3-none-any.whl.
File metadata
- Download URL: kommo_sdk_data_engineer-0.1.4-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71319559e5fa0b29cc714da105f3dc538bcda33bfd493d45f9ee233f877158ad
|
|
| MD5 |
68d6c4e271b115bdc91b5b29bd8c694a
|
|
| BLAKE2b-256 |
7dc888f2bd0d1ad131b6f3c08b5848e530afee8007f8dfe342309ee9be4374c0
|