This library will allow you to connect to the nToklo API and create your own applications, get tokens and the results. Full documentation of the API can be found in the nToklo dev website
This connector supports both Python >= 2.7 and Python >= 3.4, but we will be focusing development on the Python 3 support.
This is a list of the functionality that is available on this API connector:
- Events (send)
- Blacklist (add, remove, list)
- Products (create)
- Recommendations (get)
- Charts (get)
-
Python Requests framework
pip install requests
To install this library, you can do it through pip:
$ pip install ntokloapi
If you want the latest version from the repository you can do:
$ pip install git+https://github.com/nToklo/ntokloapi-python
You can see how to use this library on the documentation
- Oscar Carballal Prego [email protected]
This library is licensed under the Apache 2.0 license. See LICENSE for more details
Copyright 2015 nToklo Ltd.