.env
file in your project folder (if it doesn’t exist), and configure the API key and API domain address.
dotenv/config
package in your project; for Python projects, you need to import the dotenv
library in your project and call the load_dotenv
method to load environment variables.
For details, please refer to the example.