Getting Started
Installation
Getting your Bungie Tokens
- Visit the bungie.net and log in
- Navigate to the application page
- Click
Create New App or choose your existing app
- Give your app a fitting name and click on
Create New App. You can ignore the settings for now
- [Optional] If you want to use OAuth2, change the
OAuth Client Type to Confidential, and choose the Scope you want your app to have
- Your API keys can be found in
API Keys
Bungie API Keys and BungIO
Should there be any confusion, this is how the API keys and the bungio.Client arguments correspond.
| Bungie Name |
Client arguments |
| API Key |
bungie_token |
| OAuth client_id |
bungie_client_id |
| OAuth client_secret |
bungie_client_secret |
Usage
A basic setup can be found in the guides.