A Synchronous python API wrapper for bread bot's api
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
BBA-0.2.0.tar.gz
(4.7 kB
view details)
File details
Details for the file BBA-0.2.0.tar.gz.
File metadata
- Download URL: BBA-0.2.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/3.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77618892c71ba3381d3ec98a25b362419b91498d223bec80e10100c423a6c774
|
|
| MD5 |
2cab4db4c10cb962e01d782fb90a7fc6
|
|
| BLAKE2b-256 |
7643913d7d063ad2da47fa6a2b726ec203d3e8b8e0643a77a31018346cb264c0
|