Skip to content

An object oriented, synchronous api wrapper for BreadBotAPI

License

Notifications You must be signed in to change notification settings

TheGenocides/BBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBA

BBA is An object oriented, synchronous api wrapper for BreadBotAPI.

Usages

import bba

#Generate Random Sentence

client = bba.Client("YOUR API KEY HERE")
word = client.get_sentence()
print(word.response)

#Calculator

res = client.calculator("AnsxAns+10", "10")
print(res.result)

Important Links

About

An object oriented, synchronous api wrapper for BreadBotAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages