Skip to content

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages