Skip to content

Commit

Permalink
Extend entsoe-py API authorisation process
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Jan 17, 2024
1 parent d953e71 commit e95acf9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,14 @@ packages are required too. Right now these are:

* To download generation and demand data from entsoe you need to register in
the `entsoe platform <https://transparency.entsoe.eu/>`_. Once the user is
created, a personal token can be generated to access the available data. This
token must be saved in a text file called *.entsoe-token* in the home directory.
created, send an email to [email protected] with “Restful API access” in
the subject line. Indicate the email address you entered during registration
in the email body. After authorisation a personal token can be generated in
'My Account Settings'to access the available data. This token must be saved
in a text file called *.entsoe-token* in the home directory.
In Ubuntu you can go to the home directory by typing :code:`cd ~` in a
terminal. To create the file execute :code:`nano ".entsoe-token"` and then
paste your personal token (36 characters). Finally press :code:`CRL + x` to
paste your personal token (36 characters). Finally press :code:`CRL + x` to
save and exit.

* Make sure you have enough free disk space (~350 GB) in your working
Expand Down

0 comments on commit e95acf9

Please sign in to comment.