# BLS API Configuration # ---------------------- # 1. Register for a free API key at: https://data.bls.gov/registrationEngine/ # Required fields: first name, last name, organization, email address. # Your key will be emailed within a few minutes. # # 2. Copy this file to config.py: # cp config.example.py config.py # # 3. Paste your key below and save. BLS_API_KEY = "YOUR_KEY_HERE" BLS_API_BASE = "https://api.bls.gov/publicAPI/v2"