Elementus API defnition https://attribution-api.elementus.io/swagger-ui
-
In the root directory of the project, create a new file named
.env. -
Open the
.envfile and add the following environment variables:GBQ_URI=<Google Big Query project URI> ELEMENTUS_API_KEY=your_api_key_here OPENAI_API_KEY=your_api_key_here TELEGRAM_TOKEN=your_api_key_here TELEGRAM_CHANNEL_ID=<Telegram Channel ID> -
Replace
your_api_key_herewith your actual API key. -
Save the
.envfile.
Make sure to keep your .env file private and do not commit it to version control.