Skip to content

Inofficial Python API Wrapper for the Byte.co app

Notifications You must be signed in to change notification settings

rpwnage/ByteAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Byte.py

Inofficial Python API Wrapper for the Byte.co app written in python.

Installation

You can use the setup.py file to install from the github source using python setup.py install or just run pip install Byte.py to install from pypi.

Basic usage

You can try the following example python code, to creat a new ByteAPI Client instance and print out its username.

from ByteAPI import ByteAPI

byteClient = ByteAPI(<Your Token>)
print(byteClient.username)

For a more detailed explaination of this module, please take a look at the Documentation

About

Inofficial Python API Wrapper for the Byte.co app

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages