Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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')

About

nobitex

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages