Skip to main content

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


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)

Uploaded Source

Built Distribution

BattleBreakers-0.0.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page