This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import requests | |
| import os | |
| class BungieData(object): | |
| ''' | |
| For the API calls below, no authentication is needed. You'll just need to have your Bungie API key exported in your bash profile | |
| and named as BUNGIE_API_KEY to run the script as-is. | |
| ''' | |
| def __init__(self, api_key): |