Skip to main content

AmoCRM python API

https://travis-ci.org/Krukov/amocrm_api.svg?branch=master https://img.shields.io/coveralls/Krukov/amocrm_api.svg Downloads Latest Version

Python AmoCRM API (http://www.amocrm.ru/) (human interface for easy using )

Installation

pip install amocrm_api

Usage

There are 7 abstraction of 5 AmoCRM objects:

  • Контакт - BaseContact

  • Компания - BaseCompany

  • Сделка - BaseLead

  • Задача - (LeadTask, ContactTask)

  • Событие - (LeadNote, ContactNote)

Settings

First of all you need to define settings Example:

from amocrm import BaseContact, amo_settings, fields
amo_settings.set('krukov@centrobit.ru', '4b332718c4c5944003af7e6389860ced', 'testcentrobit')

Custom field

One of the features of AmoCRM in the presence of custom fields in a contact, company and lead objects

To define your custom field you need describe it

Example:

from amocrm import BaseContact, amo_settings, fields
amo_settings.set('krukov@centrobit.ru', '4b332718c4c5944003af7e6389860ced', 'testcentrobit')

class Contact(BaseContact):
    position = fields.CustomField(u'Должность')
    site = fields.CustomField(u'Сайт')
    phone = fields.CustomField(u'Телефон', enum='WORK')

Ok, now it is ready to use and you can get, create or edit contacts

Example:

new_contact = Contact(name='Example2', company='ExampleCorp2', position='QA', phone='0001')
new_contact.site = 'http://example.com'
new_contact.save()

contact = Contact.objects.get(new_contact.id)
contact_search = Contact.objects.search('Example2')
assert contact.id == contact_search.id
print(contact.phone)
contact.phone = '8-800-00000000'
contact.save()
contact.create_task('New task, yeee', task_type=u'Звонок',
                 complete_till=datetime.datetime.now()+datetime.timedelta(days=3))
print(contact.notes)
print(contact.tasks)

Нужна помощь (особенно для документировании). Если есть желание помочь - welcome! Пулреквесты приветствуются!

Release files for amocrm-api 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for amocrm-api 0.1.1
File Size Uploaded
amocrm_api-0.1.1.tar.gz 11.2 kB Details

Release files / amocrm_api-0.1.1.tar.gz

Download URL amocrm_api-0.1.1.tar.gz
Size 11.2 kB
Tags Source
SHA-256 checksum
How to use checksums
173e10ba625c68769c441b2eb7b509c7ae4e52386468b14e4d4cf8d85fb95328
BLAKE2b-256 checksum
How to use checksums
a2c6770e8124ad17e3fd5d49b984ab6324d72b37891b303d71ffa2fa8f83ce95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

2.6.1

2 release files

2.6.0

2 release files

2.5.0

2 release files

2.4.1

2 release files

2.4.0

2 release files

2.3.2

2 release files

2.3.1

2 release files

2.3.0

2 release files

2.2.0

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.3

2 release files

2.0.2

2 release files

2.0.1

2 release files

2.0.0

2 release files

0.8.3

1 release file

0.8.2

1 release file

0.8.1

1 release file

0.8.0

1 release file

0.7.1

1 release file

0.7.0

1 release file

0.3.0

1 release file

0.2.1

2 release files

0.2.0

0.1.2

1 release file

This release

0.1.1 This release

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page