To get started install the dependencies with
pip install -r requirements.txtNext, you'll need to update config.json with your specific credentials.
You'll be using the Nylas Python SDK to perform a few tasks. You might want to reference our Python SDK and our API documentation when working on the challenge.
To get started, open challenge.py in your preferred editor and follow the
instructions within the file.
Good luck!