Skip to content

Commit f3fc90c

Browse files
committed
Fix docs for EU changes
1 parent 7e99dce commit f3fc90c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/source/configuration.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ Configuration
55
Accounts
66
--------
77

8-
ISONE and the EU each require a username and password to collect data.
9-
You can register for an ISONE account here (http://www.iso-ne.com/participate/applications-status-changes/access-software-systems#data-feeds) and an EU ENTSOe account here (https://transparency.entsoe.eu/).
8+
ISONE requires a username and password to collect data.
9+
You can register for an ISONE account here (http://www.iso-ne.com/participate/applications-status-changes/access-software-systems#data-feeds)
10+
1011

1112
Then, set your usernames and passwords as environment variables:
1213

1314
export ISONE_USERNAME=myusername1
1415
export ISONE_PASSWORD=mysecret1
15-
export ENTSOe_USERNAME=myusername2
16-
export ENTSOe_PASSWORD=mypassword2
16+
17+
The EU (ENTSOe) REST API requires a security token. You must first sign up for an account and then get your security token from here (https://transparency.entsoe.eu/). To use the token set as an environment variable as follows:
18+
19+
export ENTSOe_SECURITY_TOKEN=token
1720

1821
The EIA API requires an API key. You can apply for a key here (https://www.eia.gov/opendata/register.cfm). To use the key, set an environment variable as follows:
1922

0 commit comments

Comments
 (0)