Skip to content

alimogh/nobipy

 
 

Repository files navigation

Nobitex SDK

This is a simple SDK for Nobitex.

Installation

pip3 install nobipy

Usage

Import package

from nobipy import Nobitex
from nobipy import get_token

Get token

token = get_token('username', 'password')

Create a new client

nobitex = Nobitex(token='token')

Note that token is optional. You can set it later using:

nobitex.set_token('token')

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%