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
BattleBreakers-0.0.1.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for BattleBreakers-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccc1e2c1574911456f2bdd4fe2114b053c1ee903fe50250e407394ab45eeb413 |
|
MD5 | d7d211be532cf881a873c43fdfa47144 |
|
BLAKE2b-256 | f6f8b0efc0aa81ccc7723374fdca3eb16c36d9b520935a7abfe88d1433c147ce |