Using the file import API
Using the Python Client
Follow these steps to get a Python environment for use with the import API up and running:
- Install Python 3.x (preferably Python 3.4) from here
- Create a virtual environment in the directory where your application will be located:
C:\mydir>c:\Python34\python.exe -m venv venv
- Activate the environment:
C:\mydir>venv\Scripts\activate.bat
- Install the Lime CRM API Client from PyPi:
(venv) C:\mydir>pip install limeclient
Writing import scripts
The documentation for the limeclient library can be found here.
Note!
Limeclient cannot use the admin-user on hosting.