Skip to content

eigenbeam/hyrax500

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. 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>
  1. Install dependencies

     $ pip install -r requirements.txt
    
  2. Run with 16 concurrent requests:

     $ python hy500.py token.txt 16 500.txt
    

Output

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published