torpy icon indicating copy to clipboard operation
torpy copied to clipboard

multi request by one session

Open IRIFCO opened this issue 3 years ago • 0 comments

Is there a way to send multiple requests in one session? and change the session after n requests Or each session can send only one request.

`

with TorRequests() as tor_requests:
         with tor_requests.get_session() as session:
                 page = session.get(url)

`

IRIFCO avatar Apr 10 '23 22:04 IRIFCO