Emdee five for life

For those of you who are referring to speed. Making the script run faster is not the solution. Im not terribly good with bash so I’ll use python as an example. Whenever you make a request it is a completely new connection for every request. The trick is to send 1 request only. good thing to look into.
requests.sessions() ← golden goose