- Create a file named
token.txt
and add your EDL user token to it
To list EDL tokens your user already has:
$ ./edl.sh -r
To create a new EDL token for your user:
$ ./edl.sh -c
To delete an EDL token for your user:
$ ./edl.sh -d <token>
-
Install dependencies
$ pip install -r requirements.txt
-
Run with 16 concurrent requests:
$ python hy500.py token.txt 16 500.txt
You'll see the HTTP status codes of each request batch. If there are 500 errors for any in the batch, the URL and content of the response will be printed.