Skip to content

Incode-Technologies-Example-Repos/python-samples

Repository files navigation

Incode Logo

Incode Python Samples

Python samples for Incode API products:

Samples include Web Hook Implementations for:

  • Creating an session and access token for web and mobile clients
  • Creating onboarding URL links
  • A basic Web Hook implementation for accessing onboarding results

Incode Samples

To browse ready to use code samples check Incode Samples.

Setup

Prerequisites

Conda

  1. Install Anaconda
  • Windows Anaconda Install - here
  • MacOS Anaconda Install - here
  1. Create conda environment:

     cd <repo root directory>
     conda env create -f dependencies.yml
     conda env update --prefix ./env --file dependencies.yml  --prune
    
  2. Clone this repository:

     git clone https://github.com/Incode-Technologies-Example-Repos/python-samples.
    

Pip

  1. Install python

  2. For each dependency listed in the dependencies .yml file run the pip install command

How to run a sample

Notebook sample (.ipynb)

  1. Start Jupyter Nodebook App

  2. Browse to the sample directory

  3. Open the <sample.ipynb> file

Command sample

  1. Run the following command

     python sample.py
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors