I take the first steps in "python", I hope that experienced programmers will be able to help.
There is the following task:
- To upload the necessary information, you need to "open" several tens of thousands of pages in "python". I wrote a code that copes with this task, but after uploading no more than 1000 pages, the server breaks the connection (I think there are restrictions on the maximum number of page openings from one ip).
I tried to add free proxy servers to the code, but I have not succeeded in this yet (as a rule, everything ends with the fact that proxy servers cannot communicate with the site server).
At the same time, through "Chrome", in which the "Browsec" extension is installed, the ability to access the site remains.
The question arises:
- Is it possible to load the current settings of the "proxy server" from "Chrome" in "python" in order to try to "feed" them to the site I am trying to access?
Thank you in advance!