- Grab the latest manifest by running the
manifest.pyfrom zen_api/bungie_api_wrapper - After that run the server :
uvicorn zen_api.main:app --reload
OR
python3 -m uvicorn zen_api.main:app --reload
- And seed the db by running
async_main.py
Should contain this variables
BUNGIE_API_KEY = ''
Bungie API URLs
- MANIFEST_URL = 'http://www.bungie.net/Platform/Destiny2/Manifest/'
- GROUP_URL = 'https://www.bungie.net/Platform/GroupV2/'
- USER_URL = 'https://www.bungie.net/Platform/User/'
- DESTINY2_URL = 'https://www.bungie.net/Platform/Destiny2/'
ZEN_API_TOKEN = ''
MANIFEST_URL='http://www.bungie.net/Platform/Destiny2/Manifest/'
PROJECT_DIR='C:'