Skip to content

A developer kit for interacting with our API, written in Python.

License

Notifications You must be signed in to change notification settings

Blackerz-id/Blackerz-SDK-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Blackerz API-Wrapper

Python SDK for interact with our API

Example Post Bot Description

import blackerz_api_wrapper as blackerz

blackerz.authorize("V1auth", "bot developer id")
goblox = blackerz.bot("bot_id")

bot_data = goblox.bot_data()
print(bot_data)

result = goblox.edit_data(short_description="generated_by_python_lib")
print(result) # boolean indicates success or not

Get your V1 auth by login to our website then visit your profile, here the link
https://blackerz.herokuapp.com/


Made by Fastering18, join our support server https://discord.gg/t7zJBwynFU for more information.

About

A developer kit for interacting with our API, written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages