Skip to main content

A Python API client for bser-open-api

Project description

BSER Python API Client

블랙서바이벌: 영원회귀 openapi 를 위한 Python API Client 입니다.

A Python API Client for Black Survival: Eternal Return openapi.

Requirements

Installation

$ pip install bser-python-client

If you use pipenv,

$ pipenv install bser-python-client

Example

Before run examples,

$ python setup.py develop

And then,

from bser_client import BserAPIClient

api_client = BserAPIClient(api_key='your_token', version='v1')

characters = api_client.fetch_meta_data(meta_type='Character')

for character in characters:
    print(character.get('name'))

More examples

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

bser-python-client-0.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

bser_python_client-0.0.4-py3-none-any.whl (3.7 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