cdsapi icon indicating copy to clipboard operation
cdsapi copied to clipboard

Using cdsapi on Python Anywhere

Open EmanuelCastanho opened this issue 9 months ago • 0 comments

What maintenance does this project need?

I am trying to use cdsapi on Python Anywhere, so I asked them to include this library on the allowed list, which according to their e-mail, they added :)

Now I am having difficulties to find on cdsapi documentation how to setup the proxy according to Python Anywhere documentation:

In order to make a connection to a site that is on the allowlist, you will need to connect through our proxy server. This is an HTTP proxy at proxy.server:3128. Most Python libraries recognise and use the setting that we supply (for instance, with requests, you don't need to do anything special), others need to be specifically configured to use the proxy (check the documentation of the library to find out how) and some don't work through the proxy at all (for instance, any library that uses httplib2 on Python 3 e.g. twilio)

Organisation

No response

EmanuelCastanho avatar Sep 21 '23 10:09 EmanuelCastanho