Skip to content

ryan-breidenbach/python-parallel-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Demo of Parallel HTTP Requests in Python

Example application for making HTTP requests in parallel with throttling to not exceed rate limits.

Building and Running

To build, execute:

docker build -t python-parallel-requests .

To run, execute:

docker run --rm -it python-parallel-requests [ARG]

where ARG can be one of three values:

  • parallel - Makes all HTTP requests in parallel
  • throttle - Makes all HTTP requests in parallel, but is throttled to five per second
  • sequential - Makes each HTTP request sequentially

Resources

About

Example application for making HTTP requests in parallel with throttling to not exceed rate limits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors