Async library for interacting with Battle Breakers/Epic Games API.
Project description
BattleBreakers.py
Async library for interacting with Battle Breakers/Epic Games API.
Installation
To install, simply type into command prompt:
py -3 -m pip install -U BattleBreakers
Or if you're on unix (linux/mac):
python3 -m pip install -U BattleBreakers
Example
import BattleBreakers
client = BattleBreakers.client(
email='',
password=''
)
@client.event
def event_ready():
print(f'Client ready as {client.display_name}.')
print('Collecting daily reward.')
await client.collect_daily_reward()
client.run()
Documentation
To see the full documentation for this gem, please visit the [wiki](chrome://newtab Coming soon!)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file BattleBreakers-0.0.1.tar.gz.
File metadata
- Download URL: BattleBreakers-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c35a87523268e08b56c00cdab7ce4ca004f807b63f4fdbc8ee0c2d0393b7b00
|
|
| MD5 |
c806f1fb26989b6720bd846707cef2ab
|
|
| BLAKE2b-256 |
bc80389583e2ed57ff6cc8209113f47d97aca56077ead93d961804099e091d89
|
File details
Details for the file BattleBreakers-0.0.1-py3-none-any.whl.
File metadata
- Download URL: BattleBreakers-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccc1e2c1574911456f2bdd4fe2114b053c1ee903fe50250e407394ab45eeb413
|
|
| MD5 |
d7d211be532cf881a873c43fdfa47144
|
|
| BLAKE2b-256 |
f6f8b0efc0aa81ccc7723374fdca3eb16c36d9b520935a7abfe88d1433c147ce
|