A collection of example use cases for the Nebula API endpoint
Create your .env file in the root folder of the project, with the following structure and add it to your .gitignore
:
NEBULA_API_KEY=<your Nebula API key>
API keys can be found in `Settings -> Account -> API Keys -> Show'
Run the following command to install the required Python packages
pip install -r ./requirements.txt