Skip to content

Sebek0/ZEN-app

Repository files navigation

ZEN-app

How to run?

  • Grab the latest manifest by running the manifest.py from 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

.Env file

Should contain this variables


Bungie API KEY can be found on bungie developer portal

BUNGIE_API_KEY = ''


Bungie API URLs


Auth token contact owner for one

ZEN_API_TOKEN = ''


Destiny2 manifest url

MANIFEST_URL='http://www.bungie.net/Platform/Destiny2/Manifest/'


Disk where you saved this project ex. C:

PROJECT_DIR='C:'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors